We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd48f8 commit 11b81e6Copy full SHA for 11b81e6
src/TypeSystem/Type/EnumType/EnumMemberType.php
@@ -35,6 +35,6 @@ public function __construct(
35
36
public function is(TypeInterface $other): bool
37
{
38
- return $this->memberBackedValueType?->is($other) ?? false;
+ return false;
39
}
40
0 commit comments