Skip to content

Commit

Permalink
Added strictRulesInstalled parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Dec 12, 2024
1 parent a4a6a08 commit ed6fea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"phpstan/phpstan": "^2.0"
"phpstan/phpstan": "^2.0.4"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
Expand Down
1 change: 1 addition & 0 deletions rules.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
parameters:
strictRulesInstalled: true
polluteScopeWithLoopInitialAssignments: false
polluteScopeWithAlwaysIterableForeach: false
polluteScopeWithBlock: false
Expand Down

0 comments on commit ed6fea0

Please sign in to comment.