8000 Merge branch '2.2' into 2.3 · sinner/symfony-docs@701a134 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 701a134

Browse files
committed
Merge branch '2.2' into 2.3
2 parents 61b3ff2 + 8c7bdd6 commit 701a134

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

book/validation.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -777,10 +777,9 @@ user registers and when a user updates his/her contact information later:
777777
778778
With this configuration, there are two validation groups:
779779

780-
* ``Default`` - contains the constraints not assigned to any other group;
781-
782-
* ``User`` - contains the constraints that belongs to group ``Default``
783-
(this group is useful for :ref:`book-validation-group-sequence`);
780+
* ``User`` - contains the constraints that belong to no other group,
781+
and is considered the ``Default`` group. (This group is useful for
782+
:ref:`book-validation-group-sequence`);
784783

785784
* ``registration`` - contains the constraints on the ``email`` and ``password``
786785
fields only.

0 commit comments

Comments
 (0)
0