1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
Matthew Brown 2022-01-13 14:44:24 -05:00
parent b49682a485
commit 58b567a91d

View File

@ -110,9 +110,9 @@ class TryCatchTest extends TestCase
if (!$foo) {}',
'assertions' => [],
'error_message' => [
'UndefinedGlobalVariable' => Config::REPORT_INFO,
'MixedMethodCall' => Config::REPORT_INFO,
'ignored_issues' => [
'UndefinedGlobalVariable',
'MixedMethodCall',
],
],
'issetAfterTryCatchWithoutAssignmentInCatch' => [