Minor code cleanup - dedupe isNull checks
authoreileen <emcnaughton@wikimedia.org>
Wed, 21 Oct 2020 04:45:20 +0000 (17:45 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 21 Oct 2020 04:45:25 +0000 (17:45 +1300)
commit19cea1b401d462eb1d710634914eeaf92d697938
treef7bb0a41e275b9203b61b3bf32e3fdc67000e413
parenteba889b00e49f0b306b2215e507259254355f868
Minor code cleanup - dedupe isNull checks

The code goes through 3 rounds of goin through each param & pruning it.

In this case the second 2 of these both skip any isNull values so combining them
& keeping the strictest makes sense
CRM/Member/Import/Parser/Membership.php