dev/core#2043 Remove instance of pass-by-ref
authoreileen <emcnaughton@wikimedia.org>
Mon, 19 Oct 2020 22:46:29 +0000 (11:46 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 28 Oct 2020 20:52:55 +0000 (09:52 +1300)
commit818f20f02727cbf11b1b9da5adfee4da78fe6f2f
tree6538e1feef0402367154b3a58ad24e3f4dd48219
parent6ee6581e9aff326e574e5aa887e865488cc3a46f
dev/core#2043 Remove instance of pass-by-ref

The postProcess function onlly uses one value generated in the private function
processMembersip. This makes that a return value rather than something hidden in
the pass-by-ref
CRM/Batch/Form/Entry.php
tests/phpunit/CRM/Batch/Form/EntryTest.php