From 99d8bcab934ae5362f33660b1cd4b8c4d617c40b Mon Sep 17 00:00:00 2001 From: Ivan Fedorov Date: Wed, 1 Nov 2023 19:52:29 +0100 Subject: [PATCH] [phpstorm-stubs] deprecate dba_fetch with 3 parameters since 8.3 https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures --- dba/dba.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dba/dba.php b/dba/dba.php index fbf439622..773a54df4 100644 --- a/dba/dba.php +++ b/dba/dba.php @@ -1,6 +1,7 @@ FALSE * otherwise. */ +#[Deprecated(since: 8.3)] function dba_fetch($key, $skip, $dba): string|false {} /**