Completed
Pull Request — experimental/3.1 (#2674)
by
unknown
29:06 queued 02:39
created
src/Eccube/Controller/Admin/Customer/CustomerEditController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@  discard block
 block discarded – undo
26 26
 use Doctrine\ORM\EntityManager;
27 27
 use Eccube\Annotation\Inject;
28 28
 use Eccube\Application;
29
-use Eccube\Common\Constant;
30 29
 use Eccube\Controller\AbstractController;
31 30
 use Eccube\Entity\CustomerAddress;
32 31
 use Eccube\Event\EccubeEvents;
@@ -35,12 +34,10 @@  discard block
 block discarded – undo
35 34
 use Eccube\Repository\CustomerRepository;
36 35
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
37 36
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
38
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
39 37
 use Symfony\Component\EventDispatcher\EventDispatcher;
40 38
 use Symfony\Component\Form\FormFactory;
41 39
 use Symfony\Component\HttpFoundation\Request;
42 40
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
43
-use Symfony\Component\Security\Core\Encoder\EncoderFactory;
44 41
 use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;
45 42
 
46 43
 /**
Please login to merge, or discard this patch.
src/Eccube/ServiceProvider/QueriesServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 namespace Eccube\ServiceProvider;
5 5
 
6 6
 
7
-use Eccube\Entity\Event\EntityEventDispatcher;
8 7
 use Pimple\Container;
9 8
 use Pimple\ServiceProviderInterface;
10 9
 
Please login to merge, or discard this patch.
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.
src/Eccube/Service/PluginService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
 use Eccube\Entity\Plugin;
34 34
 use Eccube\Entity\PluginEventHandler;
35 35
 use Eccube\Exception\PluginException;
36
-use Eccube\Plugin\ConfigManager;
37 36
 use Eccube\Plugin\ConfigManager as PluginConfigManager;
38 37
 use Eccube\Repository\PluginEventHandlerRepository;
39 38
 use Eccube\Repository\PluginRepository;
Please login to merge, or discard this patch.