Completed
Pull Request — experimental/3.1 (#2483)
by Kentaro
44:50
created
src/Eccube/Controller/Admin/Setting/System/MemberController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 use Eccube\Form\Type\Admin\MemberType;
35 35
 use Eccube\Repository\MemberRepository;
36 36
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
37
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
38 37
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
39 38
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
40 39
 use Symfony\Component\EventDispatcher\EventDispatcher;
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Shipping/EditController.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -6,15 +6,10 @@  discard block
 block discarded – undo
6 6
 use Doctrine\ORM\EntityManager;
7 7
 use Eccube\Annotation\Inject;
8 8
 use Eccube\Application;
9
-use Eccube\Common\Constant;
10
-use Eccube\Controller\AbstractController;
11
-use Eccube\Entity\Master\CsvType;
12 9
 use Eccube\Entity\Shipping;
13 10
 use Eccube\Event\EccubeEvents;
14 11
 use Eccube\Event\EventArgs;
15
-use Eccube\Form\Type\AddCartType;
16 12
 use Eccube\Form\Type\Admin\SearchCustomerType;
17
-use Eccube\Form\Type\Admin\SearchOrderType;
18 13
 use Eccube\Form\Type\Admin\SearchProductType;
19 14
 use Eccube\Form\Type\Admin\ShipmentItemType;
20 15
 use Eccube\Form\Type\Admin\ShippingType;
@@ -22,10 +17,8 @@  discard block
 block discarded – undo
22 17
 use Eccube\Repository\CategoryRepository;
23 18
 use Eccube\Repository\DeliveryRepository;
24 19
 use Eccube\Repository\ShipmentItemRepository;
25
-
26 20
 use Eccube\Repository\ShippingRepository;
27 21
 use Eccube\Service\TaxRuleService;
28
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache;
29 22
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
30 23
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
31 24
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
@@ -34,7 +27,6 @@  discard block
 block discarded – undo
34 27
 use Symfony\Component\Form\FormFactory;
35 28
 use Symfony\Component\HttpFoundation\Request;
36 29
 use Symfony\Component\HttpFoundation\Session\Session;
37
-use Symfony\Component\HttpFoundation\StreamedResponse;
38 30
 use Symfony\Component\Serializer\Serializer;
39 31
 
40 32
 /**
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Store/PluginController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,6 @@
 block discarded – undo
50 50
 use Symfony\Component\Form\Extension\Core\Type\TextType;
51 51
 use Symfony\Component\Form\FormFactory;
52 52
 use Symfony\Component\HttpFoundation\Request;
53
-use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
54 53
 use Symfony\Component\Routing\Exception\RouteNotFoundException;
55 54
 use Symfony\Component\Validator\Constraints as Assert;
56 55
 
Please login to merge, or discard this patch.
src/Eccube/Form/Type/AddCartType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 use Eccube\Annotation\FormType;
28 28
 use Eccube\Annotation\Inject;
29
-use Eccube\Application;
30 29
 use Symfony\Component\Form\AbstractType;
31 30
 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
32 31
 use Symfony\Component\Form\Extension\Core\Type\HiddenType;
Please login to merge, or discard this patch.
src/Eccube/Form/Type/Admin/SearchProductType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
 use Symfony\Component\Form\Extension\Core\Type\HiddenType;
36 36
 use Symfony\Component\Form\Extension\Core\Type\TextType;
37 37
 use Symfony\Component\Form\FormBuilderInterface;
38
-use Symfony\Component\Validator\Constraints as Assert;
39 38
 
40 39
 /**
41 40
  * @FormType
Please login to merge, or discard this patch.
src/Eccube/Service/CsvImportService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace Eccube\Service;
25 25
 
26 26
 use Eccube\Annotation\Service;
27
-use Eccube\Application;
28 27
 
29 28
 
30 29
 /**
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
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use Eccube\Application;
31 31
 use Eccube\Common\Constant;
32 32
 use Eccube\Exception\PluginException;
33
-use Eccube\Plugin\ConfigManager;
34 33
 use Eccube\Plugin\ConfigManager as PluginConfigManager;
35 34
 use Eccube\Repository\PluginEventHandlerRepository;
36 35
 use Eccube\Repository\PluginRepository;
Please login to merge, or discard this patch.
src/Eccube/Service/PurchaseFlow/Processor/DeliveryFeeFreeProcessor.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\Service\PurchaseFlow\Processor;
25 25
 
26
-use Eccube\Annotation\Inject;
27 26
 use Eccube\Application;
28 27
 use Eccube\Entity\ItemHolderInterface;
29 28
 use Eccube\Repository\BaseInfoRepository;
Please login to merge, or discard this patch.
src/Eccube/Service/PurchaseFlow/Processor/StockReduceProcessor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Eccube\Service\PurchaseFlow\Processor;
4 4
 
5 5
 use Doctrine\DBAL\LockMode;
6
-use Eccube\Annotation\Inject;
7 6
 use Eccube\Common\Constant;
8 7
 use Eccube\Entity\ItemInterface;
9 8
 use Eccube\Entity\ShipmentItem;
Please login to merge, or discard this patch.