Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-01-19-15-14-40
[civicrm-core.git] / CRM / Report / Form / Contribute / Sybunt.php
index 656f6571c901ebc07f7e3cfa0fb3bc0717e2a82b..67f6f21f215485e6b9e0ea30dd5defff251b067b 100644 (file)
@@ -112,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(
@@ -516,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
    *