Completed
Pull Request — 4.0 (#3109)
by Kiyotaka
06:33
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.
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/Customer/CustomerEditController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
 namespace Eccube\Controller\Admin\Customer;
15 15
 
16 16
 use Eccube\Controller\AbstractController;
17
+use Eccube\Entity\Master\CustomerStatus;
17 18
 use Eccube\Event\EccubeEvents;
18 19
 use Eccube\Event\EventArgs;
19
-use Eccube\Entity\Master\CustomerStatus;
20 20
 use Eccube\Form\Type\Admin\CustomerType;
21 21
 use Eccube\Repository\CustomerRepository;
22 22
 use Eccube\Util\StringUtil;
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Order/CsvImportController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Eccube\Entity\Shipping;
20 20
 use Eccube\Form\Type\Admin\CsvImportType;
21 21
 use Eccube\Repository\ShippingRepository;
22
-use Eccube\Service\CsvImportService;
23 22
 use Eccube\Service\OrderStateMachine;
24 23
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
25 24
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
Please login to merge, or discard this patch.
src/Eccube/Controller/ShoppingController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
39 39
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
40 40
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
41
-use Symfony\Component\Form\FormError;
42 41
 use Symfony\Component\Form\FormInterface;
43 42
 use Symfony\Component\HttpFoundation\ParameterBag;
44 43
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/Eccube/Service/ShoppingService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
 use Eccube\Repository\OrderRepository;
45 45
 use Eccube\Repository\PaymentRepository;
46 46
 use Eccube\Repository\TaxRuleRepository;
47
-use Eccube\Util\StringUtil;
48 47
 use Symfony\Component\EventDispatcher\EventDispatcher;
49 48
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
50 49
 use Symfony\Component\Form\Extension\Core\Type\CollectionType;
Please login to merge, or discard this patch.