X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FRule.php;h=65944518963515ecf2bedba812b9e32229f9b938;hb=63e9c3fda7a313515b3cade8819d2dcb43e8de3b;hp=fbd45cedd254510a5b843fe515bec278722dfaaa;hpb=d5a0bb241c55747b7bd8e16ede5addad323453e1;p=civicrm-core.git diff --git a/CRM/Utils/Rule.php b/CRM/Utils/Rule.php index fbd45cedd2..6594451896 100644 --- a/CRM/Utils/Rule.php +++ b/CRM/Utils/Rule.php @@ -227,7 +227,6 @@ class CRM_Utils_Rule { * * @return bool * true if valid date - * @static */ public static function currentDate($date, $monthRequired = TRUE) { $config = CRM_Core_Config::singleton(); @@ -319,7 +318,6 @@ class CRM_Utils_Rule { * * @return bool * true if valid date - * @static */ public static function mysqlDate($date) { // allow date to be null @@ -628,7 +626,6 @@ class CRM_Utils_Rule { * * @return boolean * true if object exists - * @static */ public static function objectExists($value, $options) { $name = 'name'; @@ -756,7 +753,6 @@ class CRM_Utils_Rule { * * @return bool * true if valid date - * @static */ public static function qfDate($date) { $config = CRM_Core_Config::singleton();