X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FOptionValue.php;h=2edf837dbe600f316ff05ec2aeb313196bc70a56;hb=2817d84b3736cb0c6051fd9fac875e85f8497caa;hp=c7d695510cdf2995ada0c4ec7544d4c06be45c9c;hpb=82e7a8b8a4054c4814900ddf5e8fc56d6819c134;p=civicrm-core.git diff --git a/CRM/Core/OptionValue.php b/CRM/Core/OptionValue.php index c7d695510c..2edf837dbe 100644 --- a/CRM/Core/OptionValue.php +++ b/CRM/Core/OptionValue.php @@ -35,21 +35,21 @@ class CRM_Core_OptionValue { /** - * Static field for all the option value information that we can potentially export + * Static field for all the option value information that we can potentially export. * * @var array */ static $_exportableFields = NULL; /** - * Static field for all the option value information that we can potentially export + * Static field for all the option value information that we can potentially export. * * @var array */ static $_importableFields = NULL; /** - * Static field for all the option value information that we can potentially export + * Static field for all the option value information that we can potentially export. * * @var array */ @@ -237,7 +237,7 @@ class CRM_Core_OptionValue { } /** - * Check if there is a record with the same name in the db + * Check if there is a record with the same name in the db. * * @param string $value * The value of the field we are checking. @@ -267,7 +267,7 @@ class CRM_Core_OptionValue { } /** - * Check if there is a record with the same name in the db + * Check if there is a record with the same name in the db. * * @param string $mode * @param string $contactType