minor #27116 [Validator] make phpdoc of ObjectInitializerInterface interface more accurate (hhamon)

This PR was merged into the 2.7 branch.

Discussion
----------

[Validator] make phpdoc of ObjectInitializerInterface interface more accurate

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| License       | MIT
| Doc PR        | ~

Commits
-------

30970c7a9b [Validator] make phpdoc of ObjectInitializerInterface interface more accurate
This commit is contained in:
Nicolas Grekas 2018-05-01 16:09:27 -07:00
commit ffb07c6a99

View File

@ -15,7 +15,7 @@ namespace Symfony\Component\Validator;
* Prepares an object for validation.
*
* Concrete implementations of this interface are used by {@link ValidationVisitorInterface}
* to initialize objects just before validating them.
* and {@link Validator\ContextualValidatorInterface} to initialize objects just before validating them.
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Bernhard Schussek <bschussek@gmail.com>