@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | private $precision = 8; |
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | - * @param array|CoordinateCollection|null $coordinates |
|
| 49 | + * @param CoordinateCollection $coordinates |
|
| 50 | 50 | */ |
| 51 | 51 | public function __construct($coordinates = null) |
| 52 | 52 | { |
@@ -364,6 +364,7 @@ discard block |
||
| 364 | 364 | |
| 365 | 365 | /** |
| 366 | 366 | * {@inheritdoc} |
| 367 | + * @param integer $key |
|
| 367 | 368 | */ |
| 368 | 369 | public function get($key) |
| 369 | 370 | { |
@@ -139,7 +139,7 @@ |
||
| 139 | 139 | * Returns the initial bearing from the origin coordinate |
| 140 | 140 | * to the destination coordinate in degrees. |
| 141 | 141 | * |
| 142 | - * @return float The initial bearing in degrees |
|
| 142 | + * @return integer The initial bearing in degrees |
|
| 143 | 143 | */ |
| 144 | 144 | public function initialBearing() |
| 145 | 145 | { |
@@ -154,7 +154,7 @@ |
||
| 154 | 154 | * |
| 155 | 155 | * @param Vertex $vertex [description] |
| 156 | 156 | * |
| 157 | - * @return [type] [description] |
|
| 157 | + * @return string [description] |
|
| 158 | 158 | */ |
| 159 | 159 | public function getDeterminant(Vertex $vertex); |
| 160 | 160 | } |