Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a7680 commit 017ecd7Copy full SHA for 017ecd7
components/validator/resources.rst
@@ -106,8 +106,9 @@ prefixed classes included in doc block comments (``/** ... */``). For example::
106
}
107
108
To enable the annotation loader, call the
109
-:method:`Symfony\\Component\\Validator\\ValidatorBuilder::enableAnnotationMapping` method.
110
-``addDefaultDoctrineAnnotationReader`` must also be called to use ``Doctrine\Common\Annotations\AnnotationReader``::
+:method:`Symfony\\Component\\Validator\\ValidatorBuilder::enableAnnotationMapping` method
+and then call ``addDefaultDoctrineAnnotationReader()`` to use Doctrine's
111
+annotation reader::
112
113
use Symfony\Component\Validator\Validation;
114
0 commit comments