File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/OfflineShipping/Model/ResourceModel/Carrier Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,6 @@ private function importData(array $fields, array $values)
287
287
$ connection ->commit ();
288
288
}
289
289
290
- // @codingStandardsIgnoreStart
291
290
/**
292
291
* Upload table rate file and import data from it
293
292
*
@@ -297,6 +296,7 @@ private function importData(array $fields, array $values)
297
296
* @todo: this method should be refactored as soon as updated design will be provided
298
297
* @see https://wiki.corp.x.com/display/MCOMS/Magento+Filesystem+Decisions
299
298
*/
299
+ // @phpstan-ignore missingType.return
300
300
public function uploadAndImport (DataObject $ object )
301
301
{
302
302
$ filePath = $ this ->getFilePath ($ object );
@@ -337,7 +337,6 @@ public function uploadAndImport(DataObject $object)
337
337
throw new LocalizedException ($ error );
338
338
}
339
339
}
340
- // @codingStandardsIgnoreEnd
341
340
342
341
/**
343
342
* Extract condition name
You can’t perform that action at this time.
0 commit comments