8000 bug #53796 [TypeInfo] Remove unneeded method (javaDeveloperKid) · symfony/symfony@749ad6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 749ad6e

Browse files
committed
bug #53796 [TypeInfo] Remove unneeded method (javaDeveloperKid)
This PR was merged into the 7.1 branch. Discussion ---------- [TypeInfo] Remove unneeded method | Q | A | ------------- | --- | Branch? | 7.1 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT <!-- Repl 8000 ace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> I believe this method should not be here. Commits ------- 00b857a remove unneeded method
2 parents d9d6024 + 00b857a commit 749ad6e

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