Completed
Pull Request — experimental/3.1 (#2643)
by
unknown
35:40
created
src/Eccube/Controller/Admin/Product/CsvImportController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1206,11 +1206,11 @@
 block discarded – undo
1206 1206
     }
1207 1207
     
1208 1208
         /**
1209
-     * ProductCategory作成
1210
-     * @param \Eccube\Entity\Product $Product
1211
-     * @param \Eccube\Entity\Category $Category
1212
-     * @return ProductCategory
1213
-     */
1209
+         * ProductCategory作成
1210
+         * @param \Eccube\Entity\Product $Product
1211
+         * @param \Eccube\Entity\Category $Category
1212
+         * @return ProductCategory
1213
+         */
1214 1214
     private function makeProductCategory($Product, $Category, $sortNo)
1215 1215
     {
1216 1216
         $ProductCategory = new ProductCategory();
Please login to merge, or discard this patch.