@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | * Returns the initial bearing from the origin coordinate |
| 64 | 64 | * to the destination coordinate in degrees. |
| 65 | 65 | * |
| 66 | - * @return float The initial bearing in degrees |
|
| 66 | + * @return integer The initial bearing in degrees |
|
| 67 | 67 | */ |
| 68 | 68 | public function initialBearing() |
| 69 | 69 | { |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | * Returns the final bearing from the origin coordinate |
| 84 | 84 | * to the destination coordinate in degrees. |
| 85 | 85 | * |
| 86 | - * @return float The final bearing in degrees |
|
| 86 | + * @return integer The final bearing in degrees |
|
| 87 | 87 | */ |
| 88 | 88 | public function finalBearing() |
| 89 | 89 | { |