fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-27 00:47:48 +00:00
parent 913f044dc2
commit 40acf30ad9
15 changed files with 0 additions and 15 deletions

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\Clustering;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\JobScheduling;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\Knapsack;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\Knapsack;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\Knapsack;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\Knapsack;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\Knapsack;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\Maze;

View File

@ -11,7 +11,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Application;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Math\Numerics;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Math\Topology;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Math\Topology;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Math\Topology;

View File

@ -10,7 +10,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\Math\Topology;

View File

@ -11,7 +11,6 @@
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\tests\Math\Numerics;