Skip to content

Commit 3774c83

Browse files
Add type annotation
1 parent b73d920 commit 3774c83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/scripts/generate-global-assert-wrappers.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ function returnValue(mixed $value): ReturnStub
208208
}
209209
210210
if (!function_exists('PHPUnit\Framework\returnValueMap')) {
211+
/**
212+
* @param array<mixed> $valueMap
213+
*/
211214
function returnValueMap(array $valueMap): ReturnValueMapStub
212215
{
213216
return new ReturnValueMapStub($valueMap);

0 commit comments

Comments
 (0)