Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / vendor / symfony / validator / ObjectInitializerInterface.php
index dcbc2cd11dbdd3200c798beae024a6f93ea639df..1bd55f0cda8e7fb1013b6b6982145b8cd0897cfe 100644 (file)
@@ -14,7 +14,7 @@ namespace Symfony\Component\Validator;
 /**
  * Prepares an object for validation.
  *
- * Concrete implementations of this interface are used by {@link ValidationVisitorInterface}
+ * Concrete implementations of this interface are used by {@link Validator\ContextualValidatorInterface}
  * to initialize objects just before validating them.
  *
  * @author Fabien Potencier <fabien@symfony.com>