@@ -167,7 +167,7 @@ |
||
| 167 | 167 | } else { |
| 168 | 168 | return true; |
| 169 | 169 | } |
| 170 | - }catch(SSDBException $e){ |
|
| 170 | + } catch(SSDBException $e){ |
|
| 171 | 171 | throw new phpFastCacheDriverException('Ssdb failed to connect with error: '. $e->getMessage(), 0 , $e); |
| 172 | 172 | } |
| 173 | 173 | } |
@@ -32,8 +32,7 @@ |
||
| 32 | 32 | if($file->isFile()) |
| 33 | 33 | { |
| 34 | 34 | $size += filesize($file->getRealPath()); |
| 35 | - } |
|
| 36 | - else if($includeDirAllocSize) |
|
| 35 | + } else if($includeDirAllocSize) |
|
| 37 | 36 | { |
| 38 | 37 | $size += $file->getSize(); |
| 39 | 38 | } |