Remove double return statement
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 6 Apr 2022 04:17:43 +0000 (16:17 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 6 Apr 2022 04:17:43 +0000 (16:17 +1200)
CRM/Contribute/Import/Parser/Contribution.php

index 3845ce2e5b24365e2571cff849419bc2be35b928..bdb701f5748adb74aca932cb9110a52eeeefe8af 100644 (file)
@@ -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',