[Validator] remove wrong deprecation message

This commit is contained in:
Tobias Schultze 2014-07-11 15:26:12 +02:00
parent 17009c148b
commit bde043d035
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException;
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
* Use {@link NodeVisitor\NodeVisitorInterface} instead.
*/
class ValidationVisitor implements ValidationVisitorInterface, GlobalExecutionContextInterface
{

View File

@ -35,7 +35,6 @@ namespace Symfony\Component\Validator;
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
* Use {@link NodeVisitor\NodeVisitorInterface} instead.
*/
interface ValidationVisitorInterface
{