S
S
sasha3002021-04-20 08:21:45
phpstorm
sasha300, 2021-04-20 08:21:45

Why PhpStorm swears at the name of the database: "Typo: In word 'mydatabase'"?

I check the existing code using PhpStorm, it gives me this:

Typo: In word 'mydatabase'

like "Misprint: in the word "MyDatabase""
What does he not like?
ps: here is the db connection:
<?php
$connection = mysqli_connect('localhost', 'test', 'test', 'mydatabase') or
die("Ошибка  подключения к БД" . mysqli_error($connection));

Here's what it says:
607e64978bd1a508040781.jpeg

Will the program tell me what names to give to the database? Or is there some other joke here?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis, 2021-04-20
@sasha300

this is a normal spell check and nothing more, in this case the word "mydatabase" is not in the English dictionary, this message can be bypassed "my_database" or "myDatabase"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question