We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3177c1d commit eb26f28Copy full SHA for eb26f28
form/without_class.rst
@@ -108,6 +108,6 @@ but here's a short example:
108
109
.. tip::
110
111
- Remember that when your form is not mapped to an object, every object in your array of submitted data
112
- will be validated with the ``Symfony\Component\Validator\Constraints\Valid`` constraint,
113
- unless you disable validation like described in :doc:`this article </form/disabling_validation>`.
+ If the form is not mapped to an object, every object in your array of
+ submitted data is validated using the ``Symfony\Component\Validator\Constraints\Valid``
+ constraint, unless you :doc:`disable validation </form/disabling_validation>`.
0 commit comments