Completed
Pull Request — experimental/3.1 (#1985)
by Kentaro
120:22
created
src/Eccube/Application.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -24,9 +24,6 @@  discard block
 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 Eccube\Routing\EccubeRouter;
32 29
 use Sergiors\Silex\Provider\AnnotationsServiceProvider;
@@ -36,13 +33,10 @@  discard block
 block discarded – undo
36 33
 use Sergiors\Silex\Provider\TemplatingServiceProvider;
37 34
 use Sergiors\Silex\Routing\ChainUrlGenerator;
38 35
 use Sergiors\Silex\Routing\ChainUrlMatcher;
39
-use Symfony\Component\EventDispatcher\EventDispatcher;
40 36
 use Symfony\Component\Finder\Finder;
41 37
 use Symfony\Component\HttpFoundation\Request;
42 38
 use Symfony\Component\HttpFoundation\Response;
43 39
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
44
-use Symfony\Component\HttpKernel\Event\GetResponseEvent;
45
-use Symfony\Component\HttpKernel\Event\PostResponseEvent;
46 40
 use Symfony\Component\HttpKernel\KernelEvents;
47 41
 use Symfony\Component\Yaml\Yaml;
48 42
 
Please login to merge, or discard this patch.