8000 minor #9555 [Validator] fix docblock typos (shieldo) · symfony/symfony@a22a95c · GitHub
[go: up one dir, main page]

Skip to content

Commit a22a95c

Browse files
committed
minor #9555 [Validator] fix docblock typos (shieldo)
This PR was merged into the 2.2 branch. Discussion ---------- [Validator] fix docblock typos Commits ------- 8d32c9c [Validator] fix docblock typos
2 parents a77cc57 + 8d32c9c commit a22a95c

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
{
< 32BB /div>

0 commit comments

Comments
 (0)
0