Skip to content

Commit 11b81e6

Browse files
committed
WIP: TASK Remove odd delegation in EnumMemberType::is, as we dont need it for now
1 parent 7cd48f8 commit 11b81e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TypeSystem/Type/EnumType/EnumMemberType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ public function __construct(
3535

3636
public function is(TypeInterface $other): bool
3737
{
38-
return $this->memberBackedValueType?->is($other) ?? false;
38+
return false;
3939
}
4040
}

0 commit comments

Comments
 (0)