X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fhttp-kernel%2FTerminableInterface.php;fp=vendor%2Fsymfony%2Fhttp-kernel%2FTerminableInterface.php;h=8aa331979340c7957bb700e23b669366757edc35;hp=d55a15b87ef2ec4126c39f9184047a946db39d04;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/symfony/http-kernel/TerminableInterface.php b/vendor/symfony/http-kernel/TerminableInterface.php index d55a15b87..8aa331979 100644 --- a/vendor/symfony/http-kernel/TerminableInterface.php +++ b/vendor/symfony/http-kernel/TerminableInterface.php @@ -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); }