1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Do not quit, just fall through

This commit is contained in:
Matthew Brown 2016-11-21 18:38:56 -05:00
parent 7b3ab79aab
commit cf0c0cdda2

View File

@ -916,7 +916,7 @@ class FetchChecker
),
$statements_checker->getSuppressedIssues()
)) {
return false;
$stmt->inferredType = Type::getMixed();
}
}
}