We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
strictRulesInstalled
1 parent a4a6a08 commit ed6fea0Copy full SHA for ed6fea0
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.4 || ^8.0",
10
- "phpstan/phpstan": "^2.0"
+ "phpstan/phpstan": "^2.0.4"
11
},
12
"require-dev": {
13
"php-parallel-lint/php-parallel-lint": "^1.2",
rules.neon
@@ -1,4 +1,5 @@
1
parameters:
2
+ strictRulesInstalled: true
3
polluteScopeWithLoopInitialAssignments: false
4
polluteScopeWithAlwaysIterableForeach: false
5
polluteScopeWithBlock: false
0 commit comments