1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Don’t stop analysis after mixed method call

This commit is contained in:
Matt Brown 2017-12-18 11:05:53 -05:00
parent 597ed0ed12
commit 72da8f655a

View File

@ -799,7 +799,7 @@ class CallChecker
),
$statements_checker->getSuppressedIssues()
)) {
return false;
// fall through
}
break;
}