Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / routing / RequestContextAwareInterface.php
index ebb0ef46ede286480bc1efb4e7e680a9ae0d29bb..df5b9fcd4712e716b0da392b741db54c12906c57 100644 (file)
@@ -15,8 +15,6 @@ interface RequestContextAwareInterface
 {
     /**
      * Sets the request context.
-     *
-     * @param RequestContext $context The context
      */
     public function setContext(RequestContext $context);