We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7131ef3 commit 87f1be6Copy full SHA for 87f1be6
composer.json
@@ -18,6 +18,7 @@
18
"consistence/coding-standard": "^2.0",
19
"jakub-onderka/php-parallel-lint": "^0.9.2",
20
"phing/phing": "^2.16.0",
21
+ "phpstan/phpstan-strict-rules": "^0.9",
22
"satooshi/php-coveralls": "^1.0",
23
"slevomat/coding-standard": "^3.3.0"
24
},
phpstan.neon
@@ -1,3 +1,4 @@
1
includes:
2
- extension.neon
3
- rules.neon
4
+ - vendor/phpstan/phpstan-strict-rules/rules.neon
0 commit comments