X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FPage%2FCustomSearch.php;h=916cc2d10a9c23e4ff4fbb644ccd4091e39f3c90;hb=a335f6b228626e3e1b2f1549c8ddcbb9232b3c6b;hp=472c1879c0cd0677cc60c3ea4793e897b3bc4b69;hpb=00ca8648aca9637f2678082ce09f98772533a8cc;p=civicrm-core.git diff --git a/CRM/Contact/Page/CustomSearch.php b/CRM/Contact/Page/CustomSearch.php index 472c1879c0..916cc2d10a 100644 --- a/CRM/Contact/Page/CustomSearch.php +++ b/CRM/Contact/Page/CustomSearch.php @@ -47,6 +47,9 @@ class CRM_Contact_Page_CustomSearch extends CRM_Core_Page { */ static $_links = NULL; + /** + * @return array + */ public static function &info() { $sql = " SELECT v.value, v.label, v.description @@ -86,7 +89,7 @@ ORDER By v.weight } /** - * run this page (figure out the action needed and perform it). + * Run this page (figure out the action needed and perform it). * * @return void */