Skip to content

Commit

Permalink
Use local names
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Mar 28, 2020
1 parent c6c90ca commit d884c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @template TValue
*
* @param callable(mixed ...$args): (\Generator<mixed, mixed, mixed, TValue>|\Amp\Promise<TValue>|mixed) $callback
* @param callable(mixed ...$args): (\Generator<mixed, mixed, mixed, TValue>|Promise<TValue>|ReactPromise<TValue>|TValue) $callback
*
* @return callable():Promise<TValue>
*
Expand Down

0 comments on commit d884c50

Please sign in to comment.