@@ -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 | */ |
@@ -19,7 +19,6 @@ |
||
| 19 | 19 | private $store; |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * @param RobotStoreInterface $file |
|
| 23 | 22 | */ |
| 24 | 23 | public function __construct(RobotStoreInterface $store) |
| 25 | 24 | { |