This is my global configuration for PhpStorm. Config includes:
- code styling,
- inspections
- code style rules based on PSR-1, PSR-2 and PSR-12
For PHPStorm 2019.1.
Some configuration is specifically for the Php Inspections (EA Extended) plugin.
| Language | Standards |
|---|---|
| PHP 7.2 | PSR-2, PSR-12 |
- Php Inspections (EA Extended) – Adds lots of PHP best practices inspections
- Laravel plugin
- PHP Inspections (EA Ultimate)