Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / Controller / ControllerResolverInterface.php
index 0dd7cce96d905098eadc78da521e672dc2d21896..afe9fb733748f3d35ab4fb56d0835c7b69859569 100644 (file)
@@ -34,8 +34,6 @@ interface ControllerResolverInterface
      * The resolver must only throw an exception when it should be able to load
      * controller but cannot because of some errors made by the developer.
      *
-     * @param Request $request A Request instance
-     *
      * @return callable|false A PHP callable representing the Controller,
      *                        or false if this resolver is not able to determine the controller
      *