Failed Conditions
Pull Request — experimental/3.1 (#2526)
by Kentaro
40:11 queued 13:18
created
src/Eccube/Doctrine/Common/CsvDataFixtures/CsvFixture.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\Common\DataFixtures\FixtureInterface;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7 7
 use Doctrine\DBAL\Connection;
8
-use Doctrine\DBAL\Schema\Table;
9 8
 
10 9
 /**
11 10
  * CSVファイルを扱うためのフィクスチャ.
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Content/BlockController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
42 42
 use Symfony\Component\EventDispatcher\EventDispatcher;
43 43
 use Symfony\Component\Filesystem\Filesystem;
44
-use Symfony\Component\Finder\Finder;
45 44
 use Symfony\Component\Form\FormFactory;
46 45
 use Symfony\Component\HttpFoundation\Request;
47 46
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Setting/System/MemberController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 use Eccube\Form\Type\Admin\MemberType;
35 35
 use Eccube\Repository\MemberRepository;
36 36
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
37
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
38 37
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
39 38
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
40 39
 use Symfony\Component\EventDispatcher\EventDispatcher;
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
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 use Eccube\Annotation\FormType;
28 28
 use Eccube\Annotation\Inject;
29
-use Eccube\Application;
30 29
 use Symfony\Component\Form\AbstractType;
31 30
 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
32 31
 use Symfony\Component\Form\Extension\Core\Type\HiddenType;
Please login to merge, or discard this patch.
src/Eccube/Service/CsvImportService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace Eccube\Service;
25 25
 
26 26
 use Eccube\Annotation\Service;
27
-use Eccube\Application;
28 27
 
29 28
 
30 29
 /**
Please login to merge, or discard this patch.
src/Eccube/Service/PluginService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use Eccube\Application;
31 31
 use Eccube\Common\Constant;
32 32
 use Eccube\Exception\PluginException;
33
-use Eccube\Plugin\ConfigManager;
34 33
 use Eccube\Plugin\ConfigManager as PluginConfigManager;
35 34
 use Eccube\Repository\PluginEventHandlerRepository;
36 35
 use Eccube\Repository\PluginRepository;
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/Customer/CustomerEditController.php 1 patch
Unused Use Statements   -2 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,7 +35,6 @@  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;
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.