Passed
Push — master ( 82cce0...9ec6c5 )
by y
01:38
created
src/Api/FileCache.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
58 58
             }
59 59
             $this->logger->log('CACHE EXPIRE', $key);
60 60
             unlink($file);
61
-        }
62
-        else {
61
+        } else {
63 62
             $this->logger->log('CACHE MISS', $key);
64 63
         }
65 64
         return $default;
Please login to merge, or discard this patch.