From 52820925b1db7a7357a101a47b243c817f48723a Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 14 Jun 2023 19:01:50 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04725=20DeprecatedCallsLog::NotifyDepreca?= =?UTF-8?q?tedFile=20remove=20throw=20ConfigException=20Those=20exceptions?= =?UTF-8?q?=20are=20handled=20silently=20since=203.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/log.class.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/log.class.inc.php b/core/log.class.inc.php index 29e382f20..0b4504e24 100644 --- a/core/log.class.inc.php +++ b/core/log.class.inc.php @@ -1180,7 +1180,9 @@ class DeprecatedCallsLog extends LogAPI } /** - * @throws \ConfigException + * @since 3.0.1 3.1.0 N°4725 silently handles ConfigException + * @since 3.0.4 3.1.0 N°4725 remove forgotten throw PHPDoc annotation + * * @link https://www.php.net/debug_backtrace * @uses \debug_backtrace() */