Skip to content

Commit 6b2a6d0

Browse files
committed
magento-engcom/import-export-improvements#93: update based on phpcs ruleset
1 parent 98715ca commit 6b2a6d0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ImportExport/Controller/Adminhtml/Import

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Controller/Adminhtml/Import/Start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function execute()
9696

9797
$noticeHtml = $this->historyModel->getSummary();
9898

99-
if($this->historyModel->getErrorFile()) {
99+
if ($this->historyModel->getErrorFile()) {
100100
$noticeHtml .= '<div class="import-error-wrapper">' . __('Only the first 100 errors are shown. ')
101101
. '<a href="'
102102
. $this->createDownloadUrlImportHistoryFile($this->historyModel->getErrorFile())

0 commit comments

Comments
 (0)