Skip to content

Commit d2fbdc3

Browse files
feature symfony#50838 [DoctrineBridge] Remove outdated comment (HeahDude)
This PR was merged into the 6.2 branch. Discussion ---------- [DoctrineBridge] Remove outdated comment | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | ~ | License | MIT | Doc PR | ~ Spotted by `@nicolas`-grekas. To throw a proper exception the method has been kept. No need to keep the comment, and I guess no need to keep it internal. Commits ------- 1f60d2a [DoctrineBridge] Remove outdated comment
2 parents d11666d + 1f60d2a commit d2fbdc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ protected function loadChoices(): iterable
5757
: $this->manager->getRepository($this->class)->findAll();
5858
}
5959

60-
/**
61-
* @internal to be remove in Symfony 6
62-
*/
6360
protected function doLoadValuesForChoices(array $choices): array
6461
{
6562
// Optimize performance for single-field identifiers. We already

0 commit comments

Comments
 (0)