Skip to content

Commit 47c6b47

Browse files
authored
Merge pull request #9 from php-http/analysis-q16RbL
Applied fixes from StyleCI
2 parents 7f08a5b + 5e4262b commit 47c6b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CachePlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ public function handleRequest(RequestInterface $request, callable $next, callabl
8989
return $next($request)->then(function (ResponseInterface $response) use ($cacheItem) {
9090
if (304 === $response->getStatusCode()) {
9191
if (!$cacheItem->isHit()) {
92-
/*
93-
* We do not have the item in cache. This plugin did not add If-Modified-Since
92+
/*
93+
* We do not have the item in cache. This plugin did not add If-Modified-Since
9494
* or If-None-Match headers. Return the response from server.
9595
*/
9696
return $response;

0 commit comments

Comments
 (0)