CRM-15626 fixes - Relationship Create Widget Not always showing the correct available...
[civicrm-core.git] / CRM / Contact / Page / CustomSearch.php
index 472c1879c0cd0677cc60c3ea4793e897b3bc4b69..916cc2d10a9c23e4ff4fbb644ccd4091e39f3c90 100644 (file)
@@ -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
    */