Completed
Push — master ( cc13b1...a6c11a )
by Antoine
11:05 queued 06:16
created
src/Vertex/Vertex.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.