Completed
Push — master ( 827100...0aed89 )
by Vladimir
02:24
created
src/System/FileSystem.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -66,9 +66,9 @@  discard block
 block discarded – undo
66 66
     {
67 67
         $finder = new Finder();
68 68
         $finder->files()
69
-               ->ignoreVCS(true)
70
-               ->ignoreDotFiles(true)
71
-               ->ignoreUnreadableDirs();
69
+                ->ignoreVCS(true)
70
+                ->ignoreDotFiles(true)
71
+                ->ignoreUnreadableDirs();
72 72
 
73 73
         $finder->in(
74 74
             empty(trim($searchIn)) ? getcwd() : $searchIn
@@ -155,9 +155,9 @@  discard block
 block discarded – undo
155 155
     public function removeExtension ($filename)
156 156
     {
157 157
         return $this->appendPath(
158
-                   $this->getFolderPath($filename),
159
-                   $this->getBaseName($filename)
160
-               );
158
+                    $this->getFolderPath($filename),
159
+                    $this->getBaseName($filename)
160
+                );
161 161
     }
162 162
 
163 163
     /**
Please login to merge, or discard this patch.