Merge pull request #9358 from jitendrapurohit/CRM-18503
[civicrm-core.git] / CRM / Pledge / Task.php
index ab9dda4aeb3fe42dfd61a03ed7dede10f3ba2222..b1a6d339cd36de9c1f518cb364b1598e9b896001 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  */
 
 /**
- *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
+ * @copyright CiviCRM LLC (c) 2004-2016
  */
 
 /**
  * class to represent the actions that can be performed on a group of contacts
- * used by the search forms
- *
+ * used by the search forms.
  */
 class CRM_Pledge_Task {
   const DELETE_PLEDGES = 1, PRINT_PLEDGES = 2, EXPORT_PLEDGES = 3;
@@ -85,7 +81,7 @@ class CRM_Pledge_Task {
         ),
       );
 
-      //CRM-4418, check for delete
+      // CRM-4418, check for delete
       if (!CRM_Core_Permission::check('delete in CiviPledge')) {
         unset(self::$_tasks[1]);
       }
@@ -151,7 +147,7 @@ class CRM_Pledge_Task {
 
   /**
    * These tasks are the core set of tasks that the user can perform
-   * on pledges
+   * on pledges.
    *
    * @param int $value
    *