8000 Updated after review of @webmozart · symfony/symfony-docs@b6357fa · GitHub
[go: up one dir, main page]

Skip to content

Commit b6357fa

Browse files
committed
Updated after review of @webmozart
1 parent 2330cd8 commit b6357fa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

book/validation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -809,10 +809,11 @@ user registers and when a user updates their contact information later:
809809
810810
With this configuration, there are three validation groups:
811811

812-
* ``User`` - contains the constraints that belong to no other group;
812+
* ``Default`` - contains the constraints in the current class and all
813+
referenced classes that belong to no other group;
813814

814-
* ``Default`` - equivalent to the ``User`` group (This group is useful for
815-
:ref:`book-validation-group-sequence`);
815+
* ``User`` - equivalent to all constraints of the ``User`` object in the
816+
``Default`` group;
816817

817818
* ``registration`` - contains the constraints on the ``email`` and ``password``
818819
fields only.

0 commit comments

Comments
 (0)
0