Failed Conditions
Pull Request — experimental/3.1 (#2624)
by Kentaro
07:07
created
src/Eccube/Service/PurchaseFlow/Processor/AddPointProcessor.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -27,12 +27,6 @@
 block discarded – undo
27 27
 use Eccube\Annotation\Inject;
28 28
 use Eccube\Entity\BaseInfo;
29 29
 use Eccube\Entity\ItemHolderInterface;
30
-use Eccube\Entity\Master\OrderItemType;
31
-use Eccube\Entity\Master\TaxDisplayType;
32
-use Eccube\Entity\Master\TaxType;
33
-use Eccube\Entity\Order;
34
-use Eccube\Entity\OrderItem;
35
-use Eccube\Entity\Shipping;
36 30
 use Eccube\Service\PurchaseFlow\ItemHolderProcessor;
37 31
 use Eccube\Service\PurchaseFlow\ProcessResult;
38 32
 use Eccube\Service\PurchaseFlow\PurchaseContext;
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Order/EditController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 
24 24
 namespace Eccube\Controller\Admin\Order;
25 25
 
26
-use Doctrine\Common\Collections\ArrayCollection;
27 26
 use Doctrine\ORM\EntityManager;
28 27
 use Eccube\Annotation\Inject;
29 28
 use Eccube\Application;
Please login to merge, or discard this patch.
src/Eccube/Service/PurchaseFlow/Processor/UsePointProcessor.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,11 +11,9 @@
 block discarded – undo
11 11
 use Eccube\Entity\BaseInfo;
12 12
 use Eccube\Entity\Order;
13 13
 use Eccube\Entity\OrderItem;
14
-use Eccube\Entity\Shipping;
15 14
 use Eccube\Service\PurchaseFlow\ItemHolderProcessor;
16 15
 use Eccube\Service\PurchaseFlow\ProcessResult;
17 16
 use Eccube\Service\PurchaseFlow\PurchaseContext;
18
-use Eccube\Util\EntityUtil;
19 17
 
20 18
 /**
21 19
  * 使用ポイント値引明細追加.
Please login to merge, or discard this patch.