diff --git a/Algorithm/PathFinding/Path.php b/Algorithm/PathFinding/Path.php index 5641cba61..b22bce4e0 100644 --- a/Algorithm/PathFinding/Path.php +++ b/Algorithm/PathFinding/Path.php @@ -163,7 +163,7 @@ class Path * @param Node $node1 Node * @param Node $node2 Node * - * @return array + * @return Node[] * * @since 1.0.0 */