@@ -66,9 +66,9 @@ discard block |
||
| 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 |
||
| 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 | /** |