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 21
21
use Magento \Framework \Exception \FileSystemException ;
22
22
use Magento \Framework \Exception \LocalizedException ;
23
23
use Magento \Framework \Filesystem ;
24
+ use Magento \Framework \Filesystem \Io \File as IoFile ;
24
25
use Magento \Framework \Model \ResourceModel \Db \Context ;
25
26
use Magento \OfflineShipping \Model \ResourceModel \Carrier \Tablerate \Import ;
26
27
use Magento \OfflineShipping \Model \ResourceModel \Carrier \Tablerate \RateQuery ;
27
28
use Magento \OfflineShipping \Model \ResourceModel \Carrier \Tablerate \RateQueryFactory ;
28
29
use Magento \Store \Model \StoreManagerInterface ;
29
30
use Psr \Log \LoggerInterface ;
30
- use Magento \Framework \Filesystem \Io \File as IoFile ;
31
31
32
32
/**
33
33
* @SuppressWarnings(PHPMD.TooManyFields)
@@ -287,6 +287,7 @@ private function importData(array $fields, array $values)
287
287
$ connection ->commit ();
288
288
}
289
289
290
+ // @codingStandardsIgnoreStart
290
291
/**
291
292
* Upload table rate file and import data from it
292
293
*
@@ -336,6 +337,7 @@ public function uploadAndImport(DataObject $object)
336
337
throw new LocalizedException ($ error );
337
338
}
338
339
}
340
+ // @codingStandardsIgnoreEnd
339
341
340
342
/**
341
343
* Extract condition name
You can’t perform that action at this time.
0 commit comments