Completed
Push — 4.0 ( be821e...e6ef8b )
by Hideki
04:45 queued 10s
created
src/Eccube/Controller/Admin/Product/CsvImportController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
                                     $message = trans('admin.common.csv_invalid_description_detail_upper_limit', [
292 292
                                         '%line%' => $line,
293 293
                                         '%name%' => $headerByKey['description_detail'],
294
-                                        '%max%' => $this->eccubeConfig['eccube_ltext_len'],]);
294
+                                        '%max%' => $this->eccubeConfig['eccube_ltext_len'], ]);
295 295
                                     $this->addErrors($message);
296 296
 
297 297
                                     return $this->renderWithError($form, $headers);
Please login to merge, or discard this patch.