8000 minor #27115 [Validator] fixes phpdoc reference to an interface that … · symfony/symfony@95ceeab · GitHub
[go: up one dir, main page]

Skip to content

Commit 95ceeab

Browse files
minor #27115 [Validator] fixes phpdoc reference to an interface that was removed in Symfony 3.0 (hhamon)
This PR was merged into the 3.4 branch. Discussion ---------- [Validator] fixes phpdoc reference to an interface that was removed in Symfony 3.0 | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- d2c5813 [Validator] fixes phpdoc reference to an interface that was removed in Symfony 3.0
2 parents e525248 + d2c5813 commit 95ceeab

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