We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ba0a1 commit 794d410Copy full SHA for 794d410
stubs/ext/pgsql/pg_set_chunked_rows_size.php
@@ -2,6 +2,6 @@
2
3
#ifdef HAVE_PG_SET_CHUNKED_ROWS_SIZE
4
#[\Since('8.4')]
5
-function pg_set_chunked_rows_size(\Pgsql\Connection $connection, int $size): bool
+function pg_set_chunked_rows_size(\PgSql\Connection $connection, int $size): bool
6
{
7
}
0 commit comments