Skip to content

Commit 3909762

Browse files
committed
One more correction
1 parent 68d0ee2 commit 3909762

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

book/forms.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,7 @@ Disabling Validation
477477
~~~~~~~~~~~~~~~~~~~~
478478

479479
.. versionadded:: 2.3
480-
The ability to set ``validation_groups`` to false was added in Symfony 2.3,
481-
although setting it to an empty array achieved the same result in previous
482-
versions. Please note that empty array doesn't work anymore.
480+
The ability to set ``validation_groups`` to false was added in Symfony 2.3.
483481

484482
Sometimes it is useful to suppress the validation of a form altogether. For
485483
these cases you can set the ``validation_groups`` option to ``false``::

0 commit comments

Comments
 (0)