Completed
Pull Request — experimental/sf (#3471)
by
unknown
415:52 queued 350:41
created
codeception/acceptance/EF02ProductCest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Codeception\Util\Fixtures;
4
-use Page\Front\CartPage;
5 4
 use Page\Front\ProductDetailPage;
6 5
 use Page\Front\ProductListPage;
7 6
 use Page\Front\TopPage;
Please login to merge, or discard this patch.
codeception/_support/Page/Admin/ProductEditPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
     public function 規格管理()
77 77
     {
78
-        $this->tester->scrollTo(['css' => '#standardConfig > div > div.d-block.text-center > a'],0, 200);
78
+        $this->tester->scrollTo(['css' => '#standardConfig > div > div.d-block.text-center > a'], 0, 200);
79 79
         $this->tester->click(['css' => '#standardConfig > div > div.d-block.text-center > a']);
80 80
         $this->tester->waitForElement(['css' => '#standardConfig > div > div.d-block.text-center > a']);
81 81
         $this->tester->wait(1);
Please login to merge, or discard this patch.
src/Eccube/Service/PurchaseFlow/Processor/AddPointProcessor.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 
16 16
 use Doctrine\ORM\EntityManagerInterface;
17 17
 use Eccube\Entity\BaseInfo;
18
-use Eccube\Entity\ItemHolderInterface;
19 18
 use Eccube\Entity\BaseInfoRepository;
19
+use Eccube\Entity\ItemHolderInterface;
20 20
 use Eccube\Service\PurchaseFlow\ItemHolderProcessor;
21 21
 use Eccube\Service\PurchaseFlow\ProcessResult;
22 22
 use Eccube\Service\PurchaseFlow\PurchaseContext;
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Store/PluginController.php 2 patches
Indentation   +5 added lines, -9 removed lines patch added patch discarded remove patch
@@ -91,7 +91,6 @@  discard block
 block discarded – undo
91 91
      *
92 92
      * @Route("/%eccube_admin_route%/store/plugin/306999026.html", name="admin_store_plugin_306999026")
93 93
      * @Template("@admin/Store/Html/screens_306999026.twig")
94
-
95 94
      */
96 95
     public function html_306999026()
97 96
     {
@@ -103,7 +102,6 @@  discard block
 block discarded – undo
103 102
      *
104 103
      * @Route("/%eccube_admin_route%/store/plugin/306999032.html", name="admin_store_plugin_306999032")
105 104
      * @Template("@admin/Store/Html/screens_306999032.twig")
106
-
107 105
      */
108 106
     public function html_306999032()
109 107
     {
@@ -111,12 +109,11 @@  discard block
 block discarded – undo
111 109
     }
112 110
 
113 111
 /**
114
-     * Template only
115
-     *
116
-     * @Route("/%eccube_admin_route%/store/plugin/306999030.html", name="admin_store_plugin_306999030")
117
-     * @Template("@admin/Store/Html/screens_306999030.twig")
118
-
119
-     */
112
+ * Template only
113
+ *
114
+ * @Route("/%eccube_admin_route%/store/plugin/306999030.html", name="admin_store_plugin_306999030")
115
+ * @Template("@admin/Store/Html/screens_306999030.twig")
116
+ */
120 117
     public function html_306999030()
121 118
     {
122 119
 
@@ -127,7 +124,6 @@  discard block
 block discarded – undo
127 124
      *
128 125
      * @Route("/%eccube_admin_route%/store/plugin/306999027.html", name="admin_store_plugin_306999027")
129 126
      * @Template("@admin/Store/Html/screens_306999027.twig")
130
-
131 127
      */
132 128
     public function html_306999027()
133 129
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      * @Route("/%eccube_admin_route%/store/plugin/306999035.html", name="admin_store_plugin_306999035")
85 85
      * @Template("@admin/Store/Html/screens_306999035.twig")
86 86
      */
87
-    public function html_306999035(){}
87
+    public function html_306999035() {}
88 88
 
89 89
     /**
90 90
      * Template only
Please login to merge, or discard this patch.