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::
197
197
},
198
198
));
199
199
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.
203
203
204
204
.. versionadded :: 3.2
205
205
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
207
207
208
208
.. include :: /reference/forms/types/options/choice_name.rst.inc
209
209
You can’t perform that action at this time.
0 commit comments