Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / Event / FilterControllerArgumentsEvent.php
index 1dc784ed52aca8a9213797047026c23a94cd8a4f..2b08f2d770020115eec2b5829baae421b31f7179 100644 (file)
@@ -45,9 +45,6 @@ class FilterControllerArgumentsEvent extends FilterControllerEvent
         return $this->arguments;
     }
 
-    /**
-     * @param array $arguments
-     */
     public function setArguments(array $arguments)
     {
         $this->arguments = $arguments;