Skip to content

Commit 4025fc1

Browse files
committed
Update stubs
1 parent a869a8a commit 4025fc1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Php8StubsMap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,6 +2741,7 @@ public function __construct(int $phpVersionId)
27412741
'pg_exit_pipeline_mode' => 'stubs/ext/pgsql/pg_exit_pipeline_mode.php',
27422742
'pg_pipeline_status' => 'stubs/ext/pgsql/pg_pipeline_status.php',
27432743
'pg_pipeline_sync' => 'stubs/ext/pgsql/pg_pipeline_sync.php',
2744+
'pg_send_flush_request' => 'stubs/ext/pgsql/pg_send_flush_request.php',
27442745
'pg_set_error_context_visibility' => 'stubs/ext/pgsql/pg_set_error_context_visibility.php',
27452746
'posix_eaccess' => 'stubs/ext/posix/posix_eaccess.php',
27462747
'posix_fpathconf' => 'stubs/ext/posix/posix_fpathconf.php',
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
#[\Since('8.3')]
4+
function pg_send_flush_request(\PgSql\Connection $connection): bool
5+
{
6+
}

0 commit comments

Comments
 (0)