8000
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 d9d6024 commit 00b857aCopy full SHA for 00b857a
src/Symfony/Component/TypeInfo/TypeFactoryTrait.php
@@ -45,11 +45,6 @@ public static function builtin(TypeIdentifier|string $identifier): BuiltinType
45
return new BuiltinType($identifier);
46
}
47
48
- public static function foo(): BackedEnumType
49
- {
50
- return new BackedEnumType(\BackedEnum::class, Type::int());
51
- }
52
-
53
/**
54
* @return BuiltinType<TypeIdentifier::INT>
55
*/
0 commit comments