diff --git a/Algorithm/Clustering/PointInterface.php b/Algorithm/Clustering/PointInterface.php index 666aa0ff0..496014f8a 100755 --- a/Algorithm/Clustering/PointInterface.php +++ b/Algorithm/Clustering/PointInterface.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Algorithm\Clustering; diff --git a/Algorithm/JobScheduling/JobInterface.php b/Algorithm/JobScheduling/JobInterface.php index e79fcb89a..d09f94264 100755 --- a/Algorithm/JobScheduling/JobInterface.php +++ b/Algorithm/JobScheduling/JobInterface.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Algorithm\JobScheduling; diff --git a/Algorithm/Knapsack/Backpack.php b/Algorithm/Knapsack/Backpack.php index 1e01adf6e..d0d72e478 100755 --- a/Algorithm/Knapsack/Backpack.php +++ b/Algorithm/Knapsack/Backpack.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Algorithm\Knapsack; diff --git a/Algorithm/Knapsack/BackpackInterface.php b/Algorithm/Knapsack/BackpackInterface.php index 0befcf09c..b658880b8 100755 --- a/Algorithm/Knapsack/BackpackInterface.php +++ b/Algorithm/Knapsack/BackpackInterface.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Algorithm\Knapsack; diff --git a/Algorithm/Knapsack/Bounded.php b/Algorithm/Knapsack/Bounded.php index 6376f1a84..b6ca67a9c 100755 --- a/Algorithm/Knapsack/Bounded.php +++ b/Algorithm/Knapsack/Bounded.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Algorithm\Knapsack; diff --git a/Algorithm/Knapsack/Continuous.php b/Algorithm/Knapsack/Continuous.php index 82581d473..384fba382 100755 --- a/Algorithm/Knapsack/Continuous.php +++ b/Algorithm/Knapsack/Continuous.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Algorithm\Knapsack; diff --git a/Algorithm/Knapsack/ItemInterface.php b/Algorithm/Knapsack/ItemInterface.php index 7f8db4194..cda62a8f3 100755 --- a/Algorithm/Knapsack/ItemInterface.php +++ b/Algorithm/Knapsack/ItemInterface.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Algorithm\Knapsack; diff --git a/Algorithm/Maze/MazeGenerator.php b/Algorithm/Maze/MazeGenerator.php index d8eb4c9e0..1b8df0e3e 100755 --- a/Algorithm/Maze/MazeGenerator.php +++ b/Algorithm/Maze/MazeGenerator.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Algorithm\Maze; diff --git a/Application/ApplicationManager.php b/Application/ApplicationManager.php index 1c84b8508..9c374c8db 100755 --- a/Application/ApplicationManager.php +++ b/Application/ApplicationManager.php @@ -11,7 +11,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Application; diff --git a/Math/Numerics/Integration.php b/Math/Numerics/Integration.php index c46228345..4ddeb8345 100755 --- a/Math/Numerics/Integration.php +++ b/Math/Numerics/Integration.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Math\Numerics; diff --git a/Math/Topology/Kernel2D.php b/Math/Topology/Kernel2D.php index a7a2f3e89..1f5f72f65 100644 --- a/Math/Topology/Kernel2D.php +++ b/Math/Topology/Kernel2D.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Math\Topology; diff --git a/Math/Topology/KernelsND.php b/Math/Topology/KernelsND.php index 45f8c7114..9fbdfcfcb 100644 --- a/Math/Topology/KernelsND.php +++ b/Math/Topology/KernelsND.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Math\Topology; diff --git a/Math/Topology/Metrics2D.php b/Math/Topology/Metrics2D.php index 7ca95f552..8a1fab7da 100755 --- a/Math/Topology/Metrics2D.php +++ b/Math/Topology/Metrics2D.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Math\Topology; diff --git a/Math/Topology/MetricsND.php b/Math/Topology/MetricsND.php index 4e5548d77..fd36db66f 100755 --- a/Math/Topology/MetricsND.php +++ b/Math/Topology/MetricsND.php @@ -10,7 +10,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\Math\Topology; diff --git a/tests/Math/Numerics/IntegrationTest.php b/tests/Math/Numerics/IntegrationTest.php index 6ffdda7f2..6d6c11920 100755 --- a/tests/Math/Numerics/IntegrationTest.php +++ b/tests/Math/Numerics/IntegrationTest.php @@ -11,7 +11,6 @@ * @version 1.0.0 * @link https://jingga.app */ - declare(strict_types=1); namespace phpOMS\tests\Math\Numerics;