Merge pull request #15376 from mattwire/ts_membershippending
[civicrm-core.git] / CRM / Contribute / Task.php
index 2c6065350ac15da25c773b36e45d335e7eda5f08..c7679aab1b5bca9a1a25137af065858787a8db9c 100644 (file)
  */
 class CRM_Contribute_Task extends CRM_Core_Task {
 
+  /**
+   * Contribution tasks
+   */
   const
-    // Contribution tasks
     UPDATE_STATUS = 401,
     PDF_RECEIPT = 402,
     PDF_THANKYOU = 403,
     PDF_INVOICE = 404;
 
-  static $objectType = 'contribution';
+  /**
+   * @var string
+   */
+  public static $objectType = 'contribution';
 
   /**
    * These tasks are the core set of tasks that the user can perform