add a few comment blocks
[civicrm-core.git] / CRM / Contact / Form / Search / Custom / FullText / Membership.php
index aea55a1bbf6a00182b0d4a846f8e10b448e773ff..250aeb044afada26bcf33cb4992c41a2649541b3 100644 (file)
@@ -41,6 +41,9 @@ class CRM_Contact_Form_Search_Custom_FullText_Membership extends CRM_Contact_For
     parent::__construct('Membership', ts('Memberships'));
   }
 
+  /**
+   * @return bool
+   */
   public function isActive() {
     $config = CRM_Core_Config::singleton();
     return in_array('CiviMember', $config->enableComponents) &&