@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use Symfony\Component\Console\Command\Command; |
| 14 | 14 | use Symfony\Component\Console\Input\InputInterface; |
| 15 | 15 | use Symfony\Component\Console\Output\OutputInterface; |
| 16 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 17 | 16 | use Reith\ToyRobot\Messaging\Query\RobotReport; |
| 18 | 17 | |
| 19 | 18 | class Report extends Command |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace Reith\ToyRobot\Domain\Robot; |
| 12 | 12 | |
| 13 | 13 | use Assert\Assert; |
| 14 | -use Assert\Assertion; |
|
| 15 | 14 | use Reith\ToyRobot\Domain\Space\SpaceInterface; |
| 16 | 15 | use Reith\ToyRobot\Domain\Robot\Exception\NotPlacedInSpaceException; |
| 17 | 16 | |