Skip to content

Commit

Permalink
New PHPStan option was renamed to implicitThrows
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 28, 2021
1 parent eecfb36 commit 37c4d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Type/Symfony/ExtensionTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function processFile(
true,
[],
[],
false,
true,
true
);
$resolver->setAnalysedFiles([$fileHelper->normalizePath($file)]);
Expand Down

0 comments on commit 37c4d36

Please sign in to comment.