X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fbrowser-kit%2FResponse.php;fp=vendor%2Fsymfony%2Fbrowser-kit%2FResponse.php;h=ba4e416bf80484a8aa9603c26e4157c094a2fa83;hp=984442fbe3691aeb566e7c7c61e7b7bc10226a5d;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/symfony/browser-kit/Response.php b/vendor/symfony/browser-kit/Response.php index 984442fbe..ba4e416bf 100644 --- a/vendor/symfony/browser-kit/Response.php +++ b/vendor/symfony/browser-kit/Response.php @@ -12,8 +12,6 @@ namespace Symfony\Component\BrowserKit; /** - * Response object. - * * @author Fabien Potencier */ class Response @@ -23,8 +21,6 @@ class Response protected $headers; /** - * Constructor. - * * The headers array is a set of key/value pairs. If a header is present multiple times * then the value is an array of all the values. *