Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 28bf816

Browse filesBrowse 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
Copy full SHA for 28bf816

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/HttpFoundation/Response.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Response.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.