From 02549793e9709d58593477c27d22a3ae06fe2680 Mon Sep 17 00:00:00 2001 From: "Robert C. Sheets" Date: Fri, 28 Mar 2014 01:04:46 -0700 Subject: [PATCH] Cleans up class CRM_Utils_Constant doc string slightly. --- CRM/Utils/Constant.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CRM/Utils/Constant.php b/CRM/Utils/Constant.php index 1c7f20110c..d0dc283b87 100644 --- a/CRM/Utils/Constant.php +++ b/CRM/Utils/Constant.php @@ -28,10 +28,13 @@ class CRM_Utils_Constant { /** - * Determine the value of a constant. If undefined, return a default value + * Determine the value of a constant, if any. + * + * If the specified constant is undefined, return a default value. * * @param string $name * @param mixed $default + * (optional) * @return mixed */ public static function value($name, $default = NULL) { -- 2.25.1