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.
2 parents 8586f39 + 26881d5 commit a847786Copy full SHA for a847786
book/validation.rst
@@ -115,7 +115,7 @@ The job of the ``validator`` is easy: to read the constraints (i.e. rules)
115
of a class and verify whether or not the data on the object satisfies those
116
constraints. If validation fails, a non-empty list of errors
117
(class :class:`Symfony\\Component\\Validator\\ConstraintViolationList`) is
118
-returned. Take this simple example from inside a controller:
+returned. Take this simple example from inside a controller::
119
120
// ...
121
use Symfony\Component\HttpFoundation\Response;
0 commit comments