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:
parent
2a4a6fc490
commit
995e92a8c3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user