8000 [Validator] fix docblock typos · symfony/symfony@8d32c9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d32c9c

Browse files
committed
[Validator] fix docblock typos
1 parent a77cc57 commit 8d32c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Validator/ConstraintValidatorFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Default implementation of the ConstraintValidatorFactoryInterface.
1919
*
2020
* This enforces the convention that the validatedBy() method on any
21-
* Constrain will return the class name of the ConstraintValidator that
21+
* Constraint will return the class name of the ConstraintValidator that
2222
* should validate the Constraint.
2323
*/
2424
class ConstraintValidatorFactory implements ConstraintValidatorFactoryInterface

src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* Specifies an object able to return the correct ConstraintValidatorInterface
18-
* instance given a Constrain object.
18+
* instance given a Constraint object.
1919
*/
2020
interface ConstraintValidatorFactoryInterface
2121
{

0 commit comments

Comments
 (0)
0