Merge pull request #4708 from jitendrapurohit/CRM-15662
[civicrm-core.git] / CRM / Contact / Controller / Search.php
index 542fb268406e04c98e934c8d051fa96ed609206b..a56bbbb788cd01ac533f9ea7bf213e69c6b64b0f 100644 (file)
@@ -61,6 +61,9 @@ class CRM_Contact_Controller_Search extends CRM_Core_Controller {
     $this->addActions();
   }
 
+  /**
+   * @return mixed
+   */
   public function selectorName() {
     return $this->get('selectorName');
   }