| @@ -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 |      { | 
| @@ -149,7 +149,7 @@ | ||
| 149 | 149 | * Returns the determinant value between $this (vertex) and another vertex. | 
| 150 | 150 | * | 
| 151 | 151 | * @param Vertex $vertex [description] | 
| 152 | - * @return [type] [description] | |
| 152 | + * @return string [description] | |
| 153 | 153 | */ | 
| 154 | 154 | public function getDeterminant(Vertex $vertex); | 
| 155 | 155 | |