Richardas Kuchinskas
Richardas Kuchinskas
1. Update [Working with external DBs section](https://vkcom.github.io/kphp/kphp-client/working-with-external-db/invoking-postgres-etc.html) We have Postgres PDO (for example), this info is outdated. 2. Add copy button for copying code.
- added new linter rule: declareStrictTypes can not be "0" - added quickFix for declareStrictTypes - added new linter rule: lack of declare(strict_types=1) section - added quickFix for lack of...
Sometimes during debugging we can write this kind of code ``` if(1){ } while(true){ } ``` This code can be very dangerous. Added: - new rules for: if/while/do statemenst -...
**PHP Version:** 7.4 **OS:** macOS (Sonoma 14.3) **The minimal code in which the bug appears:** ```php
[Related with this pr](https://github.com/VKCOM/kphpstorm/pull/57)
I created notification for kphpStorm about project configuration For example: If we have a new project without kPHP we will have suggestion (notification) to transform PHP project to kPHP