diff --git a/lib/functions.php b/lib/functions.php index 6f65081f..7060b5c4 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -14,7 +14,7 @@ * * @template TValue * - * @param callable(mixed ...$args): (\Generator|\Amp\Promise|mixed) $callback + * @param callable(mixed ...$args): (\Generator|Promise|ReactPromise|TValue) $callback * * @return callable():Promise *