diff --git a/app/code/local/HCG/MailChimp/Batch/GetResults.php b/app/code/local/HCG/MailChimp/Batch/GetResults.php index f7693852b9..ba86dc7f7f 100644 --- a/app/code/local/HCG/MailChimp/Batch/GetResults.php +++ b/app/code/local/HCG/MailChimp/Batch/GetResults.php @@ -44,10 +44,9 @@ static function p( * @used-by self::p() * @param $item * @param $files - * @param $batchId * @throws \Mage_Core_Exception */ - private static function _saveItemStatus($item, $files, $batchId, string $mcStore, int $mgStore):void { + private static function _saveItemStatus($item, $files, string $batchId, string $mcStore, int $mgStore):void { $h = hcg_mc_h(); if (!empty($files)) { if (isset($files['error'])) {