Skip to content

Commit 251073b

Browse files
committed
Fix: Describe iterable type
1 parent b2e3fa2 commit 251073b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Target/MapBuilder.php

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public function build(Filter $filter, FileAnalyser $analyser): array
207207
}
208208

209209
/**
210+
* @param TargetMapPart $methods
210211
* @param array<non-empty-string, non-empty-string> $reverseLookup
211212
*/
212213
private function processMethods(Class_|Trait_ $classOrTrait, string $file, array &$methods, array &$reverseLookup): void

0 commit comments

Comments
 (0)