Add missing cb info in getaddrinfo() proto

This commit is contained in:
Bob Weinand 2020-02-15 21:05:25 +01:00
parent 1a9192c3e2
commit 67356706aa

View File

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