8000 remove unneeded method · symfony/symfony@00b857a · GitHub
[go: up one dir, main page]

Skip to content

Commit 00b857a

Browse files
javaDeveloperKidjavaDeveloperKid
authored andcommitted
remove unneeded method
1 parent d9d6024 commit 00b857a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Symfony/Component/TypeInfo/TypeFactoryTrait.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ public static function builtin(TypeIdentifier|string $identifier): BuiltinType
4545
return new BuiltinType($identifier);
4646
}
4747

48-
public static function foo(): BackedEnumType
49-
{
50-
return new BackedEnumType(\BackedEnum::class, Type::int());
51-
}
52-
5348
/**
5449
* @return BuiltinType<TypeIdentifier::INT>
5550
*/

0 commit comments

Comments
 (0)
0