Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / Event / GetResponseEvent.php
index 4c96a4b7d907a1b6cf90e53d5c7812be0533a6a5..f7745ea3dc16028cd7b1023b9814ebe164b88d76 100644 (file)
@@ -24,11 +24,6 @@ use Symfony\Component\HttpFoundation\Response;
  */
 class GetResponseEvent extends KernelEvent
 {
-    /**
-     * The response object.
-     *
-     * @var Response
-     */
     private $response;
 
     /**
@@ -43,8 +38,6 @@ class GetResponseEvent extends KernelEvent
 
     /**
      * Sets a response and stops event propagation.
-     *
-     * @param Response $response
      */
     public function setResponse(Response $response)
     {