@@ -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 $app) |
22 | 21 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace Eccube\ServiceProvider; |
5 | 5 | |
6 | 6 | |
7 | -use Eccube\Entity\Event\EntityEventDispatcher; |
|
8 | 7 | use Pimple\Container; |
9 | 8 | use Pimple\ServiceProviderInterface; |
10 | 9 |