diff --git a/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php b/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php index 30ea98880887d..2697022365284 100644 --- a/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php +++ b/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php @@ -57,9 +57,6 @@ protected function loadChoices(): iterable : $this->manager->getRepository($this->class)->findAll(); } - /** - * @internal to be remove in Symfony 6 - */ protected function doLoadValuesForChoices(array $choices): array { // Optimize performance for single-field identifiers. We already