mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
Fix async-interop docblock leftover
This commit is contained in:
parent
8f903b62db
commit
0006c6cb56
@ -66,7 +66,7 @@ function coroutine(callable $worker): callable {
|
||||
* @param callable(mixed ...$args): mixed $functor
|
||||
* @param array ...$args Arguments to pass to the function.
|
||||
*
|
||||
* @return \AsyncInterop\Promise
|
||||
* @return \Amp\Promise
|
||||
*/
|
||||
function call(callable $functor, ...$args): Promise {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user