@@ -550,7 +550,7 @@ |
||
550 | 550 | if (!$this->productImageRepository->findOneBy(['file_name' => $delete_image])) { |
551 | 551 | // 削除 |
552 | 552 | $fs = new Filesystem(); |
553 | - $fs->remove($this->eccubeConfig['eccube_save_image_dir'] . '/' . $delete_image); |
|
553 | + $fs->remove($this->eccubeConfig['eccube_save_image_dir'].'/'.$delete_image); |
|
554 | 554 | } |
555 | 555 | } |
556 | 556 | $this->entityManager->persist($Product); |
@@ -892,7 +892,7 @@ discard block |
||
892 | 892 | '%from%' => $this->convertLineNo(2), |
893 | 893 | '%to%' => $this->currentLineNo]), |
894 | 894 | 'errors' => $this->errors, |
895 | - 'error_message' => trans('admin.common.csv_upload_line_error',[ |
|
895 | + 'error_message' => trans('admin.common.csv_upload_line_error', [ |
|
896 | 896 | '%from%' => $this->convertLineNo(2)]) |
897 | 897 | ]); |
898 | 898 | } |
@@ -1641,7 +1641,7 @@ discard block |
||
1641 | 1641 | return $this->json(['success' => true, 'file_name' => $fileName, 'max_file_no' => $fileNo]); |
1642 | 1642 | } |
1643 | 1643 | |
1644 | - return $this->json(['success' => false, 'message' => $form->getErrors(true ,true)]); |
|
1644 | + return $this->json(['success' => false, 'message' => $form->getErrors(true, true)]); |
|
1645 | 1645 | } |
1646 | 1646 | |
1647 | 1647 | /** |