Skip to content

Commit 96f462d

Browse files
committed
typo
1 parent 4ce2098 commit 96f462d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Utils/Finder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public function getIterator(): \Generator
337337

338338

339339
/**
340-
* @param array<\stdClass{pattern: string, mode: string, recursive: bool}> $searches
340+
* @param array<object{pattern: string, mode: string, recursive: bool}> $searches
341341
* @param string[] $subdirs
342342
* @return \Generator<string, FileInfo>
343343
*/
@@ -427,7 +427,7 @@ private function proveFilters(array $filters, FileInfo $file, array &$cache): bo
427427
}
428428

429429

430-
/** @return array<string, array<\stdClass{pattern: string, mode: string, recursive: bool}>> */
430+
/** @return array<string, array<object{pattern: string, mode: string, recursive: bool}>> */
431431
private function buildPlan(): array
432432
{
433433
$plan = $dirCache = [];

0 commit comments

Comments
 (0)