Skip to content

Commit ca5a8ed

Browse files
committed
Adjust stub function
1 parent 7f3670d commit ca5a8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pgsql/pgsql.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ function pg_delete(PgSql\Connection $connection, string $table_name, array $cond
961961
* @return array<int, array>|string|false
962962
* @refcount 1
963963
*/
964-
function pg_select(PgSql\Connection $connection, string $table_name, array $conditions, int $flags = PGSQL_DML_EXEC, int $mode = PGSQL_ASSOC): array|string|false {}
964+
function pg_select(PgSql\Connection $connection, string $table_name, array $conditions = [], int $flags = PGSQL_DML_EXEC, int $mode = PGSQL_ASSOC): array|string|false {}
965965

966966
#ifdef LIBPQ_HAS_PIPELINING
967967
function pg_enter_pipeline_mode(PgSql\Connection $connection): bool {}

0 commit comments

Comments
 (0)