Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / validator / Validator / ValidatorInterface.php
index e9576f5eceb370b85c569966015bbfcedfa6e568..5bac2e88987f633ba362416a347621c257561668 100644 (file)
@@ -91,8 +91,6 @@ interface ValidatorInterface extends MetadataFactoryInterface
      * The returned validator adds all generated violations to the given
      * context.
      *
-     * @param ExecutionContextInterface $context The execution context
-     *
      * @return ContextualValidatorInterface The validator for that context
      */
     public function inContext(ExecutionContextInterface $context);