[Validator] make phpdoc of ObjectInitializerInterface interface more accurate

This commit is contained in:
Hugo Hamon 2018-05-02 00:50:12 +02:00
parent c17adc6616
commit 30970c7a9b

View File

@ -15,7 +15,7 @@ namespace Symfony\Component\Validator;
* Prepares an object for validation. * Prepares an object for validation.
* *
* Concrete implementations of this interface are used by {@link ValidationVisitorInterface} * 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 Fabien Potencier <fabien@symfony.com>
* @author Bernhard Schussek <bschussek@gmail.com> * @author Bernhard Schussek <bschussek@gmail.com>