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 421a6ff commit acb7f88Copy full SHA for acb7f88
composer.json
@@ -25,6 +25,7 @@
25
"jakub-onderka/php-console-highlighter": "0.4.0",
26
"jakub-onderka/php-parallel-lint": "1.0.0",
27
"php-coveralls/php-coveralls": "^2.1",
28
+ "phpstan/phpstan": "^0.11.13",
29
"phpstan/phpstan-nette": "^0.11",
30
"phpstan/phpstan-phpunit": "^0.11",
31
"phpstan/phpstan-strict-rules": "^0.11",
tests/src/RuleTestCase.php
@@ -90,7 +90,8 @@ private function getAnalyser(): Analyser
90
$this->shouldPolluteScopeWithLoopInitialAssignments(),
91
$this->shouldPolluteCatchScopeWithTryAssignments(),
92
$this->shouldPolluteScopeWithAlwaysIterableForeach(),
93
- []
+ [],
94
+ false
95
),
96
$fileHelper,
97
[],
0 commit comments