Skip to content

Commit

Permalink
Removed depth for scan files in folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhenii Vaskevych committed Apr 4, 2019
1 parent 1f6dd4c commit b2991ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Config/ConfigParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ private function parseDir(string $dirPath): array
{
$finder = new Finder();
$finder
->depth('<=1')
->files()
->in($dirPath)
->sortByName()
Expand Down

0 comments on commit b2991ea

Please sign in to comment.