Completed
Push — V6 ( 440008...cefaa0 )
by Georges
03:54
created
src/phpFastCache/Drivers/Files/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.