@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | { |
48 | 48 | setlocale(LC_ALL, $locale); |
49 | 49 | clearstatcache(); |
50 | - $this->_functions['loader'] = function ($fileName) { |
|
50 | + $this->_functions['loader'] = function($fileName) { |
|
51 | 51 | $hashName = $this->_getHashName($fileName); |
52 | 52 | $this->_attributes[$hashName] = I::get($this->_attributes, $hashName, [ |
53 | 53 | 'isCached' => false, |
@@ -495,7 +495,7 @@ discard block |
||
495 | 495 | chmod($subFile, $mode); |
496 | 496 | } |
497 | 497 | } |
498 | - return (bool) chmod($file, $mode); |
|
498 | + return (bool)chmod($file, $mode); |
|
499 | 499 | } |
500 | 500 | |
501 | 501 | /** |