Skip to content

Commit b2991ea

Browse files
author
Yevhenii Vaskevych
committed
Removed depth for scan files in folder
1 parent 1f6dd4c commit b2991ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Config/ConfigParser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ private function parseDir(string $dirPath): array
8080
{
8181
$finder = new Finder();
8282
$finder
83-
->depth('<=1')
8483
->files()
8584
->in($dirPath)
8685
->sortByName()

0 commit comments

Comments
 (0)