From 2b3a19bbcbeae43fe03ce82d90ca3cb144699030 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 5 Feb 2020 16:55:48 +0100 Subject: [PATCH] Make array docblock more specific NO_CI --- Algorithm/PathFinding/Path.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */