Failed Conditions
Pull Request — 4.0 (#4409)
by Kentaro
05:58
created
src/Eccube/Controller/ShoppingController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@
 block discarded – undo
33 33
 use Eccube\Service\PurchaseFlow\PurchaseFlow;
34 34
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
35 35
 use Symfony\Component\Form\FormInterface;
36
-use Symfony\Component\HttpFoundation\Response;
37 36
 use Symfony\Component\HttpFoundation\Request;
37
+use Symfony\Component\HttpFoundation\Response;
38 38
 use Symfony\Component\Routing\Annotation\Route;
39 39
 use Symfony\Component\Routing\RouterInterface;
40 40
 use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;
Please login to merge, or discard this patch.
src/Eccube/Entity/AbstractEntity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Eccube\Entity;
15 15
 
16
-use Doctrine\Common\Annotations\Reader;
17 16
 use Doctrine\Common\Collections\Collection;
18 17
 use Doctrine\Common\Inflector\Inflector;
19 18
 use Doctrine\ORM\Mapping\Id;
Please login to merge, or discard this patch.
src/Eccube/Form/Validator/EmailValidator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 
16 16
 use Eccube\Validator\EmailValidator\NoRFCEmailValidator;
17 17
 use Symfony\Component\Validator\Constraint;
18
-use Symfony\Component\Validator\Constraints\EmailValidator as BaseEmailValidator;
19 18
 use Symfony\Component\Validator\ConstraintValidator;
19
+use Symfony\Component\Validator\Constraints\EmailValidator as BaseEmailValidator;
20 20
 use Symfony\Component\Validator\Exception\UnexpectedTypeException;
21 21
 
22 22
 /**
Please login to merge, or discard this patch.
src/Eccube/Service/CsvExportService.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\Repository\OrderRepository;
29 29
 use Eccube\Repository\ProductRepository;
30 30
 use Eccube\Repository\ShippingRepository;
31
-use Eccube\Util\EntityUtil;
32 31
 use Eccube\Util\FormUtil;
33 32
 use Symfony\Component\Form\FormFactoryInterface;
34 33
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.