Skip to content

Commit bf2e511

Browse files
committed
Applied fixes from StyleCI
[ci skip] [skip ci]
1 parent 23d0cd4 commit bf2e511

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
@@ -90,8 +90,8 @@ public function handleRequest(RequestInterface $request, callable $next, callabl
9090
return $next($request)->then(function (ResponseInterface $response) use ($cacheItem) {
9191
if (304 === $response->getStatusCode()) {
9292
if (!$cacheItem->isHit()) {
93-
/*
94-
* We do not have the item in cache. This plugin did not add If-Modified-Since
93+
/*
94+
* We do not have the item in cache. This plugin did not add If-Modified-Since
9595
* or If-None-Match headers. Return the response from server.
9696
*/
9797
return $response;

0 commit comments

Comments
 (0)