Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-foundation / RequestMatcherInterface.php
index 066e7e8bf1deeee3a097fcb460b104aa388b4090..c26db3e6f4e66e819f01bf1560bbb933b11c093d 100644 (file)
@@ -21,8 +21,6 @@ interface RequestMatcherInterface
     /**
      * Decides whether the rule(s) implemented by the strategy matches the supplied request.
      *
-     * @param Request $request The request to check for a match
-     *
      * @return bool true if the request matches, false otherwise
      */
     public function matches(Request $request);