We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09007f commit f37ad9bCopy full SHA for f37ad9b
1 file changed
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