Skip to content

Commit

Permalink
Update async() docblock closure declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Mar 29, 2022
1 parent 8ef4a88 commit 4b444cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @template T
*
* @param \Closure():T $closure
* @param \Closure(...):T $closure
* @param mixed ...$args Arguments forwarded to the closure when starting the fiber.
*
* @return Future<T>
Expand Down

0 comments on commit 4b444cc

Please sign in to comment.