@@ -106,7 +106,7 @@ |
||
106 | 106 | * For all the places passed, ensure they are of the same |
107 | 107 | * dimensionality. |
108 | 108 | * |
109 | - * @param Place $place ... Places to check |
|
109 | + * @param Place $places ... Places to check |
|
110 | 110 | * |
111 | 111 | * @throws PlaceDimensionsDoNotMatchSpaceException |
112 | 112 | */ |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Symfony\Component\Console\Input\InputInterface; |
15 | 15 | use Symfony\Component\Console\Output\OutputInterface; |
16 | 16 | use Symfony\Component\Console\Input\InputArgument; |
17 | - |
|
18 | 17 | use Reith\ToyRobot\Messaging\Command\PlaceRobot; |
19 | 18 | |
20 | 19 | class Place extends Command |