Skip to content

Commit 07750cb

Browse files
committed
Update ibm_db2.stub.php
1 parent 75b16f6 commit 07750cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ibm_db2.stub.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function db2_pconnect(string $database, ?string $username, ?string $password, ar
2727
/**
2828
* @param resource $connection
2929
*/
30-
function db2_autocommit($connection, ?int $value = null): int|bool {}
30+
function db2_autocommit($connection, int $value = null): int|bool {}
3131

3232
/**
3333
* @param resource $connection
@@ -43,7 +43,7 @@ function db2_close($connection): bool {}
4343
/**
4444
* @param resource $connection
4545
*/
46-
function db2_pclose( $connection): bool {}
46+
function db2_pclose($connection): bool {}
4747
#endif
4848

4949
/**
@@ -121,7 +121,7 @@ function db2_special_columns($connection, ?string $qualifier, string $schema, st
121121
* @return resource
122122
* @alias db2_special_columns
123123
*/
124-
function db2_specialcolumns(resource $connection, ?string $qualifier, string $schema, string $table_name, int $scope) {}
124+
function db2_specialcolumns($connection, ?string $qualifier, string $schema, string $table_name, int $scope) {}
125125

126126
/**
127127
* @param resource $connection

0 commit comments

Comments
 (0)