Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-kernel / Event / GetResponseEvent.php
index f7745ea3dc16028cd7b1023b9814ebe164b88d76..c25a0f1cf1a1a76cb0e246a31113ce571f97d2b1 100644 (file)
@@ -29,7 +29,7 @@ class GetResponseEvent extends KernelEvent
     /**
      * Returns the response object.
      *
-     * @return Response
+     * @return Response|null
      */
     public function getResponse()
     {