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 2685f38 commit a51974cCopy full SHA for a51974c
form/unit_testing.rst
@@ -214,7 +214,7 @@ allows you to return a list of extensions to register::
214
{
215
$validator = Validation::createValidator();
216
217
- // or if you also need to read constraints from annotations
+ // or if you also need to read constraints from attributes
218
$validator = Validation::createValidatorBuilder()
219
->enableAttributeMapping()
220
->getValidator();
0 commit comments