Skip to content

Commit 4e095f7

Browse files
committed
Merge pull request #2 from zither/Align-docblock-description
Align docblock description
2 parents b09007f + f37ad9b commit 4e095f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CacheProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function denyCache(ResponseInterface $response)
6060
* @param ResponseInterface $response A PSR7 response object
6161
* @param int|string $time A UNIX timestamp or a valid `strtotime()` string
6262
*
63-
* @return ResponseInterface A new PSR7 response object with `Expires` header
63+
* @return ResponseInterface A new PSR7 response object with `Expires` header
6464
*/
6565
public function withExpires(ResponseInterface $response, $time)
6666
{

0 commit comments

Comments
 (0)