diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index fe820cdbdf7..76203329d37 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -272,7 +272,7 @@ PHP_FUNCTION(fd_alloc) } /* }}} */ -/* {{{ proto bool fd_dealloc(void) +/* {{{ proto bool fd_dealloc(int set) De-allocates a file descriptor set */ PHP_FUNCTION(fd_dealloc) {