minor #14544 [2.6][Validator] Fix Interface reference in docblock (xelaris)

This PR was merged into the 2.6 branch.

Discussion
----------

[2.6][Validator] Fix Interface reference in docblock

| Q             | A
| ------------- | ---
| Fixed tickets |
| License       | MIT

Commits
-------

7f8ff6a [2.6][Validator] Fix Interface reference in docblock
This commit is contained in:
Tobias Schultze 2015-05-05 02:22:48 +02:00
commit 5b92067b9e
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
{