Completed
Pull Request — master (#138)
by Baptiste
13:58
created
src/Polygon/Polygon.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
364 364
 
365 365
     /**
366 366
      * {@inheritdoc}
367
+     * @param integer $key
367 368
      */
368 369
     public function get($key)
369 370
     {
Please login to merge, or discard this patch.
src/Vertex/Vertex.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Vertex/VertexInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.