Skip to content

Commit c5647dd

Browse files
committed
minor symfony#4968 Fix typo (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Fix typo | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 34b38f3 Fix typo
2 parents c3218fc + 34b38f3 commit c5647dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ By calling ``validateValue`` on the validator, you can pass in a raw value and
12361236
the constraint object that you want to validate that value against. A full
12371237
list of the available constraints - as well as the full class name for each
12381238
constraint - is available in the :doc:`constraints reference </reference/constraints>`
1239-
section .
1239+
section.
12401240

12411241
The ``validateValue`` method returns a :class:`Symfony\\Component\\Validator\\ConstraintViolationList`
12421242
object, which acts just like an array of errors. Each error in the collection

0 commit comments

Comments
 (0)