Merge pull request #4963 from rohankatkar/CRM-15830
[civicrm-core.git] / CRM / Report / Form / Contribute / Sybunt.php
index d166b6c2e2335b02747f36f846939eee71ab5670..67f6f21f215485e6b9e0ea30dd5defff251b067b 100644 (file)
@@ -42,7 +42,6 @@ class CRM_Report_Form_Contribute_Sybunt extends CRM_Report_Form {
   public $_drilldownReport = array('contribute/detail' => 'Link to Detail Report');
 
   /**
-   *
    */
   public function __construct() {
     $yearsInPast = 10;
@@ -113,8 +112,8 @@ class CRM_Report_Form_Contribute_Sybunt extends CRM_Report_Form {
           ),
         ),
       )
-    + $this->addAddressFields()
-    + array(
+      + $this->addAddressFields()
+      + array(
         'civicrm_contribution' => array(
           'dao' => 'CRM_Contribute_DAO_Contribution',
           'fields' => array(
@@ -517,8 +516,8 @@ class CRM_Report_Form_Contribute_Sybunt extends CRM_Report_Form {
     }
   }
 
-  // Override "This Year" $op options
   /**
+   * Override "This Year" $op options
    * @param string $type
    * @param null $fieldName
    *
@@ -528,7 +527,7 @@ class CRM_Report_Form_Contribute_Sybunt extends CRM_Report_Form {
     if ($fieldName == 'yid') {
       return array(
         'calendar' => ts('Is Calendar Year'),
-        'fiscal' => ts('Fiscal Year Starting')
+        'fiscal' => ts('Fiscal Year Starting'),
       );
     }
     return parent::getOperationPair($type, $fieldName);