Skip to content

Commit 5838635

Browse files
Make lines shorter to comply with 80-char limit
1 parent 731617f commit 5838635

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/forms/types/choice.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)