From abfc33797836e8d20ae19f7fab126505e8d58b52 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 20 Aug 2019 16:00:34 +0200 Subject: [PATCH] Update HeuristicType.php --- Algorithm/PathFinding/HeuristicType.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Algorithm/PathFinding/HeuristicType.php b/Algorithm/PathFinding/HeuristicType.php index f648112c0..73aaf483a 100644 --- a/Algorithm/PathFinding/HeuristicType.php +++ b/Algorithm/PathFinding/HeuristicType.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package phpOMS\Account + * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Heuristic type enum. * - * @package phpOMS\Account + * @package phpOMS\Algorithm\PathFinding * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0