Skip to content

Commit 30f0302

Browse files
authored
[ci skip] Remove obsolete todo (#19195)
All arguments are documented on php.net, although result_type is called mode in the docs and stub.
1 parent 7f1b360 commit 30f0302

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pgsql/pgsql.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6253,7 +6253,6 @@ PHP_FUNCTION(pg_select)
62536253
PGconn *pg_link;
62546254
zend_string *sql = NULL;
62556255

6256-
/* TODO Document result_type param on php.net (apparently it was added in PHP 7.1) */
62576256
ZEND_PARSE_PARAMETERS_START(2, 5)
62586257
Z_PARAM_OBJECT_OF_CLASS(pgsql_link, pgsql_link_ce)
62596258
Z_PARAM_PATH_STR(table)

0 commit comments

Comments
 (0)