Completed
Pull Request — master (#124)
by
unknown
14:07
created
src/Vertex/Vertex.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@
 block discarded – undo
275 275
     /**
276 276
      * Returns the other coordinate who is not the coordinate passed on argument
277 277
      * @param  CoordinateInterface $coordinate
278
-     * @return null|Coordinate
278
+     * @return CoordinateInterface|null
279 279
      */
280 280
     public function getOtherCoordinate(CoordinateInterface $coordinate) {
281 281
         if ($coordinate->isEqual($this->from)) {
Please login to merge, or discard this patch.