Skip to content

Commit e896d0f

Browse files
committed
Fix: Describe iterable type
1 parent 9100f33 commit e896d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Node/Builder.php

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function build(CodeCoverage $coverage): Directory
6262
}
6363

6464
/**
65+
* @param DirectoryStructureType $items
6566
* @param array<string, TestType> $tests
6667
*/
6768
private function addItems(Directory $root, array $items, array $tests): void

0 commit comments

Comments
 (0)