Skip to content

Commit 7d34a13

Browse files
author
Timothée BARRAY
committed
Fix to follow latest change in PHPStan core
1 parent 4073030 commit 7d34a13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Type/Symfony/ExtensionTestCase.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ protected function processFile(
5252
true,
5353
true,
5454
true,
55-
[]
55+
[],
56+
true
5657
);
5758
$resolver->setAnalysedFiles([$fileHelper->normalizePath($file)]);
5859

0 commit comments

Comments
 (0)