Skip to content

Commit b313d4c

Browse files
committed
minor #20408 Replace annotation to attribute in form unit testing comment (alamirault)
This PR was merged into the 6.4 branch. Discussion ---------- Replace annotation to attribute in form unit testing comment Commits ------- a51974c Replace annotation to attribute in form unit testing comment
2 parents 421f42c + a51974c commit b313d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ allows you to return a list of extensions to register::
214214
{
215215
$validator = Validation::createValidator();
216216

217-
// or if you also need to read constraints from annotations
217+
// or if you also need to read constraints from attributes
218218
$validator = Validation::createValidatorBuilder()
219219
->enableAttributeMapping()
220220
->getValidator();

0 commit comments

Comments
 (0)