Failed Conditions
Pull Request — experimental/3.1 (#2486)
by
unknown
68:04 queued 25:47
created
src/Eccube/Controller/CartController.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\Inject;
29 29
 use Eccube\Application;
30 30
 use Eccube\Entity\CartItem;
31
-use Eccube\Entity\ProductClass;
32 31
 use Eccube\Event\EccubeEvents;
33 32
 use Eccube\Event\EventArgs;
34 33
 use Eccube\Repository\ProductClassRepository;
Please login to merge, or discard this patch.
src/Eccube/Form/Type/AddCartType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Doctrine\ORM\EntityManager;
28 28
 use Eccube\Annotation\FormType;
29 29
 use Eccube\Annotation\Inject;
30
-use Eccube\Application;
31 30
 use Eccube\Entity\CartItem;
32 31
 use Eccube\Form\DataTransformer\EntityToIdTransformer;
33 32
 use Symfony\Component\Form\AbstractType;
Please login to merge, or discard this patch.