@@ -27,8 +27,6 @@ discard block |
||
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 |
||
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 |
@@ -16,7 +16,6 @@ |
||
16 | 16 | * This method should only be used to configure services and parameters. |
17 | 17 | * It should not get services. |
18 | 18 | * |
19 | - * @param Container $pimple A container instance |
|
20 | 19 | */ |
21 | 20 | public function register(Container $container) |
22 | 21 | { |