8000 [Validator] fixes phpdoc reference to an interface that was removed i… · symfony/symfony@d2c5813 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2c5813

Browse files
committed
[Validator] fixes phpdoc reference to an interface that was removed in Symfony 3.0
1 parent 1f98e31 commit d2c5813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/ObjectInitializerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Prepares an object for validation.
1616
*
17-
* Concrete implementations of this interface are used by {@link ValidationVisitorInterface}
17+
* Concrete implementations of this interface are used by {@link Validator\ContextualValidatorInterface}
1818
* to initialize objects just before validating them.
1919
*
2020
* @author Fabien Potencier <fabien@symfony.com>

0 commit comments

Comments
 (0)
0