From d337ad51337b44b57a88345e16ebe31531094020 Mon Sep 17 00:00:00 2001 From: Jorge Maiden Date: Mon, 31 Dec 2012 10:21:48 +0100 Subject: [PATCH] Update src/Symfony/Component/HttpFoundation/Response.php --- 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 7b68c3861f..1bf6ccd87e 100644 --- a/src/Symfony/Component/HttpFoundation/Response.php +++ b/src/Symfony/Component/HttpFoundation/Response.php @@ -505,7 +505,7 @@ class Response } /** - * Sets the number of seconds after the time specified in the response's Date + * Returns the number of seconds after the time specified in the response's Date * header when the the response should no longer be considered fresh. * * First, it checks for a s-maxage directive, then a max-age directive, and then it falls