Skip to content

Commit bde043d

Browse files
committed
[Validator] remove wrong deprecation message
1 parent 17009c1 commit bde043d

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)