1
0
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:
Bruce Weirdan 2021-03-11 07:08:02 +02:00 committed by GitHub
parent 71a0457284
commit 185827a7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}