mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-16 08:28:41 +00:00
fix tests
This commit is contained in:
parent
913f044dc2
commit
40acf30ad9
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Algorithm\Clustering;
|
namespace phpOMS\Algorithm\Clustering;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Algorithm\JobScheduling;
|
namespace phpOMS\Algorithm\JobScheduling;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Algorithm\Knapsack;
|
namespace phpOMS\Algorithm\Knapsack;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Algorithm\Knapsack;
|
namespace phpOMS\Algorithm\Knapsack;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Algorithm\Knapsack;
|
namespace phpOMS\Algorithm\Knapsack;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Algorithm\Knapsack;
|
namespace phpOMS\Algorithm\Knapsack;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Algorithm\Knapsack;
|
namespace phpOMS\Algorithm\Knapsack;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Algorithm\Maze;
|
namespace phpOMS\Algorithm\Maze;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Application;
|
namespace phpOMS\Application;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Math\Numerics;
|
namespace phpOMS\Math\Numerics;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Math\Topology;
|
namespace phpOMS\Math\Topology;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Math\Topology;
|
namespace phpOMS\Math\Topology;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Math\Topology;
|
namespace phpOMS\Math\Topology;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Math\Topology;
|
namespace phpOMS\Math\Topology;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://jingga.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\tests\Math\Numerics;
|
namespace phpOMS\tests\Math\Numerics;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user