We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b5e31 commit 0bb5b5bCopy full SHA for 0bb5b5b
validation.rst
@@ -111,7 +111,7 @@ Using the ``validator`` Service
111
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112
113
Next, to actually validate an ``Author`` object, use the ``validate()`` method
114
-on the ``validator`` service (class :class:`Symfony\\Component\\Validator\\Validator`).
+on the ``validator`` service (implementation of :class:`Symfony\\Component\\Validator\\Validator\\ValidatorInterface`).
115
The job of the ``validator`` is easy: to read the constraints (i.e. rules)
116
of a class and verify if the data on the object satisfies those
117
constraints. If validation fails, a non-empty list of errors
0 commit comments