CRM-18701 tidy up, stop setting an array key & use a variable.
authoreileen <emcnaughton@wikimedia.org>
Mon, 6 Jun 2016 20:20:50 +0000 (14:20 -0600)
committereileen <emcnaughton@wikimedia.org>
Mon, 6 Jun 2016 20:20:50 +0000 (14:20 -0600)
commit0f28809863ee6e1de7d9b0c083c64c092f3ac431
tree3959bbade3ed0e70447c5f56b50b53c2d0768c23
parent3181d053e2cb764e7fd0eae25e2d439871a019a8
CRM-18701 tidy up, stop setting an array key & use a variable.

The array key is returned to the calling function but grepping did not find any more instances of it so we should limit it's scope to the function that uses it.

Really we want to pass in  as a non-reference or else it's too unpredictable but this is just a small step
CRM/Price/BAO/PriceSet.php