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

index 34901e4faac05127cface6a7dc649bd6a190c222..0f265f2e80e0603bc9406e5e3b0a6243952d1b0d 100644 (file)
@@ -326,7 +326,8 @@ class CRM_Grant_BAO_Query {
    *
    * @return array|null
    */
-  static function defaultReturnProperties($mode,
+  static function defaultReturnProperties(
+    $mode,
     $includeCustomFields = TRUE
   ) {
     $properties = NULL;
index 57b39d017f50fd49b49c576aaaa3e2d6cff4944f..60f17f30bb2b801785d59a1c338c4b7537031034 100644 (file)
@@ -147,7 +147,8 @@ class CRM_Grant_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
    * @return \CRM_Grant_Selector_Search
   @access public
    */
-  function __construct(&$queryParams,
+  function __construct(
+    &$queryParams,
     $action = CRM_Core_Action::NONE,
     $grantClause = NULL,
     $single = FALSE,