File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ If you have lots of validation errors, you can filter them by error code::
6969Retrieving a Validator Instance
7070-------------------------------
7171
72- The :class: `Symfony\\ Component\\ Validator\\ Validator ` class is the main access
73- point of the Validator component. To create a new instance of this class , it's
72+ The Validator object (that implements :class: `Symfony\\ Component\\ Validator\\ Validator\\ ValidatorInterface `) is the main access
73+ point of the Validator component. To create a new instance of it , it's
7474recommended to use the :class: `Symfony\\ Component\\ Validator\\ Validation ` class::
7575
7676 use Symfony\Component\Validator\Validation;
@@ -79,7 +79,7 @@ recommended to use the :class:`Symfony\\Component\\Validator\\Validation` class:
7979
8080This ``$validator `` object can validate simple variables such as strings, numbers
8181and arrays, but it can't validate objects. To do so, configure the
82- ``Validator `` class as explained in the next sections.
82+ ``Validator `` as explained in the next sections.
8383
8484Learn More
8585----------
You can’t perform that action at this time.
0 commit comments