Skip to content

Commit 4c33d29

Browse files
committed
improved phpDoc
1 parent f76b5dc commit 4c33d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utils/Arrays.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ public static function mapWithKeys(array $array, callable $transformer): array
496496

497497
/**
498498
* Invokes all callbacks and returns array of results.
499-
* @param iterable<callable(): mixed> $callbacks
499+
* @param iterable<callable(mixed...): mixed> $callbacks
500500
* @param mixed ...$args
501501
* @return array<mixed>
502502
*/

0 commit comments

Comments
 (0)