Skip to content

Commit b2e3fa2

Browse files
committed
Fix: Describe iterable type
1 parent 5debf1e commit b2e3fa2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Target/MapBuilder.php

+3
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ public function build(Filter $filter, FileAnalyser $analyser): array
206206
];
207207
}
208208

209+
/**
210+
* @param array<non-empty-string, non-empty-string> $reverseLookup
211+
*/
209212
private function processMethods(Class_|Trait_ $classOrTrait, string $file, array &$methods, array &$reverseLookup): void
210213
{
211214
foreach ($classOrTrait->methods() as $method) {

0 commit comments

Comments
 (0)