Skip to content

Commit 0593774

Browse files
committed
More informative args annotation
1 parent 88ea21c commit 0593774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runtime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(FutureToPromiseConverter $futureToPromiseConverter,
2828
}
2929

3030
/**
31-
* @param mixed[] $args
31+
* @param array<int, mixed> $args
3232
*/
3333
public function run(Closure $callable, array $args = []): PromiseInterface
3434
{

0 commit comments

Comments
 (0)