diff --git a/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php b/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php index e16ee6f311..ee5f8d4188 100644 --- a/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php +++ b/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php @@ -601,8 +601,6 @@ class HttpCache implements HttpKernelInterface, TerminableInterface * * @param Request $request A Request instance * @param Response $response A Response instance - * - * @return Response A Response instance */ private function restoreResponseBody(Request $request, Response $response) {