@@ -273,7 +273,7 @@ |
||
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 |
@@ -24,7 +24,7 @@ discard block |
||
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 |
||
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 |