* @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;
*
* @return array|null
*/
- static function defaultReturnProperties($mode,
+ static function defaultReturnProperties(
+ $mode,
$includeCustomFields = TRUE
) {
* @return \CRM_Case_Selector_Search
@access public
*/
- function __construct(&$queryParams,
+ function __construct(
+ &$queryParams,
$action = CRM_Core_Action::NONE,
$additionalClause = NULL,
$single = FALSE,