mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix test
This commit is contained in:
parent
b49682a485
commit
58b567a91d
@ -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' => [
|
||||
|
Loading…
Reference in New Issue
Block a user