Skip to content

Commit 855ef21

Browse files
committed
Update docblock for cacheFor
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 532c754 commit 855ef21

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib/public/AppFramework/Http/Response.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,10 @@ public function __construct() {
105105

106106
/**
107107
* Caches the response
108-
* @param int $cacheSeconds the amount of seconds that should be cached
109-
* if 0 then caching will be disabled
108+
*
109+
* @param int $cacheSeconds amount of seconds the response is fresh, 0 to disable cache.
110+
* @param bool $public
111+
* @param bool $immutable
110112
* @return $this
111113
* @since 6.0.0 - return value was added in 7.0.0
112114
*/

0 commit comments

Comments
 (0)