Skip to content

Commit e6c565b

Browse files
committed
Minor tweak
1 parent 42478e2 commit e6c565b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

validation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ install the validator before using it:
2525
2626
$ composer require symfony/validator
2727
28-
If your project still use annotations, ``doctrine/annotations`` is also needed:
28+
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``:
2930

3031
.. code-block:: terminal
3132
3233
$ composer require doctrine/annotations
33-
34+
3435
.. note::
3536

3637
If your application doesn't use Symfony Flex, you might need to do some

0 commit comments

Comments
 (0)