Skip to content

Commit e56c430

Browse files
committed
Fix: Describe iterable type
1 parent 96ff0ea commit e56c430

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tests/Target/MapBuilderTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ public static function provider(): array
417417
];
418418
}
419419

420+
/**
421+
* @param TargetMap $expected
422+
* @param non-empty-list<non-empty-string> $files
423+
*/
420424
#[DataProvider('provider')]
421425
public function testBuildsMap(array $expected, array $files): void
422426
{

0 commit comments

Comments
 (0)