minor #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 | #11369
| License       | MIT

Commits
-------

bde043d [Validator] remove wrong deprecation message
This commit is contained in:
Fabien Potencier 2014-07-12 08:09:39 +02:00
commit 01efafec37
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
{