Completed
Pull Request — experimental/3.1 (#1985)
by Kentaro
98:19 queued 35:24
created
src/Eccube/Service/CsvImportService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,6 @@
 block discarded – undo
23 23
 
24 24
 namespace Eccube\Service;
25 25
 
26
-use Eccube\Application;
27
-
28 26
 
29 27
 /**
30 28
  * Copyright (C) 2012-2014 David de Boer <[email protected]>
Please login to merge, or discard this patch.
src/Eccube/Command/PluginCommand/AbstractPluginGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace Eccube\Command\PluginCommand;
26 26
 
27
-use Eccube\Common\Constant;
28 27
 use Symfony\Component\Console\Question\Question;
29 28
 
30 29
 abstract class AbstractPluginGenerator
Please login to merge, or discard this patch.
src/Eccube/Command/PluginCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
 use Symfony\Component\Console\Input\InputOption;
34 34
 use Symfony\Component\Console\Output\OutputInterface;
35 35
 use Symfony\Component\Console\Question\Question;
36
-use Symfony\Component\Validator\Constraints as Assert;
37 36
 
38 37
 class PluginCommand extends \Knp\Command\Command
39 38
 {
Please login to merge, or discard this patch.
app/Eccube/Controller/TestController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,12 +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 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
9 8
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
10 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
11 10
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
12
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
13 11
 
14 12
 /**
15 13
  * @Route("/test")
Please login to merge, or discard this patch.
src/Eccube/Application.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -24,22 +24,15 @@
 block discarded – undo
24 24
 namespace Eccube;
25 25
 
26 26
 use Eccube\Application\ApplicationTrait;
27
-use Eccube\Common\Constant;
28
-use Eccube\Doctrine\ORM\Mapping\Driver\YamlDriver;
29
-use Eccube\EventListener\TransactionListener;
30 27
 use Eccube\Plugin\ConfigManager as PluginConfigManager;
31 28
 use Sergiors\Silex\Provider\AnnotationsServiceProvider;
32 29
 use Sergiors\Silex\Provider\DoctrineCacheServiceProvider;
33 30
 use Sergiors\Silex\Provider\RoutingServiceProvider;
34 31
 use Sergiors\Silex\Provider\SensioFrameworkExtraServiceProvider;
35 32
 use Sergiors\Silex\Provider\TemplatingServiceProvider;
36
-use Symfony\Component\EventDispatcher\EventDispatcher;
37
-use Symfony\Component\Finder\Finder;
38 33
 use Symfony\Component\HttpFoundation\Request;
39 34
 use Symfony\Component\HttpFoundation\Response;
40 35
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
41
-use Symfony\Component\HttpKernel\Event\GetResponseEvent;
42
-use Symfony\Component\HttpKernel\Event\PostResponseEvent;
43 36
 use Symfony\Component\HttpKernel\KernelEvents;
44 37
 use Symfony\Component\Yaml\Yaml;
45 38
 
Please login to merge, or discard this patch.
src/Eccube/Application/ApplicationTrait.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -2,15 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Eccube\Application;
4 4
 
5
-use Eccube\Event\TemplateEvent;
6
-use Monolog\Logger;
7
-use Symfony\Component\Form\FormBuilder;
8 5
 use Symfony\Component\HttpFoundation\Request;
9 6
 use Symfony\Component\HttpFoundation\Response;
10
-use Symfony\Component\HttpFoundation\StreamedResponse;
11 7
 use Symfony\Component\HttpKernel\HttpKernelInterface;
12
-use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
13
-use Symfony\Component\Security\Core\User\UserInterface;
14 8
 
15 9
 trait ApplicationTrait
16 10
 {
Please login to merge, or discard this patch.
src/Eccube/Command/CacheClearCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace Eccube\Command;
26 26
 
27
-use Symfony\Component\Console\Input\InputArgument;
28 27
 use Symfony\Component\Console\Input\InputInterface;
29 28
 use Symfony\Component\Console\Input\InputOption;
30 29
 use Symfony\Component\Console\Output\OutputInterface;
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
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use Eccube\Exception\PluginException;
31 31
 use Eccube\Form\Type\Admin\PluginLocalInstallType;
32 32
 use Eccube\Util\Str;
33
-use Monolog\Logger;
34 33
 use Symfony\Component\Filesystem\Filesystem;
35 34
 use Symfony\Component\Finder\Finder;
36 35
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/Eccube/Controller/Admin/Store/TemplateController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use Eccube\Form\Type\Admin\TemplateType;
30 30
 use Eccube\Util\Str;
31 31
 use Symfony\Component\Filesystem\Filesystem;
32
-use Symfony\Component\Finder\Finder;
33 32
 use Symfony\Component\Form\FormError;
34 33
 use Symfony\Component\HttpFoundation\Request;
35 34
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.