From: Eileen McNaughton Date: Wed, 6 Apr 2022 04:17:43 +0000 (+1200) Subject: Remove double return statement X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cd676391ff591932e494953bd441a7348ee14cae;p=civicrm-core.git Remove double return statement --- diff --git a/CRM/Contribute/Import/Parser/Contribution.php b/CRM/Contribute/Import/Parser/Contribution.php index 3845ce2e5b..bdb701f574 100644 --- a/CRM/Contribute/Import/Parser/Contribution.php +++ b/CRM/Contribute/Import/Parser/Contribution.php @@ -332,8 +332,6 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Contribute_Import_Pa // process pledge payment assoc w/ the contribution return self::processPledgePayments($formatted); - - return CRM_Import_Parser::VALID; } $labels = [ 'id' => 'Contribution ID',