From cd676391ff591932e494953bd441a7348ee14cae Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 6 Apr 2022 16:17:43 +1200 Subject: [PATCH] Remove double return statement --- CRM/Contribute/Import/Parser/Contribution.php | 2 -- 1 file changed, 2 deletions(-) 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', -- 2.25.1