Skip to content

Commit 90fdb43

Browse files
Chhandak.BaruaChhandak.Barua
Chhandak.Barua
authored and
Chhandak.Barua
committed
ACP2E-3172: Import button missing
1 parent 0b399cd commit 90fdb43

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ private function processValidationResult($validationResult, $resultBlock)
123123
/**
124124
* Validate row error.
125125
*
126-
* @param $errorAggregator
127-
* @param $totalRows
126+
* @param object $errorAggregator
127+
* @param int $totalRows
128128
* @return bool
129129
*/
130-
private function validateRowError($errorAggregator, $totalRows): bool
130+
private function validateRowError(object $errorAggregator, int $totalRows): bool
131131
{
132132
$errors = $errorAggregator->getAllErrors();
133133
$rowNumber = [];

0 commit comments

Comments
 (0)