Skip to content

Commit 28bf816

Browse files
committed
Merge branch '4.0'
* 4.0: add missing logout_on_user_change options [HttpFoundation] Add immutable to setCache's PHPDoc
2 parents 6f3de94 + bf61b7b commit 28bf816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ public function setEtag(string $etag = null, bool $weak = false)
913913
/**
914914
* Sets the response's cache headers (validation and/or expiration).
915915
*
916-
* Available options are: etag, last_modified, max_age, s_maxage, private, and public.
916+
* Available options are: etag, last_modified, max_age, s_maxage, private, public and immutable.
917917
*
918918
* @return $this
919919
*

0 commit comments

Comments
 (0)