We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a0de5 commit 1f60d2aCopy full SHA for 1f60d2a
src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php
@@ -57,9 +57,6 @@ protected function loadChoices(): iterable
57
: $this->manager->getRepository($this->class)->findAll();
58
}
59
60
- /**
61
- * @internal to be remove in Symfony 6
62
- */
63
protected function doLoadValuesForChoices(array $choices): array
64
{
65
// Optimize performance for single-field identifiers. We already
0 commit comments