Skip to content

Commit

Permalink
Removing superfluous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffoliver committed Jan 5, 2020
1 parent 7922622 commit a8ed2ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/FileRenameCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ protected function renameSubFolders(string $path): void
RecursiveDirectoryIterator::UNIX_PATHS
);
$iterIter = new RecursiveIteratorIterator($dirIter);

$templateDirs = new RegexIterator(
$iterIter,
'#/' . $folder . '/\.$#',
Expand Down

0 comments on commit a8ed2ba

Please sign in to comment.