Skip to content

Commit 794d410

Browse files
committed
Update stubs
1 parent 25ba0a1 commit 794d410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ext/pgsql/pg_set_chunked_rows_size.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
#ifdef HAVE_PG_SET_CHUNKED_ROWS_SIZE
44
#[\Since('8.4')]
5-
function pg_set_chunked_rows_size(\Pgsql\Connection $connection, int $size): bool
5+
function pg_set_chunked_rows_size(\PgSql\Connection $connection, int $size): bool
66
{
77
}

0 commit comments

Comments
 (0)