Completed
Pull Request — master (#41)
by Vladimir
02:38
created
src/allejo/stakx/System/Filesystem.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -171,9 +171,9 @@
 block discarded – undo
171 171
     public function removeExtension ($filename)
172 172
     {
173 173
         return $this->appendPath(
174
-                   $this->getFolderPath($filename),
175
-                   $this->getBaseName($filename)
176
-               );
174
+                    $this->getFolderPath($filename),
175
+                    $this->getBaseName($filename)
176
+                );
177 177
     }
178 178
 
179 179
     /**
Please login to merge, or discard this patch.