Skip to content

Commit 96c92f2

Browse files
committed
tweak: remove superfluous typehint
1 parent 3b46f5b commit 96c92f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Query/QueryCollectionFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ protected function recurseLocateDirectory(
6969
throw new BaseQueryPathDoesNotExistException($basePath);
7070
}
7171

72-
/** @var SplFileInfo $fileInfo */
7372
foreach(new DirectoryIterator($basePath) as $fileInfo) {
7473
if($fileInfo->isDot()) {
7574
continue;

0 commit comments

Comments
 (0)