[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
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace Symfony\Component\Validator;
* @api
*
* @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
{