Completed
Push — V6 ( e31388...b1e39c )
by Georges
02:21
created
src/phpFastCache/Helper/CacheConditionalHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     {
44 44
         $cacheItem = $this->cacheInstance->getItem($cacheKey);
45 45
 
46
-        if(!$cacheItem->isHit())
46
+        if (!$cacheItem->isHit())
47 47
         {
48 48
             $cacheItem->set($callback());
49 49
             $this->cacheInstance->save($cacheItem);
Please login to merge, or discard this patch.