Completed
Push — V6 ( 3e1d9a...98ae5f )
by Georges
02:13
created
src/phpFastCache/Helper/TestHelper.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@
 block discarded – undo
273 273
         
274 274
         if (!is_dir($path)) {
275 275
             throw new phpFastCacheDriverException("Can't read PATH:" . $path, 94);
276
-        }else{
276
+        } else{
277 277
             $size = Directory::dirSize($path);
278 278
         }
279 279
 
Please login to merge, or discard this patch.
tests/ActOnAll.test.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     $filesInstance = CacheManager::getInstance('Files');
25 25
     $RedisInstance = CacheManager::getInstance('Redis');
26 26
     $MemcacheInstance = CacheManager::getInstance('Memcached');
27
-}catch(phpFastCacheDriverCheckException $e){
27
+} catch(phpFastCacheDriverCheckException $e){
28 28
     $testHelper->printSkipText($e->getMessage())->terminateTest();
29 29
 }
30 30
 
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
         }
46 46
     }
47 47
     $testHelper->printPassText('ActOnAll helper passed all tests');
48
-}else{
48
+} else{
49 49
     $testHelper->printFailText('$statsAry is not an array');
50 50
 }
51 51
 
Please login to merge, or discard this patch.