INFRA-132 - Remove @static annotation
[civicrm-core.git] / CRM / Financial / Page / BatchTransaction.php
index 57f55f87601a0becc2400e17ffd4d1e246891107..0b03eaf08be375ac8df822f906ce628923a01726 100644 (file)
@@ -42,7 +42,6 @@ class CRM_Financial_Page_BatchTransaction extends CRM_Core_Page_Basic {
    * The action links that we need to display for the browse screen
    *
    * @var array
-   * @static
    */
   static $_links = NULL;
   static $_entityID;
@@ -124,7 +123,6 @@ class CRM_Financial_Page_BatchTransaction extends CRM_Core_Page_Basic {
    *
    *
    * @return void
-   * @static
    */
   public function browse() {
   }