Update docblock for cacheFor

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2022-09-03 15:28:23 +02:00
parent 532c7545bd
commit 855ef21883
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614

View File

@ -105,8 +105,10 @@ class Response {
/**
* Caches the response
* @param int $cacheSeconds the amount of seconds that should be cached
* if 0 then caching will be disabled
*
* @param int $cacheSeconds amount of seconds the response is fresh, 0 to disable cache.
* @param bool $public
* @param bool $immutable
* @return $this
* @since 6.0.0 - return value was added in 7.0.0
*/