summaryrefslogtreecommitdiff
path: root/ext/odbc/odbc.stub.php
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-17 08:55:18 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-17 08:55:18 +0100
commit7d0102dfa70ca000af0cd4027e8c07a89ad14de2 (patch)
treef4a1009c80c74629fe0763ddae74f4e5aff9a520 /ext/odbc/odbc.stub.php
parentde6984edd5ce7fa2b2f365b5ae770507ef42022d (diff)
downloadphp-git-7d0102dfa70ca000af0cd4027e8c07a89ad14de2.tar.gz
Revert "Replace @param annotations with type declarations"
This reverts commit c31029f335ca1b453af799805c43c37e959ad555.
Diffstat (limited to 'ext/odbc/odbc.stub.php')
-rw-r--r--ext/odbc/odbc.stub.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/odbc/odbc.stub.php b/ext/odbc/odbc.stub.php
index 814b8fba71..9eafe46ae5 100644
--- a/ext/odbc/odbc.stub.php
+++ b/ext/odbc/odbc.stub.php
@@ -53,8 +53,9 @@ function odbc_fetch_row($result_id, int $row_number = UNKNOWN): bool {}
/**
* @param resource $result_id
+ * @param string|int $field
*/
-function odbc_result($result_id, string|int $field): string|bool|null {}
+function odbc_result($result_id, $field): string|bool|null {}
/** @param resource $result_id */
function odbc_result_all($result_id, string $format = ''): int|false {}