Skip to content

Commit ed6fea0

Browse files
authored
Added strictRulesInstalled parameter
1 parent a4a6a08 commit ed6fea0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.4 || ^8.0",
10-
"phpstan/phpstan": "^2.0"
10+
"phpstan/phpstan": "^2.0.4"
1111
},
1212
"require-dev": {
1313
"php-parallel-lint/php-parallel-lint": "^1.2",

rules.neon

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
parameters:
2+
strictRulesInstalled: true
23
polluteScopeWithLoopInitialAssignments: false
34
polluteScopeWithAlwaysIterableForeach: false
45
polluteScopeWithBlock: false

0 commit comments

Comments
 (0)