@@ -81,7 +81,7 @@ |
||
| 81 | 81 | if (empty($importValues)) { |
| 82 | 82 | return $this->trans('Error! The import file does not have values.'); |
| 83 | 83 | } |
| 84 | - $generateErrorList = function ($errors) { |
|
| 84 | + $generateErrorList = function($errors) { |
|
| 85 | 85 | $errorList = ''; |
| 86 | 86 | foreach ($errors as $error) { |
| 87 | 87 | $errorList .= $error->getMessage() . PHP_EOL; |