Skip to content

Commit bf693f3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibm_db2.stub.php

Lines changed: 2 additions & 2 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
@@ -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)