Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / TerminableInterface.php
index d55a15b87ef2ec4126c39f9184047a946db39d04..8aa331979340c7957bb700e23b669366757edc35 100644 (file)
@@ -27,9 +27,6 @@ interface TerminableInterface
      * Terminates a request/response cycle.
      *
      * Should be called after sending the response and before shutting down the kernel.
-     *
-     * @param Request  $request  A Request instance
-     * @param Response $response A Response instance
      */
     public function terminate(Request $request, Response $response);
 }