Skip to content

Commit f7f54f9

Browse files
kocsismatebon
authored andcommitted
Fix return type of odbc_data_source()
1 parent 551bcee commit f7f54f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/odbc/odbc.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function odbc_cursor($statement): string|false {}
334334

335335
#ifdef HAVE_SQLDATASOURCES
336336
/** @param resource $odbc */
337-
function odbc_data_source($odbc, int $fetch_type): array|false {}
337+
function odbc_data_source($odbc, int $fetch_type): array|null|false {}
338338
#endif
339339

340340
/**

0 commit comments

Comments
 (0)