X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FCheck.php;h=0d91df745b6208a74bde69144b03a4921e7e78a9;hb=bdf82b639510f4c1448792d684a63760b550fa7d;hp=f559360c5264fcf5a7b4346bd86e963e3a7529be;hpb=b2ac9e9ca74be7f852e37e0dfbf0e77627471c4d;p=civicrm-core.git diff --git a/CRM/Utils/Check.php b/CRM/Utils/Check.php index f559360c52..0d91df745b 100644 --- a/CRM/Utils/Check.php +++ b/CRM/Utils/Check.php @@ -115,8 +115,7 @@ class CRM_Utils_Check { * plugin status page or the Drupal admin/reports/status path. * * @return array of messages - * @see Drupal's hook_requirements() - - * https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_requirements + * @link https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_requirements */ public function checkAll() { $checks = array(); @@ -129,6 +128,7 @@ class CRM_Utils_Check { case 'CiviCase': $checks[] = new CRM_Utils_Check_Case(CRM_Case_XMLRepository::singleton(), CRM_Case_PseudoConstant::caseType('name')); break; + default: } }