Skip to content

Commit 4dec71a

Browse files
committed
[DoctrineBridge] Remove outdated comment
1 parent 0dd8013 commit 4dec71a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)