@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | private $precision = 8; |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * @param null|array|CoordinateCollection $coordinates |
|
| 51 | + * @param CoordinateCollection $coordinates |
|
| 52 | 52 | */ |
| 53 | 53 | public function __construct($coordinates = null) |
| 54 | 54 | { |
@@ -369,6 +369,7 @@ discard block |
||
| 369 | 369 | |
| 370 | 370 | /** |
| 371 | 371 | * {@inheritDoc} |
| 372 | + * @param integer $key |
|
| 372 | 373 | */ |
| 373 | 374 | public function get($key) |
| 374 | 375 | { |