mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
Add missing cb info in getaddrinfo() proto
This commit is contained in:
parent
1a9192c3e2
commit
67356706aa
2
php_uv.c
2
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user