Completed
Pull Request — experimental/3.1 (#2354)
by Kentaro
44:16
created
src/Eccube/Controller/ShoppingController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -29,8 +29,6 @@  discard block
 block discarded – undo
29 29
 use Eccube\Entity\Customer;
30 30
 use Eccube\Entity\CustomerAddress;
31 31
 use Eccube\Entity\Master\OrderItemType;
32
-use Eccube\Entity\Master\TaxType;
33
-use Eccube\Entity\Master\TaxDisplayType;
34 32
 use Eccube\Entity\ShipmentItem;
35 33
 use Eccube\Entity\Shipping;
36 34
 use Eccube\Event\EccubeEvents;
@@ -43,9 +41,7 @@  discard block
 block discarded – undo
43 41
 use Eccube\Form\Type\ShippingMultipleType;
44 42
 use Eccube\Form\Type\Shopping\OrderType;
45 43
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
46
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
47 44
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
48
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
49 45
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
50 46
 use Symfony\Component\Form\Extension\Core\Type\CollectionType;
51 47
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/Eccube/Service/CartService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 use Eccube\Common\Constant;
29 29
 use Eccube\Entity\CartItem;
30 30
 use Eccube\Entity\Master\Disp;
31
-use Eccube\Entity\Master\OrderItemType;
32 31
 use Eccube\Entity\ProductClass;
33 32
 use Eccube\Exception\CartException;
34 33
 use Symfony\Component\HttpFoundation\Session\Session;
Please login to merge, or discard this patch.