Merge pull request #15640 from eileenmcnaughton/pp_pay
[civicrm-core.git] / CRM / Case / Task.php
index 6196aa6cf4337b2a788fb8618569a44f0c000501..5907da813d544964ae10c6b855a30d804f956ea9 100644 (file)
  */
 class CRM_Case_Task extends CRM_Core_Task {
 
-  const
-    // Case tasks
-    RESTORE_CASES = 501;
+  /**
+   * Case tasks
+   */
+  const RESTORE_CASES = 501;
 
-  static $objectType = 'case';
+  /**
+   * @var string
+   */
+  public static $objectType = 'case';
 
   /**
    * These tasks are the core set of tasks that the user can perform