ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.29k stars 1.35k forks source link

Fix docstring #942

Open Chamber6821 opened 3 years ago

Chamber6821 commented 3 years ago

Correct the docstrings in the dbObject.php file. Static methods are signed as not static, but in examples and tests they are treated as static. The IDE throws sneakers at me for this. Yes, it is possible to register docking strings from the heirs, but I do not know the default parameters, which are also not specified. I assume it is null by default. Also, what is the problem with adding null fields to the dbObject protected by default to receive hints from the IDE?