[REF] Stop passing by reference.
authoreileen <emcnaughton@wikimedia.org>
Mon, 18 May 2020 06:56:39 +0000 (18:56 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 18 May 2020 06:56:39 +0000 (18:56 +1200)
commitad64fa72ff399ef091e58bcf4676ae8636778ac7
tree4de549115100c2f6957b37ee3b023fbcfc3b6d51
parent32f637324d5d65194041c4d516d9cf4403ef56ef
[REF] Stop passing  by reference.

By checking in BAOContribution::loadRelatedObjects we can see it is not modified. The other 2 functions
only pass input to that function, so can also be non-variables
CRM/Contribute/BAO/Contribution.php
CRM/Core/Payment/BaseIPN.php