Skip to content

Commit 1935975

Browse files
committed
[#2990] Minor tweaks to new validation overriding instructions
1 parent 850d522 commit 1935975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/bundles/override.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ Validation metadata
124124

125125
Symfony loads all validation configuration files from every bundle and
126126
combines them into one validation metadata tree. This means you are able to
127-
add new constraints to a property, but you cannot override it.
127+
add new constraints to a property, but you cannot override them.
128128

129-
To override this, the 3th party bundle needs to have configuration for
129+
To override this, the 3rd party bundle needs to have configuration for
130130
:ref:`validation groups <book-validation-validation-groups>`. For instance,
131131
the FOSUserBundle has this configuration. To create your own validation, add
132132
the constraints to a new validation group:

0 commit comments

Comments
 (0)