You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #5543 Add deprecation notice to "choice_list" option of ChoiceType (XitasoChris)
This PR was squashed before being merged into the 2.7 branch (closes#5543).
Discussion
----------
Add deprecation notice to "choice_list" option of ChoiceType
Per https://github.com/symfony/symfony/blob/2.8/UPGRADE-2.7.md the choice_list option of ChoiceType is deprecated as of Symfony 2.7. It is recommended to use choices or choice_loader, however the latter does not have a documentation entry yet.
Commits
-------
a4db275 Add deprecation notice to "choice_list" option of ChoiceType
0 commit comments