Completed
Push — experimental/3.1 ( 742b88...c83f5d )
by Yangsin
98:33 queued 98:18
created
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.