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 311b094 commit 07900aeCopy full SHA for 07900ae
composer.json
@@ -19,6 +19,7 @@
19
"jakub-onderka/php-parallel-lint": "^0.9.2",
20
"phing/phing": "^2.13.0",
21
"phpstan/phpstan-phpunit": "^0.9",
22
+ "phpstan/phpstan-strict-rules": "^0.9",
23
"phpunit/phpunit": "^6.4",
24
"satooshi/php-coveralls": "^1.0",
25
"slevomat/coding-standard": "^2.0"
phpstan.neon
@@ -1,3 +1,4 @@
1
includes:
2
- vendor/phpstan/phpstan-phpunit/extension.neon
3
- vendor/phpstan/phpstan-phpunit/rules.neon
4
+ - vendor/phpstan/phpstan-strict-rules/rules.neon
0 commit comments