Commit 4d43a7d
committed
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 ChoiceType1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
105 | 110 | | |
106 | 111 | | |
107 | 112 | | |
| |||
0 commit comments