From 28d7bb97a11c8eb55d568cb095517861c2e33d45 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 23 Jun 2015 17:46:07 -0400 Subject: Fix more proto comments --- ext/pgsql/pgsql.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/pgsql/pgsql.c') diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 6965589154..704a919712 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -5260,7 +5260,7 @@ PHP_FUNCTION(pg_result_status) } /* }}} */ -/* {{{ proto array pg_get_notify([resource connection[, result_type]]) +/* {{{ proto mixed pg_get_notify([resource connection[, int result_type]]) Get asynchronous notification */ PHP_FUNCTION(pg_get_notify) { @@ -5400,7 +5400,7 @@ static int php_pgsql_fd_cast(php_stream *stream, int cast_as, void **ret) /* {{{ } /* }}} */ -/* {{{ proto resource pg_socket(resource) +/* {{{ proto resource pg_socket(resource connection) Get a read-only handle to the socket underlying the pgsql connection */ PHP_FUNCTION(pg_socket) { @@ -5427,7 +5427,7 @@ PHP_FUNCTION(pg_socket) } /* }}} */ -/* {{{ proto bool pg_consume_input(resource) +/* {{{ proto bool pg_consume_input(resource connection) Reads input on the connection */ PHP_FUNCTION(pg_consume_input) { @@ -5446,7 +5446,7 @@ PHP_FUNCTION(pg_consume_input) } /* }}} */ -/* {{{ proto mixed pg_flush(resource) +/* {{{ proto mixed pg_flush(resource connection) Flush outbound query data on the connection */ PHP_FUNCTION(pg_flush) { -- cgit v1.2.1