From 1f60d2a3ee94b338440cdc80ed3b2fd58737512c Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Fri, 30 Jun 2023 18:50:50 +0200 Subject: [PATCH] [DoctrineBridge] Remove outdated comment --- .../Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php | 3 --- 1 file changed, 3 deletions(-) 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