File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,13 +197,13 @@ if you want to take advantage of lazy loading::
197197 },
198198 ));
199199
200- This will cause the call of ``StaticClass::getConstants() `` to not happen if the request is redirected
201- and if there is no pre set or submitted data. Otherwise the choice options would need to be resolved thus
202- triggering the callback.
200+ This will cause the call of ``StaticClass::getConstants() `` to not happen if the
201+ request is redirected and if there is no pre set or submitted data. Otherwise
202+ the choice options would need to be resolved thus triggering the callback.
203203
204204.. versionadded :: 3.2
205205 The ability to use an instance of :class: `Symfony\\ Component\\ Form\\ ChoiceList\\ Loader\\ CallbackChoiceLoader `
206- has been introduced in Symfony 3.2
206+ was introduced in Symfony 3.2
207207
208208.. include :: /reference/forms/types/options/choice_name.rst.inc
209209
You can’t perform that action at this time.
0 commit comments