We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b09007f + f37ad9b commit 4e095f7Copy full SHA for 4e095f7
src/CacheProvider.php
@@ -60,7 +60,7 @@ public function denyCache(ResponseInterface $response)
60
* @param ResponseInterface $response A PSR7 response object
61
* @param int|string $time A UNIX timestamp or a valid `strtotime()` string
62
*
63
- * @return ResponseInterface A new PSR7 response object with `Expires` header
+ * @return ResponseInterface A new PSR7 response object with `Expires` header
64
*/
65
public function withExpires(ResponseInterface $response, $time)
66
{
0 commit comments