Skip to content

Commit 37c4d36

Browse files
committed
New PHPStan option was renamed to implicitThrows
1 parent eecfb36 commit 37c4d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Symfony/ExtensionTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected function processFile(
6868
true,
6969
[],
7070
[],
71-
false,
71+
true,
7272
true
7373
);
7474
$resolver->setAnalysedFiles([$fileHelper->normalizePath($file)]);

0 commit comments

Comments
 (0)