[2.6][Validator] Fix Interface reference in docblock

This commit is contained in:
Alexander Schwenn 2015-05-04 14:41:38 +02:00
parent f47d9055bc
commit 7f8ff6a7fd

View File

@ -19,7 +19,7 @@ namespace Symfony\Component\Validator;
* @api * @api
* *
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0. * @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
* Use {@link \Symfony\Component\Validator\ValidatorInterface} instead. * Use {@link \Symfony\Component\Validator\Validator\ValidatorInterface} instead.
*/ */
interface ValidatorInterface interface ValidatorInterface
{ {