File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2121use Magento \Framework \Exception \FileSystemException ;
2222use Magento \Framework \Exception \LocalizedException ;
2323use Magento \Framework \Filesystem ;
24+ use Magento \Framework \Filesystem \Io \File as IoFile ;
2425use Magento \Framework \Model \ResourceModel \Db \Context ;
2526use Magento \OfflineShipping \Model \ResourceModel \Carrier \Tablerate \Import ;
2627use Magento \OfflineShipping \Model \ResourceModel \Carrier \Tablerate \RateQuery ;
2728use Magento \OfflineShipping \Model \ResourceModel \Carrier \Tablerate \RateQueryFactory ;
2829use Magento \Store \Model \StoreManagerInterface ;
2930use Psr \Log \LoggerInterface ;
30- use Magento \Framework \Filesystem \Io \File as IoFile ;
3131
3232/**
3333 * @SuppressWarnings(PHPMD.TooManyFields)
@@ -287,6 +287,7 @@ private function importData(array $fields, array $values)
287287 $ connection ->commit ();
288288 }
289289
290+ // @codingStandardsIgnoreStart
290291 /**
291292 * Upload table rate file and import data from it
292293 *
@@ -336,6 +337,7 @@ public function uploadAndImport(DataObject $object)
336337 throw new LocalizedException ($ error );
337338 }
338339 }
340+ // @codingStandardsIgnoreEnd
339341
340342 /**
341343 * Extract condition name
You can’t perform that action at this time.
0 commit comments