Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 13, 2022
1 parent b49682a commit 58b567a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/TryCatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ function foo() : bool {
if (!$foo) {}',
'assertions' => [],
'error_message' => [
'UndefinedGlobalVariable' => Config::REPORT_INFO,
'MixedMethodCall' => Config::REPORT_INFO,
'ignored_issues' => [
'UndefinedGlobalVariable',
'MixedMethodCall',
],
],
'issetAfterTryCatchWithoutAssignmentInCatch' => [
Expand Down

0 comments on commit 58b567a

Please sign in to comment.