Completed
Push — develop ( 2af28f...95c40d )
by John
07:28
created
Alpha/Util/Graph/GraphNode.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
     /**
285 285
      * Get the node offset.
286 286
      *
287
-     * @return string
287
+     * @return integer
288 288
      *
289 289
      * @since 1.0
290 290
      */
@@ -460,7 +460,7 @@  discard block
 block discarded – undo
460 460
     /**
461 461
      * Calculates and returns the midpoint X coordinate of the children of this node.
462 462
      *
463
-     * @return int
463
+     * @return double
464 464
      *
465 465
      * @since 1.0
466 466
      */
@@ -487,7 +487,7 @@  discard block
 block discarded – undo
487 487
     /**
488 488
      * Add a new node to the children array of this node.
489 489
      *
490
-     * @param Alpha\Util\Graph\GraphNode $node
490
+     * @param GraphNode $node
491 491
      *
492 492
      * @throws ALpha\Exception\IllegalArguementException
493 493
      *
Please login to merge, or discard this patch.