Completed
Pull Request — master (#137)
by Theodore
11:26
created
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.