[HttpFoundation] Add immutable to setCache's PHPDoc

This commit is contained in:
Kévin Dunglas 2017-12-12 09:38:51 +01:00
parent 1d7d564c61
commit 6e248cabe3
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -952,7 +952,7 @@ class Response
/**
* Sets the response's cache headers (validation and/or expiration).
*
* Available options are: etag, last_modified, max_age, s_maxage, private, and public.
* Available options are: etag, last_modified, max_age, s_maxage, private, public and immutable.
*
* @param array $options An array of cache options
*