We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8fd65 commit a2bf25bCopy full SHA for a2bf25b
components/validator/resources.rst
@@ -42,7 +42,7 @@ In this example, the validation metadata is retrieved executing the
42
{
43
protected $name;
44
45
- public static function loadValidatorMatadata(ClassMetadata $metadata)
+ public static function loadValidatorMetadata(ClassMetadata $metadata)
46
47
$metadata->addPropertyConstraint('name', new Assert\NotBlank());
48
$metadata->addPropertyConstraint('name', new Asert\Length(array(
0 commit comments