Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / validator / ConstraintValidatorFactoryInterface.php
index 5e216275b493382d0df0bb04d60625bbb26cdcce..b64764562189956081c45250a865f4c020497701 100644 (file)
@@ -21,8 +21,6 @@ interface ConstraintValidatorFactoryInterface
      * Given a Constraint, this returns the ConstraintValidatorInterface
      * object that should be used to verify its validity.
      *
-     * @param Constraint $constraint The source constraint
-     *
      * @return ConstraintValidatorInterface
      */
     public function getInstance(Constraint $constraint);