Comment fixes
[civicrm-core.git] / CRM / Contact / Form / Search / Custom / FullText / Contribution.php
index df24428b3a966f3b151700b3a12d8a54b7f015ab..6ef97a21790920874c57db3b1983aeffdebeee01 100644 (file)
@@ -34,6 +34,9 @@
  */
 class CRM_Contact_Form_Search_Custom_FullText_Contribution extends CRM_Contact_Form_Search_Custom_FullText_AbstractPartialQuery {
 
+  /**
+   * Class constructor.
+   */
   public function __construct() {
     parent::__construct('Contribution', ts('Contributions'));
   }