@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace Spike\Server; |
7 | 7 | |
8 | 8 | use Spike\Application as BaseApplication; |
9 | -use GuzzleHttp\Psr7\Response; |
|
10 | 9 | use Slince\Event\SubscriberInterface; |
11 | 10 | use Spike\Server\Command\InitCommand; |
12 | 11 | use Spike\Server\Command\SpikeCommand; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace Spike\Server; |
7 | 7 | |
8 | 8 | use Spike\Authentication\AuthenticationInterface; |
9 | -use Spike\Exception\InvalidArgumentException; |
|
10 | 9 | use Spike\Configuration as BaseConfiguration; |
11 | 10 | use Spike\Authentication; |
12 | 11 |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Spike\Client\Application; |
10 | 10 | use Spike\Client\EventStore; |
11 | 11 | use Spike\Logger\Logger; |
12 | -use Symfony\Component\Console\Output\OutputInterface; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * @codeCoverageIgnore |