We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532c754 commit 855ef21Copy full SHA for 855ef21
1 file changed
lib/public/AppFramework/Http/Response.php
@@ -105,8 +105,10 @@ public function __construct() {
105
106
/**
107
* Caches the response
108
- * @param int $cacheSeconds the amount of seconds that should be cached
109
- * if 0 then caching will be disabled
+ *
+ * @param int $cacheSeconds amount of seconds the response is fresh, 0 to disable cache.
110
+ * @param bool $public
111
+ * @param bool $immutable
112
* @return $this
113
* @since 6.0.0 - return value was added in 7.0.0
114
*/
0 commit comments