1
0
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:
Niklas Keller 2017-03-12 21:39:17 +01:00
parent 8f903b62db
commit 0006c6cb56

View File

@ -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 {