We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b46f5b commit 96c92f2Copy full SHA for 96c92f2
src/Query/QueryCollectionFactory.php
@@ -69,7 +69,6 @@ protected function recurseLocateDirectory(
69
throw new BaseQueryPathDoesNotExistException($basePath);
70
}
71
72
- /** @var SplFileInfo $fileInfo */
73
foreach(new DirectoryIterator($basePath) as $fileInfo) {
74
if($fileInfo->isDot()) {
75
continue;
0 commit comments