Failed Conditions
Pull Request — experimental/3.1 (#2525)
by Kiyotaka
54:52 queued 29:13
created
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.
src/Eccube/Controller/ProductController.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 Eccube\Form\Type\Master\ProductListMaxType;
39 39
 use Eccube\Form\Type\Master\ProductListOrderByType;
40 40
 use Eccube\Form\Type\SearchProductType;
41
-use Eccube\Repository\BaseInfoRepository;
42 41
 use Eccube\Repository\CustomerFavoriteProductRepository;
43 42
 use Eccube\Repository\ProductRepository;
44 43
 use Eccube\Service\CartService;
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Setting/Shop/DeliveryController.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\Annotation\Component;
29 29
 use Eccube\Annotation\Inject;
30 30
 use Eccube\Application;
31
-use Eccube\Common\Constant;
32 31
 use Eccube\Controller\AbstractController;
33 32
 use Eccube\Entity\Delivery;
34 33
 use Eccube\Event\EccubeEvents;
Please login to merge, or discard this patch.
src/Eccube/Controller/Mypage/WithdrawController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -28,14 +28,12 @@
 block discarded – undo
28 28
 use Eccube\Annotation\Component;
29 29
 use Eccube\Annotation\Inject;
30 30
 use Eccube\Application;
31
-use Eccube\Common\Constant;
32 31
 use Eccube\Controller\AbstractController;
33 32
 use Eccube\Entity\Master\CustomerStatus;
34 33
 use Eccube\Event\EccubeEvents;
35 34
 use Eccube\Event\EventArgs;
36 35
 use Eccube\Repository\Master\CustomerStatusRepository;
37 36
 use Eccube\Service\MailService;
38
-use Eccube\Util\Str;
39 37
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
40 38
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
41 39
 use Symfony\Component\EventDispatcher\EventDispatcher;
Please login to merge, or discard this patch.
src/Eccube/Service/OrderHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\ORM\EntityManager;
7 7
 use Eccube\Annotation\Inject;
8 8
 use Eccube\Annotation\Service;
9
-use Eccube\Common\Constant;
10 9
 use Eccube\Entity\CartItem;
11 10
 use Eccube\Entity\Customer;
12 11
 use Eccube\Entity\CustomerAddress;
Please login to merge, or discard this patch.
src/Eccube/ServiceProvider/EccubeServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 use Eccube\Repository\BaseInfoRepository;
32 32
 use Eccube\Repository\DeliveryRepository;
33 33
 use Eccube\Service\PurchaseFlow\Processor\AdminOrderRegisterPurchaseProcessor;
34
-use Eccube\Service\PurchaseFlow\Processor\DeletedProductValidator;
35 34
 use Eccube\Service\PurchaseFlow\Processor\DeliveryFeeFreeProcessor;
36 35
 use Eccube\Service\PurchaseFlow\Processor\DeliveryFeeProcessor;
37 36
 use Eccube\Service\PurchaseFlow\Processor\DeliverySettingValidator;
Please login to merge, or discard this patch.
src/Eccube/EventListener/ForwardOnlyListener.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,9 +6,6 @@
 block discarded – undo
6 6
 use Eccube\Annotation\ForwardOnly;
7 7
 use Monolog\Logger;
8 8
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
9
-use Symfony\Component\HttpFoundation\Request;
10
-use Symfony\Component\HttpFoundation\Response;
11
-use Symfony\Component\HttpFoundation\Session\SessionInterface;
12 9
 use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
13 10
 use Symfony\Component\HttpKernel\KernelEvents;
14 11
 
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Customer/CustomerEditController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@  discard block
 block discarded – undo
27 27
 use Eccube\Annotation\Inject;
28 28
 use Eccube\Annotation\Component;
29 29
 use Eccube\Application;
30
-use Eccube\Common\Constant;
31 30
 use Eccube\Controller\AbstractController;
32 31
 use Eccube\Entity\CustomerAddress;
33 32
 use Eccube\Event\EccubeEvents;
@@ -36,12 +35,10 @@  discard block
 block discarded – undo
36 35
 use Eccube\Repository\CustomerRepository;
37 36
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
38 37
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
39
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
40 38
 use Symfony\Component\EventDispatcher\EventDispatcher;
41 39
 use Symfony\Component\Form\FormFactory;
42 40
 use Symfony\Component\HttpFoundation\Request;
43 41
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
44
-use Symfony\Component\Security\Core\Encoder\EncoderFactory;
45 42
 use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;
46 43
 
47 44
 /**
Please login to merge, or discard this patch.
src/Eccube/Controller/Mypage/MypageController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 use Eccube\Controller\AbstractController;
33 33
 use Eccube\Entity\BaseInfo;
34 34
 use Eccube\Entity\CustomerFavoriteProduct;
35
-use Eccube\Entity\Product;
36 35
 use Eccube\Event\EccubeEvents;
37 36
 use Eccube\Event\EventArgs;
38 37
 use Eccube\Exception\CartException;
Please login to merge, or discard this patch.