Skip to content

Commit 258521e

Browse files
committed
Update stubs
1 parent 1d10084 commit 258521e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ext/pgsql/pg_send_execute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
/** @param resource $connection */
4-
function pg_send_execute($connection, string $query, array $params) : int|bool
4+
function pg_send_execute($connection, string $statement_name, array $params) : int|bool
55
{
66
}

0 commit comments

Comments
 (0)