Skip to content

Commit a85bb66

Browse files
committed
Update IntersectionType.php
1 parent 7875102 commit a85bb66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Type/IntersectionType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,6 @@ public function getObjectTypeOrClassStringObjectType(): Type
806806

807807
public function isVoid(): TrinaryLogic
808808
{
809-
return $this->intersectResults(static fn (Type $type): TrinaryLogic => $type->isVoid());
810809
return TrinaryLogic::createNo();
811810
}
812811

0 commit comments

Comments
 (0)