diff --git a/php_uv.c b/php_uv.c index e323898..9804de6 100644 --- a/php_uv.c +++ b/php_uv.c @@ -4213,7 +4213,7 @@ PHP_FUNCTION(uv_idle_stop) /* }}} */ -/* {{{ proto void uv_getaddrinfo(UVLoop $loop, callable $callback, string $node, string $service[, array $hints = []]) +/* {{{ proto void uv_getaddrinfo(UVLoop $loop, callable(array|long $addresses_or_error) $callback, string $node, string $service[, array $hints = []]) */ PHP_FUNCTION(uv_getaddrinfo) {