Przeglądaj źródła

Fixed typo in ConstraintValidatorFactoryInterface PHPDoc (2.0)

Raul Fraile 13 lat temu
rodzic
commit
26d416fe51

+ 1 - 1
src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php

@@ -20,7 +20,7 @@ use Symfony\Component\Validator\Constraint;
 interface ConstraintValidatorFactoryInterface
 {
     /**
-     * Given a Constrain, this returns the ConstraintValidatorInterface
+     * Given a Constraint, this returns the ConstraintValidatorInterface
      * object that should be used to verify its validity.
      *
      * @param Constraint $constraint The source constraint