We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7875102 commit a85bb66Copy full SHA for a85bb66
src/Type/IntersectionType.php
@@ -806,7 +806,6 @@ public function getObjectTypeOrClassStringObjectType(): Type
806
807
public function isVoid(): TrinaryLogic
808
{
809
- return $this->intersectResults(static fn (Type $type): TrinaryLogic => $type->isVoid());
810
return TrinaryLogic::createNo();
811
}
812
0 commit comments