Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64f5ad9

Browse files
javiereguiluzwouterj
authored andcommitted
Fixed some syntax issues
1 parent c8b6b45 commit 64f5ad9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/validator.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ characters long::
4646
}
4747
}
4848
49-
Validation of arrays is possible using the `Collection` constraint::
50-
49+
Validation of arrays is possible using the ``Collection`` constraint::
5150

5251
use Symfony\Component\Validator\Validation;
5352
use Symfony\Component\Validator\Constraints as Assert;
@@ -68,7 +67,6 @@ Validation of arrays is possible using the `Collection` constraint::
6867

6968
$violations = $validator->validateValue($input, $constraint);
7069

71-
7270
Again, the validator returns the list of violations.
7371

7472
Retrieving a Validator Instance

0 commit comments

Comments
 (0)