mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Continue analysis after unknown exception being caught (#5348)
Fixes vimeo/psalm#5188
This commit is contained in:
parent
71a0457284
commit
185827a7ab
@ -225,7 +225,7 @@ class TryAnalyzer
|
||||
$statements_analyzer->getSuppressedIssues(),
|
||||
false
|
||||
) === false) {
|
||||
return false;
|
||||
// fall through
|
||||
}
|
||||
}
|
||||
|
||||
@ -245,7 +245,7 @@ class TryAnalyzer
|
||||
),
|
||||
$statements_analyzer->getSuppressedIssues()
|
||||
)) {
|
||||
return false;
|
||||
// fall through
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user