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 28c1351 commit 3439aafCopy full SHA for 3439aaf
reference/constraints/Blank.rst
@@ -68,7 +68,7 @@ of an ``Author`` class were blank, you could do the following:
68
{
69
public static function loadValidatorMetadata(ClassMetadata $metadata)
70
71
- $metadata->addPropertyConstraint('firstName', new Assetc\Blank());
+ $metadata->addPropertyConstraint('firstName', new Assert\Blank());
72
}
73
74
0 commit comments