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

index 987e089196255541e92f3d07f01ff5166fad18e3..e8fa07847c8b4635f43063849cdab455aa4126b2 100644 (file)
@@ -2359,8 +2359,9 @@ INNER JOIN  civicrm_case_contact ON ( civicrm_case.id = civicrm_case_contact.cas
    * @return integer|NULL
    * @static
    */
-  static function mergeCases($mainContactId, $mainCaseId = NULL, $otherContactId = NULL,
-                             $otherCaseId = NULL, $changeClient = FALSE) {
+  static function mergeCases(
+    $mainContactId, $mainCaseId = NULL, $otherContactId = NULL,
+    $otherCaseId = NULL, $changeClient = FALSE) {
     $moveToTrash = TRUE;
 
     $duplicateContacts = FALSE;
index 0890a48650268b8a405c287418f4cbdb4ac461fe..49ec82f2b56a3f9f50681504d64709a75424a5fe 100644 (file)
@@ -615,7 +615,8 @@ case_relation_type.id = case_relationship.relationship_type_id )";
    *
    * @return array|null
    */
-  static function defaultReturnProperties($mode,
+  static function defaultReturnProperties(
+    $mode,
     $includeCustomFields = TRUE
   ) {
 
index 10af1d82a07d058dcc03c40c27e363829c633e1d..daf957265759995d7e3eace484814f12f53cd718 100644 (file)
@@ -145,7 +145,8 @@ class CRM_Case_Selector_Search extends CRM_Core_Selector_Base {
    * @return \CRM_Case_Selector_Search
   @access public
    */
-  function __construct(&$queryParams,
+  function __construct(
+    &$queryParams,
     $action = CRM_Core_Action::NONE,
     $additionalClause = NULL,
     $single = FALSE,
index f2ebe640f9402aa1c09c36de6b287256ec762d60..ee118512d49c86865cd03990103f31ae6a3f0b82 100644 (file)
@@ -95,7 +95,8 @@ class CRM_Case_XMLProcessor_Report extends CRM_Case_XMLProcessor {
    *
    * @return array
    */
-  function &caseInfo($clientID,
+  function &caseInfo(
+    $clientID,
     $caseID
   ) {
     $case = $this->_redactionRegexRules = array();