Completed
Push — experimental/3.1 ( 878c99...05b497 )
by chihiro
50:03
created
src/Eccube/Repository/NewsRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
      */
115 115
     public function delete($News)
116 116
     {
117
-       $this->createQueryBuilder('n')
117
+        $this->createQueryBuilder('n')
118 118
             ->update()
119 119
             ->set('n.sort_no', 'n.sort_no - 1')
120 120
             ->where('n.sort_no > :sort_no')
Please login to merge, or discard this patch.
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.