Merge pull request #5035 from TeNNoX/master
[civicrm-core.git] / CRM / Pledge / Info.php
index e3eee49aa7e9b99a64ffa4aab4a03484858cd0ee..1112f5000c954aecf5be9ccb001284ae5ee52083 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * This class introduces component to the system and provides all the
@@ -167,7 +167,7 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
   }
 
   /**
-   * add shortcut to Create New
+   * add shortcut to Create New.
    * @param $shortCuts
    */
   public function creatNewShortcut(&$shortCuts) {
@@ -184,4 +184,5 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
       ));
     }
   }
+
 }