[NFC] Minor cleanup, return preferred parameter
authoreileen <emcnaughton@wikimedia.org>
Sun, 7 Oct 2018 10:54:25 +0000 (11:54 +0100)
committereileen <emcnaughton@wikimedia.org>
Sun, 7 Oct 2018 10:54:30 +0000 (11:54 +0100)
commite06814a5d5e45dc4b425e4e6d7f55e7317a5d588
tree27b39ce8abd6bdb93f3beaa7b31f22c3c720c7df
parentbd3a9553fce86c863da13ae787637e2aaf379b65
[NFC] Minor cleanup, return preferred parameter

The result parameter is the same as $recurring (save()) returns $this. But
it's more correct to return $recurring than result as
a) it's defined as a Contribute_BAO_ContributionRecur object which is correct.
b) it's the object passed through hooks
CRM/Contribute/BAO/ContributionRecur.php