Completed
Push — experimental/3.1 ( 742b88...c83f5d )
by Yangsin
98:33 queued 98:18
created
src/Eccube/Controller/ShoppingController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -40,9 +40,7 @@
 block discarded – undo
40 40
 use Eccube\Form\Type\ShippingMultipleType;
41 41
 use Eccube\Form\Type\Shopping\OrderType;
42 42
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
43
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
44 43
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
45
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
46 44
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
47 45
 use Symfony\Component\Form\Extension\Core\Type\CollectionType;
48 46
 use Symfony\Component\HttpFoundation\Request;
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
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 use Eccube\Common\Constant;
28 28
 use Eccube\Exception\PluginException;
29
-use Eccube\Plugin\ConfigManager;
30 29
 use Eccube\Plugin\ConfigManager as PluginConfigManager;
31 30
 use Eccube\Util\Cache;
32 31
 use Eccube\Util\Str;
Please login to merge, or discard this patch.
src/Eccube/ServiceProvider/DebugServiceProvider.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -24,18 +24,15 @@
 block discarded – undo
24 24
 
25 25
 namespace Eccube\ServiceProvider;
26 26
 
27
-use Eccube\Common\Constant;
28 27
 use Eccube\DataCollector\EccubeDataCollector;
29 28
 use Pimple\Container;
30 29
 use Pimple\ServiceProviderInterface;
31 30
 use Silex\Api\BootableProviderInterface;
32 31
 use Silex\Application;
33 32
 use Symfony\Bridge\Twig\Extension\DumpExtension;
34
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
35 33
 use Symfony\Component\HttpKernel\DataCollector\DumpDataCollector;
36 34
 use Symfony\Component\HttpKernel\EventListener\DumpListener;
37 35
 use Symfony\Component\VarDumper\Cloner\VarCloner;
38
-use Symfony\Component\VarDumper\Dumper\CliDumper;
39 36
 use Symfony\Component\VarDumper\Dumper\HtmlDumper;
40 37
 use Symfony\Component\VarDumper\VarDumper;
41 38
 
Please login to merge, or discard this patch.
app/Acme/Controller/AController.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,14 +2,9 @@
 block discarded – undo
2 2
 namespace Acme\Controller;
3 3
 
4 4
 use Eccube\Application;
5
-use Symfony\Component\HttpFoundation\Response;
6 5
 use Symfony\Component\HttpFoundation\Request;
7
-use Symfony\Component\HttpFoundation\ParameterBag;
8 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
9
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
10
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
11 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
12
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
13 8
 
14 9
 /**
15 10
  * @Route("/test")
Please login to merge, or discard this patch.
app/Acme/Controller/RoutingTestController.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 Acme\Controller;
4 4
 
5 5
 use Eccube\Application;
6
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache;
7 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
8 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
9 8
 
Please login to merge, or discard this patch.
app/Acme/Controller/TestController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,13 +4,10 @@
 block discarded – undo
4 4
 use Eccube\Application;
5 5
 use Symfony\Component\HttpFoundation\Response;
6 6
 use Symfony\Component\HttpFoundation\Request;
7
-use Symfony\Component\HttpFoundation\ParameterBag;
8
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache;
9 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
10 8
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
11 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
12 10
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
13
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
14 11
 
15 12
 /**
16 13
  * @Route("/test")
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Store/PluginController.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\Form\Type\Admin\PluginLocalInstallType;
32 32
 use Eccube\Form\Type\Admin\PluginManagementType;
33 33
 use Eccube\Util\Str;
34
-use Monolog\Logger;
35 34
 use Symfony\Component\Filesystem\Filesystem;
36 35
 use Symfony\Component\Finder\Finder;
37 36
 use Symfony\Component\Form\Extension\Core\Type\TextType;
Please login to merge, or discard this patch.
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/Application.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -27,8 +27,6 @@  discard block
 block discarded – undo
27 27
 use Eccube\Application\ApplicationTrait;
28 28
 use Eccube\Common\Constant;
29 29
 use Eccube\Doctrine\DBAL\Types\UTCDateTimeType;
30
-use Eccube\Doctrine\ORM\Mapping\Driver\YamlDriver;
31
-use Eccube\EventListener\TransactionListener;
32 30
 use Eccube\Plugin\ConfigManager as PluginConfigManager;
33 31
 use Eccube\Routing\EccubeRouter;
34 32
 use Eccube\ServiceProvider\EntityEventServiceProvider;
@@ -40,13 +38,11 @@  discard block
 block discarded – undo
40 38
 use Sergiors\Silex\Provider\TemplatingServiceProvider;
41 39
 use Sergiors\Silex\Routing\ChainUrlGenerator;
42 40
 use Sergiors\Silex\Routing\ChainUrlMatcher;
43
-use Symfony\Component\EventDispatcher\EventDispatcher;
44 41
 use Symfony\Component\Finder\Finder;
45 42
 use Symfony\Component\HttpFoundation\Request;
46 43
 use Symfony\Component\HttpFoundation\Response;
47 44
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
48 45
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
49
-use Symfony\Component\HttpKernel\Event\PostResponseEvent;
50 46
 use Symfony\Component\HttpKernel\KernelEvents;
51 47
 use Symfony\Component\Yaml\Yaml;
52 48
 
Please login to merge, or discard this patch.