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