From 30d36fca81fce4c65daf6ab2117a464d7e5c13b4 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 29 Dec 2021 14:30:19 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04515=20Fix=20function=20header=20for=20\?= =?UTF-8?q?Config::GetDefault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 28d486731..d24e7955e 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -1603,11 +1603,11 @@ class Config } /** - * @param string $sPropCode - * * @return mixed + * + * @since 3.0.1 N°4515 */ - public function GetDefault($sPropCode) + public function GetDefault(string $sPropCode) { return $this->m_aSettings[$sPropCode]['default']; }