Skip to content

Commit 6e248ca

Browse files
committed
[HttpFoundation] Add immutable to setCache's PHPDoc
1 parent 1d7d564 commit 6e248ca

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
@@ -952,7 +952,7 @@ public function setEtag($etag = null, $weak = false)
952952
/**
953953
* Sets the response's cache headers (validation and/or expiration).
954954
*
955-
* Available options are: etag, last_modified, max_age, s_maxage, private, and public.
955+
* Available options are: etag, last_modified, max_age, s_maxage, private, public and immutable.
956956
*
957957
* @param array $options An array of cache options
958958
*

0 commit comments

Comments
 (0)