Completed
Pull Request — master (#137)
by Theodore
24:35 queued 09:31
created
src/Polygon/Polygon.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
369 369
 
370 370
     /**
371 371
      * {@inheritDoc}
372
+     * @param integer $key
372 373
      */
373 374
     public function get($key)
374 375
     {
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
@@ -149,7 +149,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.