Skip to content

Commit 01efafe

Browse files
committed
minor symfony#11377 [Validator] remove wrong deprecation message (Tobion)
This PR was merged into the 2.5 branch. Discussion ---------- [Validator] remove wrong deprecation message | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#11369 | License | MIT Commits ------- bde043d [Validator] remove wrong deprecation message
2 parents 17009c1 + bde043d commit 01efafe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Symfony/Component/Validator/ValidationVisitor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* @author Bernhard Schussek <[email protected]>
2323
*
2424
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
25-
* Use {@link NodeVisitor\NodeVisitorInterface} instead.
2625
*/
2726
class ValidationVisitor implements ValidationVisitorInterface, GlobalExecutionContextInterface
2827
{

src/Symfony/Component/Validator/ValidationVisitorInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* @author Bernhard Schussek <[email protected]>
3636
*
3737
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
38-
* Use {@link NodeVisitor\NodeVisitorInterface} instead.
3938
*/
4039
interface ValidationVisitorInterface
4140
{

0 commit comments

Comments
 (0)