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 fc1abf2 commit b52d101Copy full SHA for b52d101
composer.json
@@ -20,6 +20,7 @@
20
"jakub-onderka/php-parallel-lint": "^0.9.2",
21
"phing/phing": "^2.16.0",
22
"phpstan/phpstan-phpunit": "^0.9",
23
+ "phpstan/phpstan-strict-rules": "^0.9",
24
"phpunit/phpunit": "^6.4",
25
"slevomat/coding-standard": "^2.0"
26
},
phpstan.neon
@@ -1,3 +1,4 @@
1
includes:
2
+ - vendor/phpstan/phpstan-strict-rules/rules.neon
3
- vendor/phpstan/phpstan-phpunit/extension.neon
4
- vendor/phpstan/phpstan-phpunit/rules.neon
0 commit comments