Failed Conditions
Pull Request — 4.0 (#4302)
by chihiro
04:25
created
src/Eccube/Controller/Admin/Order/EditController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Eccube\Controller\Admin\Order;
15 15
 
16 16
 use Doctrine\Common\Collections\ArrayCollection;
17
-use Doctrine\Common\Collections\Criteria;
18 17
 use Eccube\Controller\AbstractController;
19 18
 use Eccube\Entity\Master\CustomerStatus;
20 19
 use Eccube\Entity\Master\OrderItemType;
Please login to merge, or discard this patch.
src/Eccube/Twig/Extension/TaxExtension.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -13,18 +13,11 @@
 block discarded – undo
13 13
 
14 14
 namespace Eccube\Twig\Extension;
15 15
 
16
-use Eccube\Common\EccubeConfig;
17
-use Eccube\Entity\Master\ProductStatus;
18 16
 use Eccube\Entity\Product;
19 17
 use Eccube\Entity\ProductClass;
20 18
 use Eccube\Entity\TaxRule;
21
-use Eccube\Repository\ProductRepository;
22 19
 use Eccube\Repository\TaxRuleRepository;
23
-use Eccube\Util\StringUtil;
24
-use Symfony\Component\Form\FormView;
25
-use Symfony\Component\Intl\Intl;
26 20
 use Twig\Extension\AbstractExtension;
27
-use Twig\TwigFilter;
28 21
 use Twig\TwigFunction;
29 22
 
30 23
 class TaxExtension extends AbstractExtension
Please login to merge, or discard this patch.