@@ -9,22 +9,7 @@ $ composer require --dev setono/code-quality-pack
99
1010* [ ergebnis/composer-normalize] ( https://github.com/ergebnis/composer-normalize )
1111 * Normalizes your ` composer.json ` . This has a few advantages - easier diffs being one of them.
12- * [ phpstan/phpstan] ( https://github.com/phpstan/phpstan )
13- * A static analysis tool.
14- * [ korbeil/phpstan-generic-rules] ( https://github.com/Korbeil/phpstan-generic-rules )
15- * Has some very simple phpstan rules, i.e. it finds usages of debug functions like ` dd ` and reports them.
16- * [ phpstan/phpstan-doctrine] ( https://github.com/phpstan/phpstan-doctrine )
17- * Doctrine extensions for PHPStan.
18- * [ phpstan/phpstan-strict-rules] ( https://github.com/phpstan/phpstan-strict-rules )
19- * Strict PHPStan rules.
20- * [ phpstan/phpstan-webmozart-assert] ( https://github.com/phpstan/phpstan-webmozart-assert )
21- * [ webmozart/assert] ( https://github.com/webmozart/assert ) extension for PHPStan.
22- * [ phpstan/extension-installer] ( https://github.com/phpstan/extension-installer )
23- * Automatically installs PHPStan extensions. This makes sure that all extensions are installed automatically and you
24- don't have to add them to your ` phpstan.neon ` config.
2512* [ sylius-labs/coding-standard] ( https://github.com/SyliusLabs/CodingStandard )
2613 * Sylius' coding standard. Very thorough.
27- * [ thecodingmachine/phpstan-safe-rule] ( https://github.com/thecodingmachine/phpstan-safe-rule )
28- * A PHPStan rule that reports usage of functions which that can return arbitrary results instead of throwing exceptions.
2914* [ vimeo/psalm] ( https://psalm.dev/ )
30- * A static analysis tool much like PHPStan
15+ * A static analysis tool much like PHPStan, but a lot of people would argue it's better.
0 commit comments