@@ -133,7 +133,7 @@ |
||
133 | 133 | */ |
134 | 134 | protected function driverClear() |
135 | 135 | { |
136 | - if(Directory::rrmdir($this->getPath(true))){ |
|
136 | + if (Directory::rrmdir($this->getPath(true))) { |
|
137 | 137 | $this->tmp = []; |
138 | 138 | return true; |
139 | 139 | } |