@@ -31,7 +31,7 @@ |
||
31 | 31 | $options = $container->get('Core/Options'); |
32 | 32 | $cacheDir = $options->getCacheDir(); |
33 | 33 | |
34 | - if(!is_dir($cacheDir)){ |
|
34 | + if (!is_dir($cacheDir)) { |
|
35 | 35 | mkdir($cacheDir, 0775, true); |
36 | 36 | } |
37 | 37 |