[REF] Clarify variable & tighten use.
authoreileen <emcnaughton@wikimedia.org>
Wed, 8 Apr 2020 00:46:36 +0000 (12:46 +1200)
committereileen <emcnaughton@wikimedia.org>
Wed, 8 Apr 2020 00:47:01 +0000 (12:47 +1200)
commit9a2485264925f5b208a9d456e30ec60400d832a4
tree1de629ab49d82e7343d703c8d0355510c419727d
parent0ff7d953e806c025cd12735da059bcafe78304ef
[REF] Clarify variable & tighten use.

moveContactBelongings is only called from one place which passes in all the function variables, so we don't need defaults.

The last parameter,  is retrieved from self::getAffectedCustomTables which  always returns an
array - so all the handling for it being NULL can be removed....
CRM/Dedupe/Merger.php
tests/phpunit/api/v3/JobTestCustomDataTest.php