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 9cd6919 commit eecfb36Copy full SHA for eecfb36
composer.json
@@ -15,7 +15,7 @@
15
"require": {
16
"php": "^7.1 || ^8.0",
17
"ext-simplexml": "*",
18
- "phpstan/phpstan": "^0.12.51"
+ "phpstan/phpstan": "^0.12.83"
19
},
20
"conflict": {
21
"symfony/framework-bundle": "<3.0"
tests/Type/Symfony/ExtensionTestCase.php
@@ -67,7 +67,9 @@ protected function processFile(
67
true,
68
69
[],
70
- []
+ [],
71
+ false,
72
+ true
73
);
74
$resolver->setAnalysedFiles([$fileHelper->normalizePath($file)]);
75
0 commit comments