Merge pull request #4981 from totten/master-cbf2
[civicrm-core.git] / CRM / Financial / Page / Batch.php
index 4c86dedcbb8790493ff2a61a627cba0b6ee315aa..e6922b5a9e5d311c820ece27fec37e05fbc1ab77 100644 (file)
@@ -42,7 +42,6 @@ class CRM_Financial_Page_Batch extends CRM_Core_Page_Basic {
    * The action links that we need to display for the browse screen
    *
    * @var array
-   * @static
    */
   static $_links = NULL;
 
@@ -59,8 +58,6 @@ class CRM_Financial_Page_Batch extends CRM_Core_Page_Basic {
   /**
    * Get action Links
    *
-   * @return array
-   *   (reference) of action links
    */
   public function &links() {
   }
@@ -123,4 +120,5 @@ class CRM_Financial_Page_Batch extends CRM_Core_Page_Basic {
     $form->process();
     $form->run();
   }
+
 }