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 42478e2 commit e6c565bCopy full SHA for e6c565b
validation.rst
@@ -25,12 +25,13 @@ install the validator before using it:
25
26
$ composer require symfony/validator
27
28
-If your project still use annotations, ``doctrine/annotations`` is also needed:
+If your project still uses annotations to define the validation constraints (as
29
+shown later in this article) you also need to install ``doctrine/annotations``:
30
31
.. code-block:: terminal
32
33
$ composer require doctrine/annotations
-
34
+
35
.. note::
36
37
If your application doesn't use Symfony Flex, you might need to do some
0 commit comments