Update HeuristicType.php

This commit is contained in:
Dennis Eichhorn 2019-08-20 16:00:34 +02:00 committed by GitHub
parent b604abfdae
commit abfc337978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package phpOMS\Account * @package phpOMS\Algorithm\PathFinding
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/** /**
* Heuristic type enum. * Heuristic type enum.
* *
* @package phpOMS\Account * @package phpOMS\Algorithm\PathFinding
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0