@@ -123,7 +123,7 @@ |
||
123 | 123 | { |
124 | 124 | $pos = strrpos($this->getFile(), '/'); |
125 | 125 | |
126 | - if($pos === false) { |
|
126 | + if ($pos === false) { |
|
127 | 127 | return $file . $this->settings['postfix']; |
128 | 128 | } |
129 | 129 |