Skip to content

Commit fb874f5

Browse files
committed
ACP2E-2129: customer is reporting their table rates are not updating via CSV any longer
- addressed static report
1 parent 3b94b9b commit fb874f5

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier

1 file changed

+1
-2
lines changed

app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier/Tablerate.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ private function importData(array $fields, array $values)
287287
$connection->commit();
288288
}
289289

290-
// @codingStandardsIgnoreStart
291290
/**
292291
* Upload table rate file and import data from it
293292
*
@@ -297,6 +296,7 @@ private function importData(array $fields, array $values)
297296
* @todo: this method should be refactored as soon as updated design will be provided
298297
* @see https://wiki.corp.x.com/display/MCOMS/Magento+Filesystem+Decisions
299298
*/
299+
// @phpstan-ignore missingType.return
300300
public function uploadAndImport(DataObject $object)
301301
{
302302
$filePath = $this->getFilePath($object);
@@ -337,7 +337,6 @@ public function uploadAndImport(DataObject $object)
337337
throw new LocalizedException($error);
338338
}
339339
}
340-
// @codingStandardsIgnoreEnd
341340

342341
/**
343342
* Extract condition name

0 commit comments

Comments
 (0)