Completed
Push — 4.0 ( 39173f...75b7c7 )
by chihiro
12:37 queued 06:11
created
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.