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

Remove empty if block

This commit is contained in:
Matthew Brown 2017-09-14 00:36:38 -04:00
parent 2a4a6fc490
commit 995e92a8c3

View File

@ -788,10 +788,6 @@ class CallChecker
$fq_class_name = $class_type_part->value;
if ($fq_class_name === 'iterable') {
}
$intersection_types = $class_type_part->getIntersectionTypes();
$is_mock = ExpressionChecker::isMock($fq_class_name);