Completed
Push — 4.0 ( 8188a4...ed00d8 )
by Ryo
09:39 queued 03:20
created
src/Eccube/Controller/Admin/Store/PluginController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
 use Eccube\Entity\Plugin;
20 20
 use Eccube\Entity\PluginEventHandler;
21 21
 use Eccube\Exception\PluginException;
22
-use Eccube\Form\Type\Admin\CaptchaType;
23 22
 use Eccube\Form\Type\Admin\AuthenticationType;
23
+use Eccube\Form\Type\Admin\CaptchaType;
24 24
 use Eccube\Form\Type\Admin\PluginLocalInstallType;
25 25
 use Eccube\Form\Type\Admin\PluginManagementType;
26 26
 use Eccube\Repository\BaseInfoRepository;
Please login to merge, or discard this patch.
codeception/_support/Page/Admin/OrderManagePage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@
 block discarded – undo
238 238
     }
239 239
 
240 240
     public function 件数変更($num) {
241
-        $this->tester->selectOption("#form_bulk > div.row.justify-content-between.mb-2 > div.col-5.text-right > div:nth-child(1) > select", '/admin/order/page/1?page_count=' . $num);
241
+        $this->tester->selectOption("#form_bulk > div.row.justify-content-between.mb-2 > div.col-5.text-right > div:nth-child(1) > select", '/admin/order/page/1?page_count='.$num);
242 242
         return $this;
243 243
     }
244 244
 }
Please login to merge, or discard this patch.