Skip to content

Commit eecfb36

Browse files
committed
Fix build
1 parent 9cd6919 commit eecfb36

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^7.1 || ^8.0",
1717
"ext-simplexml": "*",
18-
"phpstan/phpstan": "^0.12.51"
18+
"phpstan/phpstan": "^0.12.83"
1919
},
2020
"conflict": {
2121
"symfony/framework-bundle": "<3.0"

tests/Type/Symfony/ExtensionTestCase.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ protected function processFile(
6767
true,
6868
true,
6969
[],
70-
[]
70+
[],
71+
false,
72+
true
7173
);
7274
$resolver->setAnalysedFiles([$fileHelper->normalizePath($file)]);
7375

0 commit comments

Comments
 (0)