X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fhttp-kernel%2FHttpCache%2FResponseCacheStrategyInterface.php;fp=vendor%2Fsymfony%2Fhttp-kernel%2FHttpCache%2FResponseCacheStrategyInterface.php;h=e282299aee8a3faa065c3931f9d3f219dc3687b2;hp=d70c2e06ec8b03b112b13875e2d60f2cc0c7eaad;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php b/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php index d70c2e06e..e282299ae 100644 --- a/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php +++ b/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php @@ -27,15 +27,11 @@ interface ResponseCacheStrategyInterface { /** * Adds a Response. - * - * @param Response $response */ public function add(Response $response); /** * Updates the Response HTTP headers based on the embedded Responses. - * - * @param Response $response */ public function update(Response $response); }