Add in unit test of searching when price field value label has changed
[civicrm-core.git] / CRM / Grant / Task.php
index e9a14e59c8323911782556384c73353c88b7f793..467853f627a62aa5b72203a7c2b922f4ab3cad2f 100644 (file)
  */
 class CRM_Grant_Task extends CRM_Core_Task {
 
-  const
-    // Grant Tasks
-    UPDATE_GRANTS = 701;
+  /**
+   * Grant Tasks
+   */
+  const UPDATE_GRANTS = 701;
 
-  static $objectType = 'grant';
+  /**
+   * @var string
+   */
+  public static $objectType = 'grant';
 
   /**
    * These tasks are the core set of tasks that the user can perform