INFRA-132 - CRM/Pledge - Misc
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 22:56:57 +0000 (14:56 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:07:48 +0000 (15:07 -0800)
CRM/Pledge/BAO/PledgePayment.php
CRM/Pledge/BAO/Query.php
CRM/Pledge/Selector/Search.php

index 4f6d65785bb00096f31ab43f3b24cb336ca7c575..97f3bb9177b9cc67bf07106af9108bf254bde2d4 100644 (file)
@@ -633,7 +633,8 @@ WHERE  civicrm_pledge.id = %2
    *
    * @static
    */
-  static function updatePledgePayments($pledgeId,
+  static function updatePledgePayments(
+    $pledgeId,
                                        $paymentStatusId,
                                        $paymentIds = NULL,
                                        $actualAmount = 0,
index f7a6bb17f4df8c02c21efa62be199b1feebc736f..d3c66d5416c385e6a37a57614c34f383fbf99d53 100644 (file)
@@ -472,7 +472,8 @@ class CRM_Pledge_BAO_Query {
   /**
    * Ideally this function should include fields that are displayed in the selector
    */
-  static function defaultReturnProperties($mode,
+  static function defaultReturnProperties(
+    $mode,
     $includeCustomFields = TRUE
   ) {
     $properties = NULL;
index a2b029206b2bdfccffecc552ad586590ff19e002..0c2000c35371c74603fc2d159adf5c0c48e5e324 100644 (file)
@@ -150,7 +150,8 @@ class CRM_Pledge_Selector_Search extends CRM_Core_Selector_Base {
    * @return \CRM_Pledge_Selector_Search
   @access public
    */
-  function __construct(&$queryParams,
+  function __construct(
+    &$queryParams,
     $action = CRM_Core_Action::NONE,
     $additionalClause = NULL,
     $single = FALSE,