From de7cd679ba3e1dbf771eee2b6d83fb5857fb7004 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 20 Jan 2021 09:35:36 +0100 Subject: [PATCH] PHPDoc --- core/config.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index f454c8caf..8b1141423 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -1413,11 +1413,11 @@ class Config } /** - * Return true is the $sPropCode parameter has been customized, false if it is the default value. + * Whether the $sPropCode parameter has a custom value or the default one. * * @param string $sPropCode * - * @return bool + * @return bool true if the $sPropCode parameter has been customized, false if it is the default value. * @since 3.0.0 */ public function IsCustomValue(string $sPropCode): bool