From 230acb28417373b405b1aa534b88516b14a8f213 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Thu, 3 Dec 2015 06:49:53 +0100 Subject: [PATCH] Fix typo --- src/Symfony/Component/HttpFoundation/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/Response.php b/src/Symfony/Component/HttpFoundation/Response.php index 914e54fbb3..a21e6b921c 100644 --- a/src/Symfony/Component/HttpFoundation/Response.php +++ b/src/Symfony/Component/HttpFoundation/Response.php @@ -929,7 +929,7 @@ class Response * Sets the Vary header. * * @param string|array $headers - * @param bool $replace Whether to replace the actual value of not (true by default) + * @param bool $replace Whether to replace the actual value or not (true by default) * * @return Response */