diff --git a/Account/Account.php b/Account/Account.php index a55bbf6fe..0e051d9ed 100755 --- a/Account/Account.php +++ b/Account/Account.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/AccountManager.php b/Account/AccountManager.php index 5942c9013..580473a4f 100755 --- a/Account/AccountManager.php +++ b/Account/AccountManager.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/AccountStatus.php b/Account/AccountStatus.php index b45791aa0..9cc5ec6b5 100755 --- a/Account/AccountStatus.php +++ b/Account/AccountStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/AccountType.php b/Account/AccountType.php index 21b240af8..94383dbd5 100755 --- a/Account/AccountType.php +++ b/Account/AccountType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/Group.php b/Account/Group.php index 9f7405d8b..4c93edf9e 100755 --- a/Account/Group.php +++ b/Account/Group.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php index 96ebc9315..fe41da448 100755 --- a/Account/GroupStatus.php +++ b/Account/GroupStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/NullAccount.php b/Account/NullAccount.php index 1bf4d5630..5f8ebe47a 100755 --- a/Account/NullAccount.php +++ b/Account/NullAccount.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/NullGroup.php b/Account/NullGroup.php index f3f2f94cc..3a7d84136 100755 --- a/Account/NullGroup.php +++ b/Account/NullGroup.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index 5f677810f..5e1f52bcd 100755 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/PermissionHandlingTrait.php b/Account/PermissionHandlingTrait.php index 725d92f9c..309e452bd 100755 --- a/Account/PermissionHandlingTrait.php +++ b/Account/PermissionHandlingTrait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/PermissionOwner.php b/Account/PermissionOwner.php index 45cef3a73..7e292809b 100755 --- a/Account/PermissionOwner.php +++ b/Account/PermissionOwner.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/PermissionType.php b/Account/PermissionType.php index d004306e0..66264d90a 100755 --- a/Account/PermissionType.php +++ b/Account/PermissionType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Ai/NeuralNetwork/Neuron.php b/Ai/NeuralNetwork/Neuron.php index bdb5aa566..ea253927d 100755 --- a/Ai/NeuralNetwork/Neuron.php +++ b/Ai/NeuralNetwork/Neuron.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Ai\NeuralNetwork * @copyright Dennis Eichhorn diff --git a/Ai/Ocr/BasicOcr.php b/Ai/Ocr/BasicOcr.php index 260298e7f..f6c0b868e 100755 --- a/Ai/Ocr/BasicOcr.php +++ b/Ai/Ocr/BasicOcr.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Ai\Ocr * @copyright Dennis Eichhorn diff --git a/Ai/Ocr/Tesseract/TesseractOcr.php b/Ai/Ocr/Tesseract/TesseractOcr.php index 03aaf34c6..51642f8fc 100755 --- a/Ai/Ocr/Tesseract/TesseractOcr.php +++ b/Ai/Ocr/Tesseract/TesseractOcr.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Ai\Ocr\Tesseract * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/AffinityPropagation.php b/Algorithm/Clustering/AffinityPropagation.php index 489a8b6e8..58a8a93c0 100644 --- a/Algorithm/Clustering/AffinityPropagation.php +++ b/Algorithm/Clustering/AffinityPropagation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/AgglomerativeClustering.php b/Algorithm/Clustering/AgglomerativeClustering.php index f5176fecf..dfaaf51e2 100644 --- a/Algorithm/Clustering/AgglomerativeClustering.php +++ b/Algorithm/Clustering/AgglomerativeClustering.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/Birch.php b/Algorithm/Clustering/Birch.php index 760c7d0a1..343053fc5 100644 --- a/Algorithm/Clustering/Birch.php +++ b/Algorithm/Clustering/Birch.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/ClusteringInterface.php b/Algorithm/Clustering/ClusteringInterface.php index 8da25fb94..c1d31e652 100644 --- a/Algorithm/Clustering/ClusteringInterface.php +++ b/Algorithm/Clustering/ClusteringInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/DBSCAN.php b/Algorithm/Clustering/DBSCAN.php index ea38eb5f7..903c3bfd3 100644 --- a/Algorithm/Clustering/DBSCAN.php +++ b/Algorithm/Clustering/DBSCAN.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/DivisiveClustering.php b/Algorithm/Clustering/DivisiveClustering.php index 9c8818ed5..00d934575 100644 --- a/Algorithm/Clustering/DivisiveClustering.php +++ b/Algorithm/Clustering/DivisiveClustering.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/Kmeans.php b/Algorithm/Clustering/Kmeans.php index cef32fe15..5aa589c1a 100755 --- a/Algorithm/Clustering/Kmeans.php +++ b/Algorithm/Clustering/Kmeans.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/MeanShift.php b/Algorithm/Clustering/MeanShift.php index c549dd267..2c0e7f9b6 100644 --- a/Algorithm/Clustering/MeanShift.php +++ b/Algorithm/Clustering/MeanShift.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/Point.php b/Algorithm/Clustering/Point.php index d9c62f2fc..be2293fb9 100755 --- a/Algorithm/Clustering/Point.php +++ b/Algorithm/Clustering/Point.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/PointInterface.php b/Algorithm/Clustering/PointInterface.php index 496014f8a..bac83bf60 100755 --- a/Algorithm/Clustering/PointInterface.php +++ b/Algorithm/Clustering/PointInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/SpectralClustering.php b/Algorithm/Clustering/SpectralClustering.php index aed0e568c..1ed6f6307 100644 --- a/Algorithm/Clustering/SpectralClustering.php +++ b/Algorithm/Clustering/SpectralClustering.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/CoinMatching/MinimumCoinProblem.php b/Algorithm/CoinMatching/MinimumCoinProblem.php index 8ae43f4b6..8e5b2f52d 100755 --- a/Algorithm/CoinMatching/MinimumCoinProblem.php +++ b/Algorithm/CoinMatching/MinimumCoinProblem.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\CoinMatching * @copyright Dennis Eichhorn diff --git a/Algorithm/Frequency/Apriori.php b/Algorithm/Frequency/Apriori.php index 33ba7751f..51ed4f646 100644 --- a/Algorithm/Frequency/Apriori.php +++ b/Algorithm/Frequency/Apriori.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Frequency * @copyright Dennis Eichhorn diff --git a/Algorithm/Graph/DependencyResolver.php b/Algorithm/Graph/DependencyResolver.php index 6ca83793e..d72baa899 100755 --- a/Algorithm/Graph/DependencyResolver.php +++ b/Algorithm/Graph/DependencyResolver.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Graph; * @copyright Dennis Eichhorn diff --git a/Algorithm/Graph/MarkovChain.php b/Algorithm/Graph/MarkovChain.php index 5cca43932..6a34800f0 100644 --- a/Algorithm/Graph/MarkovChain.php +++ b/Algorithm/Graph/MarkovChain.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Graph * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/Job.php b/Algorithm/JobScheduling/Job.php index caefd9eff..2639c32a0 100755 --- a/Algorithm/JobScheduling/Job.php +++ b/Algorithm/JobScheduling/Job.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\JobScheduling * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/JobInterface.php b/Algorithm/JobScheduling/JobInterface.php index d09f94264..462cb2d3f 100755 --- a/Algorithm/JobScheduling/JobInterface.php +++ b/Algorithm/JobScheduling/JobInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\JobScheduling * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/Weighted.php b/Algorithm/JobScheduling/Weighted.php index d3770ed64..3d1596c48 100755 --- a/Algorithm/JobScheduling/Weighted.php +++ b/Algorithm/JobScheduling/Weighted.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\JobScheduling * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php b/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php index e1c948c01..446cc8ac4 100644 --- a/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php +++ b/Algorithm/JobScheduling/v2/Dependency/IdleIntervalType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Dependency/IdleTime.php b/Algorithm/JobScheduling/v2/Dependency/IdleTime.php index 6cba29aae..11feea4fb 100644 --- a/Algorithm/JobScheduling/v2/Dependency/IdleTime.php +++ b/Algorithm/JobScheduling/v2/Dependency/IdleTime.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Dependency/JobStep.php b/Algorithm/JobScheduling/v2/Dependency/JobStep.php index 2ad9f230b..9ec35e772 100644 --- a/Algorithm/JobScheduling/v2/Dependency/JobStep.php +++ b/Algorithm/JobScheduling/v2/Dependency/JobStep.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Dependency/Machine.php b/Algorithm/JobScheduling/v2/Dependency/Machine.php index de1c555e4..d00152c5a 100644 --- a/Algorithm/JobScheduling/v2/Dependency/Machine.php +++ b/Algorithm/JobScheduling/v2/Dependency/Machine.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Dependency/MachineType.php b/Algorithm/JobScheduling/v2/Dependency/MachineType.php index 0c8435be0..d3abaf32b 100644 --- a/Algorithm/JobScheduling/v2/Dependency/MachineType.php +++ b/Algorithm/JobScheduling/v2/Dependency/MachineType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Dependency/Material.php b/Algorithm/JobScheduling/v2/Dependency/Material.php index f119f69e3..c418d49e8 100644 --- a/Algorithm/JobScheduling/v2/Dependency/Material.php +++ b/Algorithm/JobScheduling/v2/Dependency/Material.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Dependency/Qualification.php b/Algorithm/JobScheduling/v2/Dependency/Qualification.php index cc404b246..07e25c864 100644 --- a/Algorithm/JobScheduling/v2/Dependency/Qualification.php +++ b/Algorithm/JobScheduling/v2/Dependency/Qualification.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Dependency/Worker.php b/Algorithm/JobScheduling/v2/Dependency/Worker.php index 6d8d00be5..07ad816f1 100644 --- a/Algorithm/JobScheduling/v2/Dependency/Worker.php +++ b/Algorithm/JobScheduling/v2/Dependency/Worker.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Dependency/WorkerType.php b/Algorithm/JobScheduling/v2/Dependency/WorkerType.php index 13b4a1ebf..e39131447 100644 --- a/Algorithm/JobScheduling/v2/Dependency/WorkerType.php +++ b/Algorithm/JobScheduling/v2/Dependency/WorkerType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling\Dependency * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/Job.php b/Algorithm/JobScheduling/v2/Job.php index c9c9a0e05..331b8fc5e 100644 --- a/Algorithm/JobScheduling/v2/Job.php +++ b/Algorithm/JobScheduling/v2/Job.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/PriorityMode.php b/Algorithm/JobScheduling/v2/PriorityMode.php index 6ed957ccb..4b5f6d56d 100644 --- a/Algorithm/JobScheduling/v2/PriorityMode.php +++ b/Algorithm/JobScheduling/v2/PriorityMode.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/v2/ScheduleQueue.php b/Algorithm/JobScheduling/v2/ScheduleQueue.php index 4fd5352fc..e094cb711 100644 --- a/Algorithm/JobScheduling/v2/ScheduleQueue.php +++ b/Algorithm/JobScheduling/v2/ScheduleQueue.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Scheduling * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/Backpack.php b/Algorithm/Knapsack/Backpack.php index 1ea278ab9..573ef4653 100755 --- a/Algorithm/Knapsack/Backpack.php +++ b/Algorithm/Knapsack/Backpack.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/BackpackInterface.php b/Algorithm/Knapsack/BackpackInterface.php index b658880b8..5b7971e2b 100755 --- a/Algorithm/Knapsack/BackpackInterface.php +++ b/Algorithm/Knapsack/BackpackInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/Bounded.php b/Algorithm/Knapsack/Bounded.php index b6ca67a9c..3e1ff2757 100755 --- a/Algorithm/Knapsack/Bounded.php +++ b/Algorithm/Knapsack/Bounded.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/Continuous.php b/Algorithm/Knapsack/Continuous.php index 384fba382..a7313fd38 100755 --- a/Algorithm/Knapsack/Continuous.php +++ b/Algorithm/Knapsack/Continuous.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/Item.php b/Algorithm/Knapsack/Item.php index cc49c12d1..6da01c1eb 100755 --- a/Algorithm/Knapsack/Item.php +++ b/Algorithm/Knapsack/Item.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/ItemInterface.php b/Algorithm/Knapsack/ItemInterface.php index cda62a8f3..7a374c5c8 100755 --- a/Algorithm/Knapsack/ItemInterface.php +++ b/Algorithm/Knapsack/ItemInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Maze/MazeGenerator.php b/Algorithm/Maze/MazeGenerator.php index 8b180257e..669151e8a 100755 --- a/Algorithm/Maze/MazeGenerator.php +++ b/Algorithm/Maze/MazeGenerator.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Maze * @copyright Dennis Eichhorn diff --git a/Algorithm/Optimization/AntColonyOptimization.php b/Algorithm/Optimization/AntColonyOptimization.php index dcb71d35c..8871faad1 100644 --- a/Algorithm/Optimization/AntColonyOptimization.php +++ b/Algorithm/Optimization/AntColonyOptimization.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn diff --git a/Algorithm/Optimization/BeesAlgorithm.php b/Algorithm/Optimization/BeesAlgorithm.php index 069f3d8c2..44a62c0a4 100644 --- a/Algorithm/Optimization/BeesAlgorithm.php +++ b/Algorithm/Optimization/BeesAlgorithm.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn diff --git a/Algorithm/Optimization/FireflyAlgorithm.php b/Algorithm/Optimization/FireflyAlgorithm.php index c4286c271..a7599904d 100644 --- a/Algorithm/Optimization/FireflyAlgorithm.php +++ b/Algorithm/Optimization/FireflyAlgorithm.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn diff --git a/Algorithm/Optimization/GeneticOptimization.php b/Algorithm/Optimization/GeneticOptimization.php index e8495ddb5..828b99ff7 100644 --- a/Algorithm/Optimization/GeneticOptimization.php +++ b/Algorithm/Optimization/GeneticOptimization.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn diff --git a/Algorithm/Optimization/HarmonySearch.php b/Algorithm/Optimization/HarmonySearch.php index 74a36486a..8888b3710 100644 --- a/Algorithm/Optimization/HarmonySearch.php +++ b/Algorithm/Optimization/HarmonySearch.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn diff --git a/Algorithm/Optimization/IntelligentWaterDrops.php b/Algorithm/Optimization/IntelligentWaterDrops.php index 283b689f6..e6849a10c 100644 --- a/Algorithm/Optimization/IntelligentWaterDrops.php +++ b/Algorithm/Optimization/IntelligentWaterDrops.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn diff --git a/Algorithm/Optimization/SimulatedAnnealing.php b/Algorithm/Optimization/SimulatedAnnealing.php index 184d4bb74..195baeb49 100644 --- a/Algorithm/Optimization/SimulatedAnnealing.php +++ b/Algorithm/Optimization/SimulatedAnnealing.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn diff --git a/Algorithm/Optimization/TabuSearch.php b/Algorithm/Optimization/TabuSearch.php index 9c92098f8..34a3de2d9 100644 --- a/Algorithm/Optimization/TabuSearch.php +++ b/Algorithm/Optimization/TabuSearch.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Optimization * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/AStar.php b/Algorithm/PathFinding/AStar.php index 0c5d87e17..7dd286c64 100755 --- a/Algorithm/PathFinding/AStar.php +++ b/Algorithm/PathFinding/AStar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/AStarNode.php b/Algorithm/PathFinding/AStarNode.php index 98de0e1c8..7ab87a8e9 100755 --- a/Algorithm/PathFinding/AStarNode.php +++ b/Algorithm/PathFinding/AStarNode.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/Grid.php b/Algorithm/PathFinding/Grid.php index dbb76701a..bb5cd9e61 100755 --- a/Algorithm/PathFinding/Grid.php +++ b/Algorithm/PathFinding/Grid.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/Heuristic.php b/Algorithm/PathFinding/Heuristic.php index 0fa62b643..7125c0927 100755 --- a/Algorithm/PathFinding/Heuristic.php +++ b/Algorithm/PathFinding/Heuristic.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/HeuristicType.php b/Algorithm/PathFinding/HeuristicType.php index 98fec0fe2..4166cfd54 100755 --- a/Algorithm/PathFinding/HeuristicType.php +++ b/Algorithm/PathFinding/HeuristicType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/JumpPointNode.php b/Algorithm/PathFinding/JumpPointNode.php index 799f814e4..85fceeb93 100755 --- a/Algorithm/PathFinding/JumpPointNode.php +++ b/Algorithm/PathFinding/JumpPointNode.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/JumpPointSearch.php b/Algorithm/PathFinding/JumpPointSearch.php index 085570237..82715e1e7 100755 --- a/Algorithm/PathFinding/JumpPointSearch.php +++ b/Algorithm/PathFinding/JumpPointSearch.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/MovementType.php b/Algorithm/PathFinding/MovementType.php index f1c0d7f49..7644ed2b3 100755 --- a/Algorithm/PathFinding/MovementType.php +++ b/Algorithm/PathFinding/MovementType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/Node.php b/Algorithm/PathFinding/Node.php index cfa71aae9..ce2e448b6 100755 --- a/Algorithm/PathFinding/Node.php +++ b/Algorithm/PathFinding/Node.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/NullJumpPointNode.php b/Algorithm/PathFinding/NullJumpPointNode.php index 704ec3822..c7bf598e5 100755 --- a/Algorithm/PathFinding/NullJumpPointNode.php +++ b/Algorithm/PathFinding/NullJumpPointNode.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/NullNode.php b/Algorithm/PathFinding/NullNode.php index a80e33648..398d970c7 100755 --- a/Algorithm/PathFinding/NullNode.php +++ b/Algorithm/PathFinding/NullNode.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/Path.php b/Algorithm/PathFinding/Path.php index 80f0bc8d1..91869b5e6 100755 --- a/Algorithm/PathFinding/Path.php +++ b/Algorithm/PathFinding/Path.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/PathFinderInterface.php b/Algorithm/PathFinding/PathFinderInterface.php index d584caca0..bfca65975 100755 --- a/Algorithm/PathFinding/PathFinderInterface.php +++ b/Algorithm/PathFinding/PathFinderInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/Rating/BradleyTerry.php b/Algorithm/Rating/BradleyTerry.php index 816c518f7..5fe67042b 100644 --- a/Algorithm/Rating/BradleyTerry.php +++ b/Algorithm/Rating/BradleyTerry.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn diff --git a/Algorithm/Rating/Elo.php b/Algorithm/Rating/Elo.php index b16d9d3e6..114a68068 100644 --- a/Algorithm/Rating/Elo.php +++ b/Algorithm/Rating/Elo.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn diff --git a/Algorithm/Rating/Glicko1.php b/Algorithm/Rating/Glicko1.php index 0b2a6a8f0..8e9f267eb 100644 --- a/Algorithm/Rating/Glicko1.php +++ b/Algorithm/Rating/Glicko1.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn diff --git a/Algorithm/Rating/Glicko2.php b/Algorithm/Rating/Glicko2.php index 15be92546..d056f878b 100644 --- a/Algorithm/Rating/Glicko2.php +++ b/Algorithm/Rating/Glicko2.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn diff --git a/Algorithm/Rating/TrueSkill.php b/Algorithm/Rating/TrueSkill.php index 8b064b456..592f895d0 100644 --- a/Algorithm/Rating/TrueSkill.php +++ b/Algorithm/Rating/TrueSkill.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Rating * @copyright Microsoft diff --git a/Algorithm/Rating/TrueSkillFactoryGraph.php b/Algorithm/Rating/TrueSkillFactoryGraph.php index 22445ea52..35fee9e23 100644 --- a/Algorithm/Rating/TrueSkillFactoryGraph.php +++ b/Algorithm/Rating/TrueSkillFactoryGraph.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Rating * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/BitonicSort.php b/Algorithm/Sort/BitonicSort.php index dc9770551..313b070b1 100755 --- a/Algorithm/Sort/BitonicSort.php +++ b/Algorithm/Sort/BitonicSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/BubbleSort.php b/Algorithm/Sort/BubbleSort.php index c7d44e75c..18810dc8e 100755 --- a/Algorithm/Sort/BubbleSort.php +++ b/Algorithm/Sort/BubbleSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/BucketSort.php b/Algorithm/Sort/BucketSort.php index 866f30cc0..ff5d21c40 100755 --- a/Algorithm/Sort/BucketSort.php +++ b/Algorithm/Sort/BucketSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/CocktailShakerSort.php b/Algorithm/Sort/CocktailShakerSort.php index 5748971ca..ca83f4ed2 100755 --- a/Algorithm/Sort/CocktailShakerSort.php +++ b/Algorithm/Sort/CocktailShakerSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/CombSort.php b/Algorithm/Sort/CombSort.php index 6b9cf4ff8..5a1962518 100755 --- a/Algorithm/Sort/CombSort.php +++ b/Algorithm/Sort/CombSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/CycleSort.php b/Algorithm/Sort/CycleSort.php index 385394c2a..0d6f9438a 100755 --- a/Algorithm/Sort/CycleSort.php +++ b/Algorithm/Sort/CycleSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/GnomeSort.php b/Algorithm/Sort/GnomeSort.php index 243aeb128..f291de79b 100755 --- a/Algorithm/Sort/GnomeSort.php +++ b/Algorithm/Sort/GnomeSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/HeapSort.php b/Algorithm/Sort/HeapSort.php index 6bf81e424..99a69e71e 100755 --- a/Algorithm/Sort/HeapSort.php +++ b/Algorithm/Sort/HeapSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/InsertionSort.php b/Algorithm/Sort/InsertionSort.php index b3b6ae650..f99c3d545 100755 --- a/Algorithm/Sort/InsertionSort.php +++ b/Algorithm/Sort/InsertionSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/IntroSort.php b/Algorithm/Sort/IntroSort.php index f5e529443..73cc258a9 100755 --- a/Algorithm/Sort/IntroSort.php +++ b/Algorithm/Sort/IntroSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/MergeSort.php b/Algorithm/Sort/MergeSort.php index 6812c4694..ce2a8be4d 100755 --- a/Algorithm/Sort/MergeSort.php +++ b/Algorithm/Sort/MergeSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/OddEvenSort.php b/Algorithm/Sort/OddEvenSort.php index 58cba69dc..f0f5e84ac 100755 --- a/Algorithm/Sort/OddEvenSort.php +++ b/Algorithm/Sort/OddEvenSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/PancakeSort.php b/Algorithm/Sort/PancakeSort.php index bc8ecdd50..30384fc92 100755 --- a/Algorithm/Sort/PancakeSort.php +++ b/Algorithm/Sort/PancakeSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/QuickSort.php b/Algorithm/Sort/QuickSort.php index 16f04749b..104f373f4 100755 --- a/Algorithm/Sort/QuickSort.php +++ b/Algorithm/Sort/QuickSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/SelectionSort.php b/Algorithm/Sort/SelectionSort.php index 0c8895b7c..5e9352599 100755 --- a/Algorithm/Sort/SelectionSort.php +++ b/Algorithm/Sort/SelectionSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/ShellSort.php b/Algorithm/Sort/ShellSort.php index 0acea87c8..321879c52 100755 --- a/Algorithm/Sort/ShellSort.php +++ b/Algorithm/Sort/ShellSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/SortInterface.php b/Algorithm/Sort/SortInterface.php index e8f4851db..49952a3b6 100755 --- a/Algorithm/Sort/SortInterface.php +++ b/Algorithm/Sort/SortInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/SortOrder.php b/Algorithm/Sort/SortOrder.php index 62ce9d10a..096b3dfc8 100755 --- a/Algorithm/Sort/SortOrder.php +++ b/Algorithm/Sort/SortOrder.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/SortableInterface.php b/Algorithm/Sort/SortableInterface.php index 0ec029947..1975ac785 100755 --- a/Algorithm/Sort/SortableInterface.php +++ b/Algorithm/Sort/SortableInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/StoogeSort.php b/Algorithm/Sort/StoogeSort.php index 1ab563479..cd23e45c9 100755 --- a/Algorithm/Sort/StoogeSort.php +++ b/Algorithm/Sort/StoogeSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/TimSort.php b/Algorithm/Sort/TimSort.php index 187f3759a..430a890e3 100755 --- a/Algorithm/Sort/TimSort.php +++ b/Algorithm/Sort/TimSort.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Api/CreditRating/CreditRatingInterface.php b/Api/CreditRating/CreditRatingInterface.php index 1674668dc..edc46d617 100644 --- a/Api/CreditRating/CreditRatingInterface.php +++ b/Api/CreditRating/CreditRatingInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\CreditRating * @copyright Dennis Eichhorn diff --git a/Api/CreditRating/CreditSafe.php b/Api/CreditRating/CreditSafe.php index bac5a7ace..47c074501 100644 --- a/Api/CreditRating/CreditSafe.php +++ b/Api/CreditRating/CreditSafe.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\CreditRating * @copyright Dennis Eichhorn diff --git a/Api/EUVAT/EUVATBffOnline.php b/Api/EUVAT/EUVATBffOnline.php index b23c0bc17..4fce12ed6 100755 --- a/Api/EUVAT/EUVATBffOnline.php +++ b/Api/EUVAT/EUVATBffOnline.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\EUVAT * @copyright Dennis Eichhorn diff --git a/Api/EUVAT/EUVATInterface.php b/Api/EUVAT/EUVATInterface.php index a8cc65787..9c31626a8 100755 --- a/Api/EUVAT/EUVATInterface.php +++ b/Api/EUVAT/EUVATInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\EUVAT * @copyright Dennis Eichhorn diff --git a/Api/EUVAT/EUVATVies.php b/Api/EUVAT/EUVATVies.php index 5ee4888e2..2a8bb0d60 100755 --- a/Api/EUVAT/EUVATVies.php +++ b/Api/EUVAT/EUVATVies.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\EUVAT * @copyright Dennis Eichhorn diff --git a/Api/Geocoding/Nominatim.php b/Api/Geocoding/Nominatim.php index 37bc72481..2247b7d58 100644 --- a/Api/Geocoding/Nominatim.php +++ b/Api/Geocoding/Nominatim.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Geocoding * @copyright Dennis Eichhorn diff --git a/Api/Payment/Charge.php b/Api/Payment/Charge.php index 421f0c36f..096e9f795 100755 --- a/Api/Payment/Charge.php +++ b/Api/Payment/Charge.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Payment * @copyright Dennis Eichhorn diff --git a/Api/Payment/PaymentAbstract.php b/Api/Payment/PaymentAbstract.php index 52d6af5e1..58327b851 100755 --- a/Api/Payment/PaymentAbstract.php +++ b/Api/Payment/PaymentAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Payment * @copyright Dennis Eichhorn diff --git a/Api/Payment/PaymentFactory.php b/Api/Payment/PaymentFactory.php index df07ccd90..697b84e5a 100755 --- a/Api/Payment/PaymentFactory.php +++ b/Api/Payment/PaymentFactory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Payment * @copyright Dennis Eichhorn diff --git a/Api/Payment/Stripe.php b/Api/Payment/Stripe.php index 62945a4db..1b23ebeae 100755 --- a/Api/Payment/Stripe.php +++ b/Api/Payment/Stripe.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Payment * @copyright Dennis Eichhorn diff --git a/Api/Shipping/AuthStatus.php b/Api/Shipping/AuthStatus.php index 83f422e19..7c1e3f56c 100644 --- a/Api/Shipping/AuthStatus.php +++ b/Api/Shipping/AuthStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn diff --git a/Api/Shipping/AuthType.php b/Api/Shipping/AuthType.php index 6e0de307f..608c1994e 100644 --- a/Api/Shipping/AuthType.php +++ b/Api/Shipping/AuthType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn diff --git a/Api/Shipping/DHL/DHLInternationalShipping.php b/Api/Shipping/DHL/DHLInternationalShipping.php index 8a39619c0..ffc0c03b9 100644 --- a/Api/Shipping/DHL/DHLInternationalShipping.php +++ b/Api/Shipping/DHL/DHLInternationalShipping.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping\DHL * @copyright Dennis Eichhorn diff --git a/Api/Shipping/DHL/DHLParcelDEShipping.php b/Api/Shipping/DHL/DHLParcelDEShipping.php index 23a636fe3..1430cd05b 100644 --- a/Api/Shipping/DHL/DHLParcelDEShipping.php +++ b/Api/Shipping/DHL/DHLParcelDEShipping.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping\DHL * @copyright Dennis Eichhorn diff --git a/Api/Shipping/DHL/DHLeCommerceShipping.php b/Api/Shipping/DHL/DHLeCommerceShipping.php index bc3ef10e5..270cc2942 100644 --- a/Api/Shipping/DHL/DHLeCommerceShipping.php +++ b/Api/Shipping/DHL/DHLeCommerceShipping.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping\DHL * @copyright Dennis Eichhorn diff --git a/Api/Shipping/DPD/DPDShipping.php b/Api/Shipping/DPD/DPDShipping.php index 8b33ad7a0..30e4dab8c 100644 --- a/Api/Shipping/DPD/DPDShipping.php +++ b/Api/Shipping/DPD/DPDShipping.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping\DPD * @copyright Dennis Eichhorn diff --git a/Api/Shipping/Fedex/FedexShipping.php b/Api/Shipping/Fedex/FedexShipping.php index 058830d56..d74adf1c9 100644 --- a/Api/Shipping/Fedex/FedexShipping.php +++ b/Api/Shipping/Fedex/FedexShipping.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping\Fedex * @copyright Dennis Eichhorn diff --git a/Api/Shipping/RoyalMail/RoyalMailShipping.php b/Api/Shipping/RoyalMail/RoyalMailShipping.php index 8c5c638e4..6f5531fc7 100644 --- a/Api/Shipping/RoyalMail/RoyalMailShipping.php +++ b/Api/Shipping/RoyalMail/RoyalMailShipping.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping\RoyalMail * @copyright Dennis Eichhorn diff --git a/Api/Shipping/ShippingFactory.php b/Api/Shipping/ShippingFactory.php index 0a0804f40..91d91db7f 100644 --- a/Api/Shipping/ShippingFactory.php +++ b/Api/Shipping/ShippingFactory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn diff --git a/Api/Shipping/ShippingInterface.php b/Api/Shipping/ShippingInterface.php index 2346f6b9f..2ec8c7248 100644 --- a/Api/Shipping/ShippingInterface.php +++ b/Api/Shipping/ShippingInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn diff --git a/Api/Shipping/ShippingType.php b/Api/Shipping/ShippingType.php index 3c4596998..88d586c03 100644 --- a/Api/Shipping/ShippingType.php +++ b/Api/Shipping/ShippingType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping * @copyright Dennis Eichhorn diff --git a/Api/Shipping/TNT/TNTShipping.php b/Api/Shipping/TNT/TNTShipping.php index eeb2faa8a..bf5b7873a 100644 --- a/Api/Shipping/TNT/TNTShipping.php +++ b/Api/Shipping/TNT/TNTShipping.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping\TNT * @copyright Dennis Eichhorn diff --git a/Api/Shipping/UPS/UPSShipping.php b/Api/Shipping/UPS/UPSShipping.php index 727a9afed..dcdcbb6f6 100644 --- a/Api/Shipping/UPS/UPSShipping.php +++ b/Api/Shipping/UPS/UPSShipping.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping\UPS * @copyright Dennis Eichhorn diff --git a/Api/Shipping/Usps/UspsShipping.php b/Api/Shipping/Usps/UspsShipping.php index 455c44e17..0a76d8df1 100644 --- a/Api/Shipping/Usps/UspsShipping.php +++ b/Api/Shipping/Usps/UspsShipping.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Api\Shipping\Usps * @copyright Dennis Eichhorn diff --git a/Application/ApplicationAbstract.php b/Application/ApplicationAbstract.php index 63ab46688..7ac175de5 100755 --- a/Application/ApplicationAbstract.php +++ b/Application/ApplicationAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/ApplicationInfo.php b/Application/ApplicationInfo.php index 3c842ca9c..16bf6f102 100755 --- a/Application/ApplicationInfo.php +++ b/Application/ApplicationInfo.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/ApplicationManager.php b/Application/ApplicationManager.php index 9c374c8db..55d5e26a9 100755 --- a/Application/ApplicationManager.php +++ b/Application/ApplicationManager.php @@ -3,7 +3,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/ApplicationStatus.php b/Application/ApplicationStatus.php index 08b0012d6..e348b8d0a 100755 --- a/Application/ApplicationStatus.php +++ b/Application/ApplicationStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/ApplicationType.php b/Application/ApplicationType.php index 033b1f044..1ad54224e 100755 --- a/Application/ApplicationType.php +++ b/Application/ApplicationType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/InstallerAbstract.php b/Application/InstallerAbstract.php index 83ff95c81..d76b7a9e7 100755 --- a/Application/InstallerAbstract.php +++ b/Application/InstallerAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/StatusAbstract.php b/Application/StatusAbstract.php index ca59221fd..1323799cc 100755 --- a/Application/StatusAbstract.php +++ b/Application/StatusAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/UninstallerAbstract.php b/Application/UninstallerAbstract.php index eacab27b8..d38cb4f69 100755 --- a/Application/UninstallerAbstract.php +++ b/Application/UninstallerAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Asset/AssetManager.php b/Asset/AssetManager.php index 6fbc62edd..998834e40 100755 --- a/Asset/AssetManager.php +++ b/Asset/AssetManager.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Asset * @copyright Dennis Eichhorn diff --git a/Asset/AssetType.php b/Asset/AssetType.php index 52010138c..d8085a6a3 100755 --- a/Asset/AssetType.php +++ b/Asset/AssetType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Asset * @copyright Dennis Eichhorn diff --git a/Auth/Auth.php b/Auth/Auth.php index 404d64d12..1b3ae9c89 100755 --- a/Auth/Auth.php +++ b/Auth/Auth.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Auth * @copyright Dennis Eichhorn diff --git a/Auth/LoginReturnType.php b/Auth/LoginReturnType.php index 33f28487a..d7a81ab8c 100755 --- a/Auth/LoginReturnType.php +++ b/Auth/LoginReturnType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Auth * @copyright Dennis Eichhorn diff --git a/AutoloadException.php b/AutoloadException.php index 1c3f3c0fc..9a4dbe0a9 100755 --- a/AutoloadException.php +++ b/AutoloadException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS * @copyright Dennis Eichhorn diff --git a/Autoloader.php b/Autoloader.php index 394d6c057..23dc35123 100755 --- a/Autoloader.php +++ b/Autoloader.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS * @copyright Dennis Eichhorn diff --git a/Business/BusinessHelper.php b/Business/BusinessHelper.php index 6b3abff03..50fdcf5e6 100644 --- a/Business/BusinessHelper.php +++ b/Business/BusinessHelper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business * @copyright Dennis Eichhorn diff --git a/Business/Finance/Depreciation.php b/Business/Finance/Depreciation.php index fc5c32014..4f955e0de 100755 --- a/Business/Finance/Depreciation.php +++ b/Business/Finance/Depreciation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/DepreciationType.php b/Business/Finance/DepreciationType.php index 7f5874564..9343e241d 100644 --- a/Business/Finance/DepreciationType.php +++ b/Business/Finance/DepreciationType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/FinanceFormulas.php b/Business/Finance/FinanceFormulas.php index bca291015..f7c2f2048 100755 --- a/Business/Finance/FinanceFormulas.php +++ b/Business/Finance/FinanceFormulas.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/Forensics.php b/Business/Finance/Forensics.php index 0f34495cf..e557e69b7 100755 --- a/Business/Finance/Forensics.php +++ b/Business/Finance/Forensics.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/Loan.php b/Business/Finance/Loan.php index fb687bd3d..f8fffc10d 100755 --- a/Business/Finance/Loan.php +++ b/Business/Finance/Loan.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/Lorenzkurve.php b/Business/Finance/Lorenzkurve.php index 0ac0cf1f6..8530d5e77 100755 --- a/Business/Finance/Lorenzkurve.php +++ b/Business/Finance/Lorenzkurve.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/StockBonds.php b/Business/Finance/StockBonds.php index 21b0df3db..f3f286a60 100755 --- a/Business/Finance/StockBonds.php +++ b/Business/Finance/StockBonds.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Marketing/CustomerValue.php b/Business/Marketing/CustomerValue.php index e7a4a61d7..dd718b71d 100755 --- a/Business/Marketing/CustomerValue.php +++ b/Business/Marketing/CustomerValue.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn diff --git a/Business/Marketing/Metrics.php b/Business/Marketing/Metrics.php index 2511c4e82..9eb1e2d79 100755 --- a/Business/Marketing/Metrics.php +++ b/Business/Marketing/Metrics.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn diff --git a/Business/Marketing/NetPromoterScore.php b/Business/Marketing/NetPromoterScore.php index 17635ffa7..7ed327c0f 100755 --- a/Business/Marketing/NetPromoterScore.php +++ b/Business/Marketing/NetPromoterScore.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn diff --git a/Business/Marketing/PageRank.php b/Business/Marketing/PageRank.php index fde35ee14..638434f67 100755 --- a/Business/Marketing/PageRank.php +++ b/Business/Marketing/PageRank.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn diff --git a/Business/Programming/Metrics.php b/Business/Programming/Metrics.php index 18cf95786..35b252ba0 100755 --- a/Business/Programming/Metrics.php +++ b/Business/Programming/Metrics.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Programming * @copyright Dennis Eichhorn diff --git a/Business/Recommendation/ArticleCorrelationAffinity.php b/Business/Recommendation/ArticleCorrelationAffinity.php index bbe79adc8..7d38315ec 100644 --- a/Business/Recommendation/ArticleCorrelationAffinity.php +++ b/Business/Recommendation/ArticleCorrelationAffinity.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Recommendation * @copyright Dennis Eichhorn diff --git a/Business/Recommendation/BayesianPersonalizedRanking.php b/Business/Recommendation/BayesianPersonalizedRanking.php index 6baf4042d..83842dc50 100644 --- a/Business/Recommendation/BayesianPersonalizedRanking.php +++ b/Business/Recommendation/BayesianPersonalizedRanking.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Recommendation * @copyright Dennis Eichhorn diff --git a/Business/Recommendation/MemoryCF.php b/Business/Recommendation/MemoryCF.php index 972511543..7bbb239fd 100644 --- a/Business/Recommendation/MemoryCF.php +++ b/Business/Recommendation/MemoryCF.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Recommendation * @copyright Dennis Eichhorn diff --git a/Business/Recommendation/ModelCF.php b/Business/Recommendation/ModelCF.php index e268a302e..fe40209cb 100644 --- a/Business/Recommendation/ModelCF.php +++ b/Business/Recommendation/ModelCF.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Recommendation * @copyright Dennis Eichhorn diff --git a/Business/Sales/MarketShareEstimation.php b/Business/Sales/MarketShareEstimation.php index 34e8880d0..0ac1073db 100755 --- a/Business/Sales/MarketShareEstimation.php +++ b/Business/Sales/MarketShareEstimation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Sales * @copyright Dennis Eichhorn diff --git a/Business/Warehouse/OrderSuggestion.php b/Business/Warehouse/OrderSuggestion.php index 22a347a75..2108d385c 100644 --- a/Business/Warehouse/OrderSuggestion.php +++ b/Business/Warehouse/OrderSuggestion.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Business\Sales * @copyright Dennis Eichhorn diff --git a/Config/OptionsInterface.php b/Config/OptionsInterface.php index 472b236b0..767e06dd4 100755 --- a/Config/OptionsInterface.php +++ b/Config/OptionsInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Config * @copyright Dennis Eichhorn diff --git a/Config/OptionsTrait.php b/Config/OptionsTrait.php index a5d46cf67..816dbc8f8 100755 --- a/Config/OptionsTrait.php +++ b/Config/OptionsTrait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Config * @copyright Dennis Eichhorn diff --git a/Config/SettingsInterface.php b/Config/SettingsInterface.php index 5dcbc046f..1700ae0ad 100755 --- a/Config/SettingsInterface.php +++ b/Config/SettingsInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Config * @copyright Dennis Eichhorn diff --git a/Contract/ArrayableInterface.php b/Contract/ArrayableInterface.php index 485cd97ae..d8376bfc1 100755 --- a/Contract/ArrayableInterface.php +++ b/Contract/ArrayableInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Contract * @copyright Dennis Eichhorn diff --git a/Contract/RenderableInterface.php b/Contract/RenderableInterface.php index 63c4744be..d1e9d4f35 100755 --- a/Contract/RenderableInterface.php +++ b/Contract/RenderableInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Contract * @copyright Dennis Eichhorn diff --git a/Contract/SerializableInterface.php b/Contract/SerializableInterface.php index 2cc1f0fc8..783947d7a 100755 --- a/Contract/SerializableInterface.php +++ b/Contract/SerializableInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Contract * @copyright Dennis Eichhorn diff --git a/Contract/StreamInterface.php b/Contract/StreamInterface.php index 21a64771a..d4ff80c36 100755 --- a/Contract/StreamInterface.php +++ b/Contract/StreamInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Contract * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/CachePool.php b/DataStorage/Cache/CachePool.php index 9d2a294ec..b3bacc825 100755 --- a/DataStorage/Cache/CachePool.php +++ b/DataStorage/Cache/CachePool.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/CacheStatus.php b/DataStorage/Cache/CacheStatus.php index 24f92f994..c2220de85 100755 --- a/DataStorage/Cache/CacheStatus.php +++ b/DataStorage/Cache/CacheStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/CacheType.php b/DataStorage/Cache/CacheType.php index c930e772f..daafe6a41 100755 --- a/DataStorage/Cache/CacheType.php +++ b/DataStorage/Cache/CacheType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/CacheValueType.php b/DataStorage/Cache/Connection/CacheValueType.php index 916660973..6f4280c8f 100755 --- a/DataStorage/Cache/Connection/CacheValueType.php +++ b/DataStorage/Cache/Connection/CacheValueType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/ConnectionAbstract.php b/DataStorage/Cache/Connection/ConnectionAbstract.php index 88ceda413..74ec92a3b 100755 --- a/DataStorage/Cache/Connection/ConnectionAbstract.php +++ b/DataStorage/Cache/Connection/ConnectionAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/ConnectionFactory.php b/DataStorage/Cache/Connection/ConnectionFactory.php index 2540a815d..c08a87b3a 100755 --- a/DataStorage/Cache/Connection/ConnectionFactory.php +++ b/DataStorage/Cache/Connection/ConnectionFactory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/ConnectionInterface.php b/DataStorage/Cache/Connection/ConnectionInterface.php index 8e1dfe551..caaaddc8b 100755 --- a/DataStorage/Cache/Connection/ConnectionInterface.php +++ b/DataStorage/Cache/Connection/ConnectionInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/FileCache.php b/DataStorage/Cache/Connection/FileCache.php index 1c4394631..ba36d0871 100755 --- a/DataStorage/Cache/Connection/FileCache.php +++ b/DataStorage/Cache/Connection/FileCache.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/MemCached.php b/DataStorage/Cache/Connection/MemCached.php index 16a5e3051..a0cc166aa 100755 --- a/DataStorage/Cache/Connection/MemCached.php +++ b/DataStorage/Cache/Connection/MemCached.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/NullCache.php b/DataStorage/Cache/Connection/NullCache.php index 17900cb46..20914972e 100755 --- a/DataStorage/Cache/Connection/NullCache.php +++ b/DataStorage/Cache/Connection/NullCache.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/RedisCache.php b/DataStorage/Cache/Connection/RedisCache.php index 2fad593b0..82a153cbe 100755 --- a/DataStorage/Cache/Connection/RedisCache.php +++ b/DataStorage/Cache/Connection/RedisCache.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Exception/InvalidConnectionConfigException.php b/DataStorage/Cache/Exception/InvalidConnectionConfigException.php index 109b47a15..e5c19905f 100755 --- a/DataStorage/Cache/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Cache/Exception/InvalidConnectionConfigException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cache\Exception * @copyright Dennis Eichhorn diff --git a/DataStorage/Cookie/CookieJar.php b/DataStorage/Cookie/CookieJar.php index 2e0f022a1..aa0f472b2 100755 --- a/DataStorage/Cookie/CookieJar.php +++ b/DataStorage/Cookie/CookieJar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Cookie * @copyright Dennis Eichhorn diff --git a/DataStorage/DataMapperInterface.php b/DataStorage/DataMapperInterface.php index 71a3f79b3..bdbe76427 100755 --- a/DataStorage/DataMapperInterface.php +++ b/DataStorage/DataMapperInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn diff --git a/DataStorage/DataStorageConnectionInterface.php b/DataStorage/DataStorageConnectionInterface.php index 4fa4d10ea..9b947298f 100755 --- a/DataStorage/DataStorageConnectionInterface.php +++ b/DataStorage/DataStorageConnectionInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn diff --git a/DataStorage/DataStoragePoolInterface.php b/DataStorage/DataStoragePoolInterface.php index cabc93b84..684afe09d 100755 --- a/DataStorage/DataStoragePoolInterface.php +++ b/DataStorage/DataStoragePoolInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/BuilderAbstract.php b/DataStorage/Database/BuilderAbstract.php index 34a120f64..c7b0ef109 100755 --- a/DataStorage/Database/BuilderAbstract.php +++ b/DataStorage/Database/BuilderAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/ConnectionAbstract.php b/DataStorage/Database/Connection/ConnectionAbstract.php index e28f57c44..c76ba82e0 100755 --- a/DataStorage/Database/Connection/ConnectionAbstract.php +++ b/DataStorage/Database/Connection/ConnectionAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/ConnectionFactory.php b/DataStorage/Database/Connection/ConnectionFactory.php index 221638cde..a62ca7f89 100755 --- a/DataStorage/Database/Connection/ConnectionFactory.php +++ b/DataStorage/Database/Connection/ConnectionFactory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/ConnectionInterface.php b/DataStorage/Database/Connection/ConnectionInterface.php index ba5273fba..b85719295 100755 --- a/DataStorage/Database/Connection/ConnectionInterface.php +++ b/DataStorage/Database/Connection/ConnectionInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/MysqlConnection.php b/DataStorage/Database/Connection/MysqlConnection.php index a7671ccdc..d20edf105 100755 --- a/DataStorage/Database/Connection/MysqlConnection.php +++ b/DataStorage/Database/Connection/MysqlConnection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/NullConnection.php b/DataStorage/Database/Connection/NullConnection.php index 6194a1671..c15e7d78e 100755 --- a/DataStorage/Database/Connection/NullConnection.php +++ b/DataStorage/Database/Connection/NullConnection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/NullPDO.php b/DataStorage/Database/Connection/NullPDO.php index d8f8adcdd..609ad4bb4 100755 --- a/DataStorage/Database/Connection/NullPDO.php +++ b/DataStorage/Database/Connection/NullPDO.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/PostgresConnection.php b/DataStorage/Database/Connection/PostgresConnection.php index 5167db1fb..e356d0032 100755 --- a/DataStorage/Database/Connection/PostgresConnection.php +++ b/DataStorage/Database/Connection/PostgresConnection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/SQLiteConnection.php b/DataStorage/Database/Connection/SQLiteConnection.php index 7a731e129..bd7f01e55 100755 --- a/DataStorage/Database/Connection/SQLiteConnection.php +++ b/DataStorage/Database/Connection/SQLiteConnection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/SqlServerConnection.php b/DataStorage/Database/Connection/SqlServerConnection.php index 8a172c17b..a107c75f5 100755 --- a/DataStorage/Database/Connection/SqlServerConnection.php +++ b/DataStorage/Database/Connection/SqlServerConnection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php index 9dfd6d08a..1f63d496c 100755 --- a/DataStorage/Database/DatabasePool.php +++ b/DataStorage/Database/DatabasePool.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/DatabaseStatus.php b/DataStorage/Database/DatabaseStatus.php index faadbb366..e11d21019 100755 --- a/DataStorage/Database/DatabaseStatus.php +++ b/DataStorage/Database/DatabaseStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/DatabaseType.php b/DataStorage/Database/DatabaseType.php index 38cb77e18..54c24d427 100755 --- a/DataStorage/Database/DatabaseType.php +++ b/DataStorage/Database/DatabaseType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Exception/InvalidConnectionConfigException.php b/DataStorage/Database/Exception/InvalidConnectionConfigException.php index 633e6e0b5..c1717eb30 100755 --- a/DataStorage/Database/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Database/Exception/InvalidConnectionConfigException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Exception * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Exception/InvalidDatabaseTypeException.php b/DataStorage/Database/Exception/InvalidDatabaseTypeException.php index d5cdb235b..fd451e6e9 100755 --- a/DataStorage/Database/Exception/InvalidDatabaseTypeException.php +++ b/DataStorage/Database/Exception/InvalidDatabaseTypeException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Exception * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Exception/InvalidMapperException.php b/DataStorage/Database/Exception/InvalidMapperException.php index 5f086372e..41808dee3 100755 --- a/DataStorage/Database/Exception/InvalidMapperException.php +++ b/DataStorage/Database/Exception/InvalidMapperException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Exception * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/GrammarAbstract.php b/DataStorage/Database/GrammarAbstract.php index d48fe4c70..f9b6acf63 100755 --- a/DataStorage/Database/GrammarAbstract.php +++ b/DataStorage/Database/GrammarAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/DataMapperAbstract.php b/DataStorage/Database/Mapper/DataMapperAbstract.php index eb07c3f7d..d63ef9d34 100755 --- a/DataStorage/Database/Mapper/DataMapperAbstract.php +++ b/DataStorage/Database/Mapper/DataMapperAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/DataMapperFactory.php b/DataStorage/Database/Mapper/DataMapperFactory.php index d91f6fd48..aac250992 100755 --- a/DataStorage/Database/Mapper/DataMapperFactory.php +++ b/DataStorage/Database/Mapper/DataMapperFactory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/DeleteMapper.php b/DataStorage/Database/Mapper/DeleteMapper.php index c27086171..a880c9e19 100755 --- a/DataStorage/Database/Mapper/DeleteMapper.php +++ b/DataStorage/Database/Mapper/DeleteMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/MapperType.php b/DataStorage/Database/Mapper/MapperType.php index 8fde41f96..5b20815ad 100755 --- a/DataStorage/Database/Mapper/MapperType.php +++ b/DataStorage/Database/Mapper/MapperType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/ReadMapper.php b/DataStorage/Database/Mapper/ReadMapper.php index 1853796ab..7a6370f8a 100755 --- a/DataStorage/Database/Mapper/ReadMapper.php +++ b/DataStorage/Database/Mapper/ReadMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/UpdateMapper.php b/DataStorage/Database/Mapper/UpdateMapper.php index a6af226df..a292880b3 100755 --- a/DataStorage/Database/Mapper/UpdateMapper.php +++ b/DataStorage/Database/Mapper/UpdateMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/WriteMapper.php b/DataStorage/Database/Mapper/WriteMapper.php index 1abbe295a..de51edc61 100755 --- a/DataStorage/Database/Mapper/WriteMapper.php +++ b/DataStorage/Database/Mapper/WriteMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Builder.php b/DataStorage/Database/Query/Builder.php index a1bdcd017..fbd9a403e 100755 --- a/DataStorage/Database/Query/Builder.php +++ b/DataStorage/Database/Query/Builder.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/ColumnName.php b/DataStorage/Database/Query/ColumnName.php index 726bce63f..0af36d41b 100644 --- a/DataStorage/Database/Query/ColumnName.php +++ b/DataStorage/Database/Query/ColumnName.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Concat.php b/DataStorage/Database/Query/Concat.php index 032b041f6..f0c568430 100644 --- a/DataStorage/Database/Query/Concat.php +++ b/DataStorage/Database/Query/Concat.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Grammar/Grammar.php b/DataStorage/Database/Query/Grammar/Grammar.php index 5c1b539b4..3293c382f 100755 --- a/DataStorage/Database/Query/Grammar/Grammar.php +++ b/DataStorage/Database/Query/Grammar/Grammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Grammar/MysqlGrammar.php b/DataStorage/Database/Query/Grammar/MysqlGrammar.php index be9c66513..f9a6c374f 100755 --- a/DataStorage/Database/Query/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Query/Grammar/MysqlGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Grammar/OracleGrammar.php b/DataStorage/Database/Query/Grammar/OracleGrammar.php index abb2467ec..68486eb9d 100755 --- a/DataStorage/Database/Query/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Query/Grammar/OracleGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Grammar/PostgresGrammar.php b/DataStorage/Database/Query/Grammar/PostgresGrammar.php index 687e1fe76..78361083f 100755 --- a/DataStorage/Database/Query/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Query/Grammar/PostgresGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php index 8ef555641..1822cd323 100755 --- a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Grammar/SqlServerGrammar.php b/DataStorage/Database/Query/Grammar/SqlServerGrammar.php index 600953077..db9d114b9 100755 --- a/DataStorage/Database/Query/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Query/Grammar/SqlServerGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/JoinType.php b/DataStorage/Database/Query/JoinType.php index 9b493032b..909ee0862 100755 --- a/DataStorage/Database/Query/JoinType.php +++ b/DataStorage/Database/Query/JoinType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/OrderType.php b/DataStorage/Database/Query/OrderType.php index eebd2c7c6..ac6fabca3 100755 --- a/DataStorage/Database/Query/OrderType.php +++ b/DataStorage/Database/Query/OrderType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Parameter.php b/DataStorage/Database/Query/Parameter.php index 43fbb57a8..54b15829e 100755 --- a/DataStorage/Database/Query/Parameter.php +++ b/DataStorage/Database/Query/Parameter.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/QueryType.php b/DataStorage/Database/Query/QueryType.php index d7a5ffa83..eef821841 100755 --- a/DataStorage/Database/Query/QueryType.php +++ b/DataStorage/Database/Query/QueryType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Where.php b/DataStorage/Database/Query/Where.php index 1bc99b588..a007d5d33 100755 --- a/DataStorage/Database/Query/Where.php +++ b/DataStorage/Database/Query/Where.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/RelationType.php b/DataStorage/Database/RelationType.php index 9434eaa49..bad4f25e0 100755 --- a/DataStorage/Database/RelationType.php +++ b/DataStorage/Database/RelationType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Builder.php b/DataStorage/Database/Schema/Builder.php index ce3787c55..a868a6989 100755 --- a/DataStorage/Database/Schema/Builder.php +++ b/DataStorage/Database/Schema/Builder.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Field.php b/DataStorage/Database/Schema/Field.php index d8f9f49aa..d83b87766 100755 --- a/DataStorage/Database/Schema/Field.php +++ b/DataStorage/Database/Schema/Field.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Grammar/Grammar.php b/DataStorage/Database/Schema/Grammar/Grammar.php index 79ce26d58..89eac1e19 100755 --- a/DataStorage/Database/Schema/Grammar/Grammar.php +++ b/DataStorage/Database/Schema/Grammar/Grammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php index 9b463e9fe..1c843f549 100755 --- a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Grammar/OracleGrammar.php b/DataStorage/Database/Schema/Grammar/OracleGrammar.php index 0dabcb380..3351c7bee 100755 --- a/DataStorage/Database/Schema/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Schema/Grammar/OracleGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php index 09a51c0e6..fbe037563 100755 --- a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php index b2237c005..150810b38 100755 --- a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php index a64c838ce..039f23ed8 100755 --- a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/QueryType.php b/DataStorage/Database/Schema/QueryType.php index 83a46101e..15687586b 100755 --- a/DataStorage/Database/Schema/QueryType.php +++ b/DataStorage/Database/Schema/QueryType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Table.php b/DataStorage/Database/Schema/Table.php index 4a8c399b7..4b15a7d7c 100755 --- a/DataStorage/Database/Schema/Table.php +++ b/DataStorage/Database/Schema/Table.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/SchemaMapper.php b/DataStorage/Database/SchemaMapper.php index 282fab554..bd3a84266 100755 --- a/DataStorage/Database/SchemaMapper.php +++ b/DataStorage/Database/SchemaMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/LockException.php b/DataStorage/LockException.php index abc9fa76f..72a0c1735 100755 --- a/DataStorage/LockException.php +++ b/DataStorage/LockException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn diff --git a/DataStorage/Session/CacheSessionHandler.php b/DataStorage/Session/CacheSessionHandler.php index 3dd2b8926..11906ae8d 100755 --- a/DataStorage/Session/CacheSessionHandler.php +++ b/DataStorage/Session/CacheSessionHandler.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php index b4e704b49..4e595732e 100755 --- a/DataStorage/Session/HttpSession.php +++ b/DataStorage/Session/HttpSession.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn diff --git a/DataStorage/Session/JWT.php b/DataStorage/Session/JWT.php index de978f5d7..c70546061 100644 --- a/DataStorage/Session/JWT.php +++ b/DataStorage/Session/JWT.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Auth * @copyright Dennis Eichhorn diff --git a/DataStorage/Session/SessionInterface.php b/DataStorage/Session/SessionInterface.php index 115c9ed43..867e9e291 100755 --- a/DataStorage/Session/SessionInterface.php +++ b/DataStorage/Session/SessionInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php index 1c65a1fd9..a87241a68 100755 --- a/Dispatcher/Dispatcher.php +++ b/Dispatcher/Dispatcher.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Dispatcher * @copyright Dennis Eichhorn diff --git a/Dispatcher/DispatcherInterface.php b/Dispatcher/DispatcherInterface.php index 772eb6a84..df991694c 100755 --- a/Dispatcher/DispatcherInterface.php +++ b/Dispatcher/DispatcherInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Dispatcher * @copyright Dennis Eichhorn diff --git a/Event/EventManager.php b/Event/EventManager.php index c2ef3977a..5f8e45be4 100755 --- a/Event/EventManager.php +++ b/Event/EventManager.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Event * @copyright Dennis Eichhorn diff --git a/Image/Kernel.php b/Image/Kernel.php index 37da68f93..7d80eb9e3 100755 --- a/Image/Kernel.php +++ b/Image/Kernel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Image * @copyright Dennis Eichhorn diff --git a/Image/Skew.php b/Image/Skew.php index 6f4936ebc..3ffc81f47 100755 --- a/Image/Skew.php +++ b/Image/Skew.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Image * @copyright Dennis Eichhorn diff --git a/Image/Thresholding.php b/Image/Thresholding.php index 4759c381e..943c193aa 100755 --- a/Image/Thresholding.php +++ b/Image/Thresholding.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Image * @copyright Dennis Eichhorn diff --git a/Localization/BaseStringL11n.php b/Localization/BaseStringL11n.php index 326a633b3..b1d937ec7 100755 --- a/Localization/BaseStringL11n.php +++ b/Localization/BaseStringL11n.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/BaseStringL11nType.php b/Localization/BaseStringL11nType.php index 3600e26c1..f77f83b14 100644 --- a/Localization/BaseStringL11nType.php +++ b/Localization/BaseStringL11nType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/City.php b/Localization/Defaults/City.php index 953e63425..2178b717a 100755 --- a/Localization/Defaults/City.php +++ b/Localization/Defaults/City.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/CityMapper.php b/Localization/Defaults/CityMapper.php index 211b0bd6d..bb06f779a 100755 --- a/Localization/Defaults/CityMapper.php +++ b/Localization/Defaults/CityMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/Country.php b/Localization/Defaults/Country.php index 3a9cc9ef6..d688d3508 100755 --- a/Localization/Defaults/Country.php +++ b/Localization/Defaults/Country.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/CountryMapper.php b/Localization/Defaults/CountryMapper.php index 68df85b3b..7f66ab9b6 100755 --- a/Localization/Defaults/CountryMapper.php +++ b/Localization/Defaults/CountryMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/Currency.php b/Localization/Defaults/Currency.php index 1aa16f62c..97c5939ee 100755 --- a/Localization/Defaults/Currency.php +++ b/Localization/Defaults/Currency.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/CurrencyMapper.php b/Localization/Defaults/CurrencyMapper.php index 61288e282..296de7233 100755 --- a/Localization/Defaults/CurrencyMapper.php +++ b/Localization/Defaults/CurrencyMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/Iban.php b/Localization/Defaults/Iban.php index 5ebc3c3de..d4a7b9fb9 100755 --- a/Localization/Defaults/Iban.php +++ b/Localization/Defaults/Iban.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/IbanMapper.php b/Localization/Defaults/IbanMapper.php index b413c36d6..ae8af7bdf 100755 --- a/Localization/Defaults/IbanMapper.php +++ b/Localization/Defaults/IbanMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/Language.php b/Localization/Defaults/Language.php index 2089e9fbb..59e5922fa 100755 --- a/Localization/Defaults/Language.php +++ b/Localization/Defaults/Language.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/LanguageMapper.php b/Localization/Defaults/LanguageMapper.php index 876aaffbe..2e692a0be 100755 --- a/Localization/Defaults/LanguageMapper.php +++ b/Localization/Defaults/LanguageMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullCity.php b/Localization/Defaults/NullCity.php index ce735c0d6..f14faddf9 100755 --- a/Localization/Defaults/NullCity.php +++ b/Localization/Defaults/NullCity.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullCountry.php b/Localization/Defaults/NullCountry.php index 918a7a44e..773712565 100755 --- a/Localization/Defaults/NullCountry.php +++ b/Localization/Defaults/NullCountry.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullCurrency.php b/Localization/Defaults/NullCurrency.php index 63e54fb33..b925c1816 100755 --- a/Localization/Defaults/NullCurrency.php +++ b/Localization/Defaults/NullCurrency.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullIban.php b/Localization/Defaults/NullIban.php index 29edc5d5d..4e0f8df28 100755 --- a/Localization/Defaults/NullIban.php +++ b/Localization/Defaults/NullIban.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullLanguage.php b/Localization/Defaults/NullLanguage.php index 9fb9c5965..8afeeabfb 100755 --- a/Localization/Defaults/NullLanguage.php +++ b/Localization/Defaults/NullLanguage.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/ISO3166CharEnum.php b/Localization/ISO3166CharEnum.php index 3edfc092d..46bb772d5 100755 --- a/Localization/ISO3166CharEnum.php +++ b/Localization/ISO3166CharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO3166NameEnum.php b/Localization/ISO3166NameEnum.php index b7f92f05e..99bd22931 100755 --- a/Localization/ISO3166NameEnum.php +++ b/Localization/ISO3166NameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO3166NumEnum.php b/Localization/ISO3166NumEnum.php index ea040e2d5..2c48653e6 100755 --- a/Localization/ISO3166NumEnum.php +++ b/Localization/ISO3166NumEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO3166Trait.php b/Localization/ISO3166Trait.php index 3e050a500..2443c6664 100644 --- a/Localization/ISO3166Trait.php +++ b/Localization/ISO3166Trait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO3166TwoEnum.php b/Localization/ISO3166TwoEnum.php index 5bb96e765..740656ff9 100755 --- a/Localization/ISO3166TwoEnum.php +++ b/Localization/ISO3166TwoEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217CharEnum.php b/Localization/ISO4217CharEnum.php index 13519f4f3..acceb297e 100755 --- a/Localization/ISO4217CharEnum.php +++ b/Localization/ISO4217CharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217DecimalEnum.php b/Localization/ISO4217DecimalEnum.php index bfe602265..6aff9c418 100755 --- a/Localization/ISO4217DecimalEnum.php +++ b/Localization/ISO4217DecimalEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217Enum.php b/Localization/ISO4217Enum.php index c5882551b..92a1e1ff9 100755 --- a/Localization/ISO4217Enum.php +++ b/Localization/ISO4217Enum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217NumEnum.php b/Localization/ISO4217NumEnum.php index cf582dfbe..e90f95bcb 100755 --- a/Localization/ISO4217NumEnum.php +++ b/Localization/ISO4217NumEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217SubUnitEnum.php b/Localization/ISO4217SubUnitEnum.php index 896f47ddf..221f4926a 100755 --- a/Localization/ISO4217SubUnitEnum.php +++ b/Localization/ISO4217SubUnitEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217SymbolEnum.php b/Localization/ISO4217SymbolEnum.php index 9df3994a4..6a0b123c1 100755 --- a/Localization/ISO4217SymbolEnum.php +++ b/Localization/ISO4217SymbolEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217Trait.php b/Localization/ISO4217Trait.php index 3696542a2..845952619 100644 --- a/Localization/ISO4217Trait.php +++ b/Localization/ISO4217Trait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO639Enum.php b/Localization/ISO639Enum.php index dbda32fe8..14966ef31 100755 --- a/Localization/ISO639Enum.php +++ b/Localization/ISO639Enum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO639Trait.php b/Localization/ISO639Trait.php index e67b7b541..581c71998 100644 --- a/Localization/ISO639Trait.php +++ b/Localization/ISO639Trait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO639x1Enum.php b/Localization/ISO639x1Enum.php index 9d96f1a33..09996a09e 100755 --- a/Localization/ISO639x1Enum.php +++ b/Localization/ISO639x1Enum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO639x2Enum.php b/Localization/ISO639x2Enum.php index 97daa23e3..1321f326d 100755 --- a/Localization/ISO639x2Enum.php +++ b/Localization/ISO639x2Enum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO8601EnumArray.php b/Localization/ISO8601EnumArray.php index e754c250b..4835334c6 100755 --- a/Localization/ISO8601EnumArray.php +++ b/Localization/ISO8601EnumArray.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php index fd57eced6..40e546fdf 100755 --- a/Localization/L11nManager.php +++ b/Localization/L11nManager.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/LanguageDetection/Language.php b/Localization/LanguageDetection/Language.php index d9b253831..0eae15747 100755 --- a/Localization/LanguageDetection/Language.php +++ b/Localization/LanguageDetection/Language.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\LanguageDetection * @author Patrick Schur diff --git a/Localization/LanguageDetection/LanguageResult.php b/Localization/LanguageDetection/LanguageResult.php index 643b76884..82225a0e1 100755 --- a/Localization/LanguageDetection/LanguageResult.php +++ b/Localization/LanguageDetection/LanguageResult.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\LanguageDetection * @author Patrick Schur diff --git a/Localization/LanguageDetection/NgramParser.php b/Localization/LanguageDetection/NgramParser.php index 20568df8d..4097a4893 100755 --- a/Localization/LanguageDetection/NgramParser.php +++ b/Localization/LanguageDetection/NgramParser.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\LanguageDetection * @author Patrick Schur diff --git a/Localization/LanguageDetection/Tokenizer/WhitespaceTokenizer.php b/Localization/LanguageDetection/Tokenizer/WhitespaceTokenizer.php index 6b80c7055..f0bcc4372 100755 --- a/Localization/LanguageDetection/Tokenizer/WhitespaceTokenizer.php +++ b/Localization/LanguageDetection/Tokenizer/WhitespaceTokenizer.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\LanguageDetection\Tokenizer * @author Patrick Schur diff --git a/Localization/LanguageDetection/Trainer.php b/Localization/LanguageDetection/Trainer.php index ba480fa39..e11cc24a8 100755 --- a/Localization/LanguageDetection/Trainer.php +++ b/Localization/LanguageDetection/Trainer.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\LanguageDetection * @author Patrick Schur diff --git a/Localization/LegalEntityType.php b/Localization/LegalEntityType.php index 4cbdb2e7c..9c9b04222 100755 --- a/Localization/LegalEntityType.php +++ b/Localization/LegalEntityType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/Localization.php b/Localization/Localization.php index eb1b0a528..a4330f36a 100755 --- a/Localization/Localization.php +++ b/Localization/Localization.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/Money.php b/Localization/Money.php index d70c19f77..d617e9b82 100755 --- a/Localization/Money.php +++ b/Localization/Money.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/NullBaseStringL11n.php b/Localization/NullBaseStringL11n.php index 9bf1a1166..863b7bbb3 100755 --- a/Localization/NullBaseStringL11n.php +++ b/Localization/NullBaseStringL11n.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/NullBaseStringL11nType.php b/Localization/NullBaseStringL11nType.php index 47364917d..4b593b050 100644 --- a/Localization/NullBaseStringL11nType.php +++ b/Localization/NullBaseStringL11nType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/NullLocalization.php b/Localization/NullLocalization.php index 293f61399..cd6239caf 100755 --- a/Localization/NullLocalization.php +++ b/Localization/NullLocalization.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/PhoneEnum.php b/Localization/PhoneEnum.php index b1f5c8f98..113b56c02 100755 --- a/Localization/PhoneEnum.php +++ b/Localization/PhoneEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/RegionEnum.php b/Localization/RegionEnum.php index 65b1133dc..78e38426d 100644 --- a/Localization/RegionEnum.php +++ b/Localization/RegionEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoATCharEnum.php b/Localization/Subregion/ISO3166TwoATCharEnum.php index 7dd9201b5..7d91653a7 100644 --- a/Localization/Subregion/ISO3166TwoATCharEnum.php +++ b/Localization/Subregion/ISO3166TwoATCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoATNameEnum.php b/Localization/Subregion/ISO3166TwoATNameEnum.php index b5c97e000..4c845d16d 100644 --- a/Localization/Subregion/ISO3166TwoATNameEnum.php +++ b/Localization/Subregion/ISO3166TwoATNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoBRCharEnum.php b/Localization/Subregion/ISO3166TwoBRCharEnum.php index f5fb6b392..53c023399 100644 --- a/Localization/Subregion/ISO3166TwoBRCharEnum.php +++ b/Localization/Subregion/ISO3166TwoBRCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoBRNameEnum.php b/Localization/Subregion/ISO3166TwoBRNameEnum.php index d0d03158c..be540a047 100644 --- a/Localization/Subregion/ISO3166TwoBRNameEnum.php +++ b/Localization/Subregion/ISO3166TwoBRNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoCACharEnum.php b/Localization/Subregion/ISO3166TwoCACharEnum.php index d90e3669a..51f28ed30 100644 --- a/Localization/Subregion/ISO3166TwoCACharEnum.php +++ b/Localization/Subregion/ISO3166TwoCACharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoCANameEnum.php b/Localization/Subregion/ISO3166TwoCANameEnum.php index 2ade3d4dc..b07c9c2b6 100644 --- a/Localization/Subregion/ISO3166TwoCANameEnum.php +++ b/Localization/Subregion/ISO3166TwoCANameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoCHCharEnum.php b/Localization/Subregion/ISO3166TwoCHCharEnum.php index 5ed45fb3f..845daeab9 100644 --- a/Localization/Subregion/ISO3166TwoCHCharEnum.php +++ b/Localization/Subregion/ISO3166TwoCHCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoCHNameEnum.php b/Localization/Subregion/ISO3166TwoCHNameEnum.php index 33c0222b5..5a85fa9ff 100644 --- a/Localization/Subregion/ISO3166TwoCHNameEnum.php +++ b/Localization/Subregion/ISO3166TwoCHNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoCNCharEnum.php b/Localization/Subregion/ISO3166TwoCNCharEnum.php index 9771a87e8..9fc641bca 100644 --- a/Localization/Subregion/ISO3166TwoCNCharEnum.php +++ b/Localization/Subregion/ISO3166TwoCNCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoCNNameEnum.php b/Localization/Subregion/ISO3166TwoCNNameEnum.php index 135ccc719..e7d24e73d 100644 --- a/Localization/Subregion/ISO3166TwoCNNameEnum.php +++ b/Localization/Subregion/ISO3166TwoCNNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoCZCharEnum.php b/Localization/Subregion/ISO3166TwoCZCharEnum.php index 40da72a36..6bbf4b3e7 100644 --- a/Localization/Subregion/ISO3166TwoCZCharEnum.php +++ b/Localization/Subregion/ISO3166TwoCZCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoCZNameEnum.php b/Localization/Subregion/ISO3166TwoCZNameEnum.php index fd1c95d02..d8bb480ce 100644 --- a/Localization/Subregion/ISO3166TwoCZNameEnum.php +++ b/Localization/Subregion/ISO3166TwoCZNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoDECharEnum.php b/Localization/Subregion/ISO3166TwoDECharEnum.php index 5e64990b4..e57530233 100644 --- a/Localization/Subregion/ISO3166TwoDECharEnum.php +++ b/Localization/Subregion/ISO3166TwoDECharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoDENameEnum.php b/Localization/Subregion/ISO3166TwoDENameEnum.php index 12c32da8b..3abcdf475 100644 --- a/Localization/Subregion/ISO3166TwoDENameEnum.php +++ b/Localization/Subregion/ISO3166TwoDENameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoDKCharEnum.php b/Localization/Subregion/ISO3166TwoDKCharEnum.php index 054841f46..7f6c34ce8 100644 --- a/Localization/Subregion/ISO3166TwoDKCharEnum.php +++ b/Localization/Subregion/ISO3166TwoDKCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoDKNameEnum.php b/Localization/Subregion/ISO3166TwoDKNameEnum.php index fd5da6180..f9c2b2fd1 100644 --- a/Localization/Subregion/ISO3166TwoDKNameEnum.php +++ b/Localization/Subregion/ISO3166TwoDKNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoFRCharEnum.php b/Localization/Subregion/ISO3166TwoFRCharEnum.php index 809c48b40..dee1afd2f 100644 --- a/Localization/Subregion/ISO3166TwoFRCharEnum.php +++ b/Localization/Subregion/ISO3166TwoFRCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoFRNameEnum.php b/Localization/Subregion/ISO3166TwoFRNameEnum.php index c8003b7c9..a559372a1 100644 --- a/Localization/Subregion/ISO3166TwoFRNameEnum.php +++ b/Localization/Subregion/ISO3166TwoFRNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoGBCharEnum.php b/Localization/Subregion/ISO3166TwoGBCharEnum.php index a0225817e..e847b6289 100644 --- a/Localization/Subregion/ISO3166TwoGBCharEnum.php +++ b/Localization/Subregion/ISO3166TwoGBCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoGBNameEnum.php b/Localization/Subregion/ISO3166TwoGBNameEnum.php index 63d3c37f9..a78fa0fe5 100644 --- a/Localization/Subregion/ISO3166TwoGBNameEnum.php +++ b/Localization/Subregion/ISO3166TwoGBNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoINCharEnum.php b/Localization/Subregion/ISO3166TwoINCharEnum.php index 98700b09b..aae077d52 100644 --- a/Localization/Subregion/ISO3166TwoINCharEnum.php +++ b/Localization/Subregion/ISO3166TwoINCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoINNameEnum.php b/Localization/Subregion/ISO3166TwoINNameEnum.php index fe6416e33..aaae355fa 100644 --- a/Localization/Subregion/ISO3166TwoINNameEnum.php +++ b/Localization/Subregion/ISO3166TwoINNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoITCharEnum.php b/Localization/Subregion/ISO3166TwoITCharEnum.php index 19d2726a6..e8062e29d 100644 --- a/Localization/Subregion/ISO3166TwoITCharEnum.php +++ b/Localization/Subregion/ISO3166TwoITCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoITNameEnum.php b/Localization/Subregion/ISO3166TwoITNameEnum.php index ad034576e..bee81ee4d 100644 --- a/Localization/Subregion/ISO3166TwoITNameEnum.php +++ b/Localization/Subregion/ISO3166TwoITNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoJPCharEnum.php b/Localization/Subregion/ISO3166TwoJPCharEnum.php index 8813f9b54..9ef3c2680 100644 --- a/Localization/Subregion/ISO3166TwoJPCharEnum.php +++ b/Localization/Subregion/ISO3166TwoJPCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoJPNameEnum.php b/Localization/Subregion/ISO3166TwoJPNameEnum.php index 17252aedf..106709c92 100644 --- a/Localization/Subregion/ISO3166TwoJPNameEnum.php +++ b/Localization/Subregion/ISO3166TwoJPNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoNLCharEnum.php b/Localization/Subregion/ISO3166TwoNLCharEnum.php index 66c8ddfe3..795603ef7 100644 --- a/Localization/Subregion/ISO3166TwoNLCharEnum.php +++ b/Localization/Subregion/ISO3166TwoNLCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoNLNameEnum.php b/Localization/Subregion/ISO3166TwoNLNameEnum.php index 8544cbfa0..7832a0531 100644 --- a/Localization/Subregion/ISO3166TwoNLNameEnum.php +++ b/Localization/Subregion/ISO3166TwoNLNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoNOCharEnum.php b/Localization/Subregion/ISO3166TwoNOCharEnum.php index 9dcc8ded0..c97a6f84f 100644 --- a/Localization/Subregion/ISO3166TwoNOCharEnum.php +++ b/Localization/Subregion/ISO3166TwoNOCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoNONameEnum.php b/Localization/Subregion/ISO3166TwoNONameEnum.php index fa5fdf814..349f81784 100644 --- a/Localization/Subregion/ISO3166TwoNONameEnum.php +++ b/Localization/Subregion/ISO3166TwoNONameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoPLCharEnum.php b/Localization/Subregion/ISO3166TwoPLCharEnum.php index d2591544f..e95f4c4ee 100644 --- a/Localization/Subregion/ISO3166TwoPLCharEnum.php +++ b/Localization/Subregion/ISO3166TwoPLCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoPLNameEnum.php b/Localization/Subregion/ISO3166TwoPLNameEnum.php index ceb07942b..41d4f7e75 100644 --- a/Localization/Subregion/ISO3166TwoPLNameEnum.php +++ b/Localization/Subregion/ISO3166TwoPLNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoSECharEnum.php b/Localization/Subregion/ISO3166TwoSECharEnum.php index fd3a495ec..0c2d3cfab 100644 --- a/Localization/Subregion/ISO3166TwoSECharEnum.php +++ b/Localization/Subregion/ISO3166TwoSECharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoSENameEnum.php b/Localization/Subregion/ISO3166TwoSENameEnum.php index 806ad2d6d..477ec1ae2 100644 --- a/Localization/Subregion/ISO3166TwoSENameEnum.php +++ b/Localization/Subregion/ISO3166TwoSENameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoTRCharEnum.php b/Localization/Subregion/ISO3166TwoTRCharEnum.php index b813f7919..d994b0733 100644 --- a/Localization/Subregion/ISO3166TwoTRCharEnum.php +++ b/Localization/Subregion/ISO3166TwoTRCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoTRNameEnum.php b/Localization/Subregion/ISO3166TwoTRNameEnum.php index 256d7a741..a4b056cd4 100644 --- a/Localization/Subregion/ISO3166TwoTRNameEnum.php +++ b/Localization/Subregion/ISO3166TwoTRNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoUSCharEnum.php b/Localization/Subregion/ISO3166TwoUSCharEnum.php index 45b2cefd9..4a2670e15 100644 --- a/Localization/Subregion/ISO3166TwoUSCharEnum.php +++ b/Localization/Subregion/ISO3166TwoUSCharEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/Subregion/ISO3166TwoUSNameEnum.php b/Localization/Subregion/ISO3166TwoUSNameEnum.php index 576342d3b..442914077 100644 --- a/Localization/Subregion/ISO3166TwoUSNameEnum.php +++ b/Localization/Subregion/ISO3166TwoUSNameEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization\Subregion * @copyright Dennis Eichhorn diff --git a/Localization/TimeZoneEnumArray.php b/Localization/TimeZoneEnumArray.php index 6b7a43503..993a673cc 100755 --- a/Localization/TimeZoneEnumArray.php +++ b/Localization/TimeZoneEnumArray.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Log/FileLogger.php b/Log/FileLogger.php index b35639d71..81f797cc8 100755 --- a/Log/FileLogger.php +++ b/Log/FileLogger.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Log * @copyright Dennis Eichhorn diff --git a/Log/LogLevel.php b/Log/LogLevel.php index 682350fd6..10804e1df 100755 --- a/Log/LogLevel.php +++ b/Log/LogLevel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Log * @copyright Dennis Eichhorn diff --git a/Log/LoggerInterface.php b/Log/LoggerInterface.php index 4be2aae43..c667d8057 100755 --- a/Log/LoggerInterface.php +++ b/Log/LoggerInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Log * @copyright Dennis Eichhorn diff --git a/Math/Exception/ZeroDivisionException.php b/Math/Exception/ZeroDivisionException.php index 206e4a8c2..e1645cda8 100755 --- a/Math/Exception/ZeroDivisionException.php +++ b/Math/Exception/ZeroDivisionException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Exception * @copyright Dennis Eichhorn diff --git a/Math/Functions/Algebra.php b/Math/Functions/Algebra.php index a36841914..5d3cf52d6 100644 --- a/Math/Functions/Algebra.php +++ b/Math/Functions/Algebra.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn diff --git a/Math/Functions/Beta.php b/Math/Functions/Beta.php index 23c05fd4d..cdd893721 100755 --- a/Math/Functions/Beta.php +++ b/Math/Functions/Beta.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn diff --git a/Math/Functions/Fibonacci.php b/Math/Functions/Fibonacci.php index b56814e8f..41a39fc9d 100755 --- a/Math/Functions/Fibonacci.php +++ b/Math/Functions/Fibonacci.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php index ff087f23f..0a14177f7 100755 --- a/Math/Functions/Functions.php +++ b/Math/Functions/Functions.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn diff --git a/Math/Functions/Gamma.php b/Math/Functions/Gamma.php index 9858af4d2..bfb48d6aa 100755 --- a/Math/Functions/Gamma.php +++ b/Math/Functions/Gamma.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn diff --git a/Math/Geometry/ConvexHull/GrahamScan.php b/Math/Geometry/ConvexHull/GrahamScan.php index 24dbab119..1909af8db 100644 --- a/Math/Geometry/ConvexHull/GrahamScan.php +++ b/Math/Geometry/ConvexHull/GrahamScan.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\ConvexHull * @copyright Dennis Eichhorn diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php index 2cc2c4a1d..b73c2351d 100755 --- a/Math/Geometry/ConvexHull/MonotoneChain.php +++ b/Math/Geometry/ConvexHull/MonotoneChain.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\ConvexHull * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D2/Circle.php b/Math/Geometry/Shape/D2/Circle.php index 1b77b76a1..e9f75107a 100755 --- a/Math/Geometry/Shape/D2/Circle.php +++ b/Math/Geometry/Shape/D2/Circle.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D2/D2ShapeInterface.php b/Math/Geometry/Shape/D2/D2ShapeInterface.php index 8e9d351ba..38841d9f9 100755 --- a/Math/Geometry/Shape/D2/D2ShapeInterface.php +++ b/Math/Geometry/Shape/D2/D2ShapeInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D2/Ellipse.php b/Math/Geometry/Shape/D2/Ellipse.php index 5e13daf80..744238315 100755 --- a/Math/Geometry/Shape/D2/Ellipse.php +++ b/Math/Geometry/Shape/D2/Ellipse.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D2/Polygon.php b/Math/Geometry/Shape/D2/Polygon.php index 74a4065c0..51c20129c 100755 --- a/Math/Geometry/Shape/D2/Polygon.php +++ b/Math/Geometry/Shape/D2/Polygon.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D2/Quadrilateral.php b/Math/Geometry/Shape/D2/Quadrilateral.php index a0f8ce40c..0508bceb4 100755 --- a/Math/Geometry/Shape/D2/Quadrilateral.php +++ b/Math/Geometry/Shape/D2/Quadrilateral.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php index b51dd3dbc..71a91aece 100755 --- a/Math/Geometry/Shape/D2/Rectangle.php +++ b/Math/Geometry/Shape/D2/Rectangle.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D2/Trapezoid.php b/Math/Geometry/Shape/D2/Trapezoid.php index 1ec6d866b..cae080dfe 100755 --- a/Math/Geometry/Shape/D2/Trapezoid.php +++ b/Math/Geometry/Shape/D2/Trapezoid.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D2/Triangle.php b/Math/Geometry/Shape/D2/Triangle.php index 112934944..3308aa30d 100755 --- a/Math/Geometry/Shape/D2/Triangle.php +++ b/Math/Geometry/Shape/D2/Triangle.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D2 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D3/Cone.php b/Math/Geometry/Shape/D3/Cone.php index 935bd1ac8..efd56535a 100755 --- a/Math/Geometry/Shape/D3/Cone.php +++ b/Math/Geometry/Shape/D3/Cone.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D3/Cuboid.php b/Math/Geometry/Shape/D3/Cuboid.php index 2361d9195..f711ca0d7 100755 --- a/Math/Geometry/Shape/D3/Cuboid.php +++ b/Math/Geometry/Shape/D3/Cuboid.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D3/Cylinder.php b/Math/Geometry/Shape/D3/Cylinder.php index 4ea37ef6e..bfa9b2355 100755 --- a/Math/Geometry/Shape/D3/Cylinder.php +++ b/Math/Geometry/Shape/D3/Cylinder.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D3/D3ShapeInterface.php b/Math/Geometry/Shape/D3/D3ShapeInterface.php index 788f9d7fa..8d8d61152 100755 --- a/Math/Geometry/Shape/D3/D3ShapeInterface.php +++ b/Math/Geometry/Shape/D3/D3ShapeInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D3/Prism.php b/Math/Geometry/Shape/D3/Prism.php index c90864593..60bb1eebc 100755 --- a/Math/Geometry/Shape/D3/Prism.php +++ b/Math/Geometry/Shape/D3/Prism.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php index 3016d50a9..aabd3451d 100755 --- a/Math/Geometry/Shape/D3/RectangularPyramid.php +++ b/Math/Geometry/Shape/D3/RectangularPyramid.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D3/Sphere.php b/Math/Geometry/Shape/D3/Sphere.php index b7a958572..3ddb8f5a6 100755 --- a/Math/Geometry/Shape/D3/Sphere.php +++ b/Math/Geometry/Shape/D3/Sphere.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D3/Tetrahedron.php b/Math/Geometry/Shape/D3/Tetrahedron.php index a546fa268..8b28716b0 100755 --- a/Math/Geometry/Shape/D3/Tetrahedron.php +++ b/Math/Geometry/Shape/D3/Tetrahedron.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/ShapeInterface.php b/Math/Geometry/Shape/ShapeInterface.php index 613ccad97..6fc812929 100755 --- a/Math/Geometry/Shape/ShapeInterface.php +++ b/Math/Geometry/Shape/ShapeInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Geometry\Shape * @copyright Dennis Eichhorn diff --git a/Math/Matrix/CholeskyDecomposition.php b/Math/Matrix/CholeskyDecomposition.php index d872a5317..789efdec3 100755 --- a/Math/Matrix/CholeskyDecomposition.php +++ b/Math/Matrix/CholeskyDecomposition.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/EigenvalueDecomposition.php b/Math/Matrix/EigenvalueDecomposition.php index c12b9187e..b136f1b2f 100755 --- a/Math/Matrix/EigenvalueDecomposition.php +++ b/Math/Matrix/EigenvalueDecomposition.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/Exception/InvalidDimensionException.php b/Math/Matrix/Exception/InvalidDimensionException.php index 69006f043..d8751696e 100755 --- a/Math/Matrix/Exception/InvalidDimensionException.php +++ b/Math/Matrix/Exception/InvalidDimensionException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Matrix\Exception * @copyright Dennis Eichhorn diff --git a/Math/Matrix/IdentityMatrix.php b/Math/Matrix/IdentityMatrix.php index d581c0d0e..2257c0c74 100755 --- a/Math/Matrix/IdentityMatrix.php +++ b/Math/Matrix/IdentityMatrix.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/LUDecomposition.php b/Math/Matrix/LUDecomposition.php index c336d3e90..f4a0f80de 100755 --- a/Math/Matrix/LUDecomposition.php +++ b/Math/Matrix/LUDecomposition.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php index 2ffb8d839..494512c83 100755 --- a/Math/Matrix/Matrix.php +++ b/Math/Matrix/Matrix.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/QRDecomposition.php b/Math/Matrix/QRDecomposition.php index 167ffeac9..ddcf4e09b 100755 --- a/Math/Matrix/QRDecomposition.php +++ b/Math/Matrix/QRDecomposition.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/Vector.php b/Math/Matrix/Vector.php index 2ee9e3cf0..9c6f06aad 100755 --- a/Math/Matrix/Vector.php +++ b/Math/Matrix/Vector.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php index 51f139b59..e6c76a9b4 100755 --- a/Math/Number/Complex.php +++ b/Math/Number/Complex.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php index 3aef486f3..fff19e851 100755 --- a/Math/Number/Integer.php +++ b/Math/Number/Integer.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/Natural.php b/Math/Number/Natural.php index b5b837d58..a26840eec 100755 --- a/Math/Number/Natural.php +++ b/Math/Number/Natural.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/NumberType.php b/Math/Number/NumberType.php index c8faa4bac..3e64aaf9e 100755 --- a/Math/Number/NumberType.php +++ b/Math/Number/NumberType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php index bcb1e3338..446ffb60d 100755 --- a/Math/Number/Numbers.php +++ b/Math/Number/Numbers.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/OperationInterface.php b/Math/Number/OperationInterface.php index 2604cf276..b7b35c42d 100755 --- a/Math/Number/OperationInterface.php +++ b/Math/Number/OperationInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php index 6c2e0dac4..606a9974e 100755 --- a/Math/Number/Prime.php +++ b/Math/Number/Prime.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Integration.php b/Math/Numerics/Integration.php index 352387d44..a0a714bd9 100755 --- a/Math/Numerics/Integration.php +++ b/Math/Numerics/Integration.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Numerics * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/CubicSplineInterpolation.php b/Math/Numerics/Interpolation/CubicSplineInterpolation.php index 7e6f609ba..72852c164 100755 --- a/Math/Numerics/Interpolation/CubicSplineInterpolation.php +++ b/Math/Numerics/Interpolation/CubicSplineInterpolation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/DerivativeType.php b/Math/Numerics/Interpolation/DerivativeType.php index 9a6ad0ab9..cc069a158 100755 --- a/Math/Numerics/Interpolation/DerivativeType.php +++ b/Math/Numerics/Interpolation/DerivativeType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/InterpolationInterface.php b/Math/Numerics/Interpolation/InterpolationInterface.php index 36ea76caf..01f42402f 100755 --- a/Math/Numerics/Interpolation/InterpolationInterface.php +++ b/Math/Numerics/Interpolation/InterpolationInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/LagrangeInterpolation.php b/Math/Numerics/Interpolation/LagrangeInterpolation.php index 70b9a31cd..2ef7ba13c 100755 --- a/Math/Numerics/Interpolation/LagrangeInterpolation.php +++ b/Math/Numerics/Interpolation/LagrangeInterpolation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/LinearInterpolation.php b/Math/Numerics/Interpolation/LinearInterpolation.php index 0ec184965..447ecf933 100755 --- a/Math/Numerics/Interpolation/LinearInterpolation.php +++ b/Math/Numerics/Interpolation/LinearInterpolation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Optimization/Simplex.php b/Math/Optimization/Simplex.php index 91d497f6d..2efb08a78 100644 --- a/Math/Optimization/Simplex.php +++ b/Math/Optimization/Simplex.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Optimization * @copyright Dennis Eichhorn diff --git a/Math/Parser/Evaluator.php b/Math/Parser/Evaluator.php index bdf1952ae..15f50c61f 100755 --- a/Math/Parser/Evaluator.php +++ b/Math/Parser/Evaluator.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Parser * @copyright Dennis Eichhorn diff --git a/Math/Solver/Root/Bisection.php b/Math/Solver/Root/Bisection.php index cb92dab64..4be5faf10 100644 --- a/Math/Solver/Root/Bisection.php +++ b/Math/Solver/Root/Bisection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Solver\Root * @copyright Dennis Eichhorn diff --git a/Math/Solver/Root/Illinois.php b/Math/Solver/Root/Illinois.php index 1e7965762..2796f79ee 100644 --- a/Math/Solver/Root/Illinois.php +++ b/Math/Solver/Root/Illinois.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Solver\Root * @copyright Dennis Eichhorn diff --git a/Math/Solver/Root/RegulaFalsi.php b/Math/Solver/Root/RegulaFalsi.php index 361d18b23..ac43bc779 100644 --- a/Math/Solver/Root/RegulaFalsi.php +++ b/Math/Solver/Root/RegulaFalsi.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Solver\Root * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php index 18d81bb0a..c45fd1c52 100755 --- a/Math/Statistic/Average.php +++ b/Math/Statistic/Average.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php index 9826b581b..b426eb805 100755 --- a/Math/Statistic/Basic.php +++ b/Math/Statistic/Basic.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Correlation.php b/Math/Statistic/Correlation.php index 278d35932..15f307c47 100755 --- a/Math/Statistic/Correlation.php +++ b/Math/Statistic/Correlation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/ARIMA/ARIMA.php b/Math/Statistic/Forecast/ARIMA/ARIMA.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/ARIMA/ARIMA.php +++ b/Math/Statistic/Forecast/ARIMA/ARIMA.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/ARIMA/SARIMA.php b/Math/Statistic/Forecast/ARIMA/SARIMA.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/ARIMA/SARIMA.php +++ b/Math/Statistic/Forecast/ARIMA/SARIMA.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/ARIMA/SARIMAX.php b/Math/Statistic/Forecast/ARIMA/SARIMAX.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/ARIMA/SARIMAX.php +++ b/Math/Statistic/Forecast/ARIMA/SARIMAX.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php b/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php +++ b/Math/Statistic/Forecast/BayesianStructuralTimeSeries.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/DynamicLinearModels.php b/Math/Statistic/Forecast/DynamicLinearModels.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/DynamicLinearModels.php +++ b/Math/Statistic/Forecast/DynamicLinearModels.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php index 6372f7a8a..559e2d3c5 100755 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/ExponentialSmoothing.php b/Math/Statistic/Forecast/ExponentialSmoothing.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/ExponentialSmoothing.php +++ b/Math/Statistic/Forecast/ExponentialSmoothing.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Forecasts.php b/Math/Statistic/Forecast/Forecasts.php index 6a2e0e9d9..c55782c06 100755 --- a/Math/Statistic/Forecast/Forecasts.php +++ b/Math/Statistic/Forecast/Forecasts.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/GradientBoostingMachines.php b/Math/Statistic/Forecast/GradientBoostingMachines.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/GradientBoostingMachines.php +++ b/Math/Statistic/Forecast/GradientBoostingMachines.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php b/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php +++ b/Math/Statistic/Forecast/LongShortTermMemoryNetworks.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Prophet.php b/Math/Statistic/Forecast/Prophet.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/Prophet.php +++ b/Math/Statistic/Forecast/Prophet.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php index 853659a9c..eb708f0ff 100755 --- a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Regression/LevelLogRegression.php b/Math/Statistic/Forecast/Regression/LevelLogRegression.php index 6635d881a..e421ec6b8 100755 --- a/Math/Statistic/Forecast/Regression/LevelLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLogRegression.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Regression/LogLevelRegression.php b/Math/Statistic/Forecast/Regression/LogLevelRegression.php index 59a96427c..0bd4bf34b 100755 --- a/Math/Statistic/Forecast/Regression/LogLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLevelRegression.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Regression/LogLogRegression.php b/Math/Statistic/Forecast/Regression/LogLogRegression.php index 1ce7a17df..91946f238 100755 --- a/Math/Statistic/Forecast/Regression/LogLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLogRegression.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php index 57eb5ec52..fb9e60f05 100755 --- a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php +++ b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Regression/PolynomialRegression.php b/Math/Statistic/Forecast/Regression/PolynomialRegression.php index bec61209a..0998b192b 100755 --- a/Math/Statistic/Forecast/Regression/PolynomialRegression.php +++ b/Math/Statistic/Forecast/Regression/PolynomialRegression.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Regression/RegressionAbstract.php b/Math/Statistic/Forecast/Regression/RegressionAbstract.php index b08d87603..218172576 100755 --- a/Math/Statistic/Forecast/Regression/RegressionAbstract.php +++ b/Math/Statistic/Forecast/Regression/RegressionAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/SeasonalTrendDecomposition.php b/Math/Statistic/Forecast/SeasonalTrendDecomposition.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/SeasonalTrendDecomposition.php +++ b/Math/Statistic/Forecast/SeasonalTrendDecomposition.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/VectorAutoregression.php b/Math/Statistic/Forecast/VectorAutoregression.php index bca02fb40..aa1d71765 100755 --- a/Math/Statistic/Forecast/VectorAutoregression.php +++ b/Math/Statistic/Forecast/VectorAutoregression.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php index f2b59da8d..9109531cf 100755 --- a/Math/Statistic/MeasureOfDispersion.php +++ b/Math/Statistic/MeasureOfDispersion.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/BernoulliDistribution.php b/Math/Stochastic/Distribution/BernoulliDistribution.php index 7ed1065b0..56121aafd 100755 --- a/Math/Stochastic/Distribution/BernoulliDistribution.php +++ b/Math/Stochastic/Distribution/BernoulliDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/BetaDistribution.php b/Math/Stochastic/Distribution/BetaDistribution.php index 42d553acf..92a304fad 100755 --- a/Math/Stochastic/Distribution/BetaDistribution.php +++ b/Math/Stochastic/Distribution/BetaDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php index 1cb483ec9..1dff4445d 100755 --- a/Math/Stochastic/Distribution/BinomialDistribution.php +++ b/Math/Stochastic/Distribution/BinomialDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/CauchyDistribution.php b/Math/Stochastic/Distribution/CauchyDistribution.php index 5bebb4bdd..ba0ce5150 100755 --- a/Math/Stochastic/Distribution/CauchyDistribution.php +++ b/Math/Stochastic/Distribution/CauchyDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php index d8e582090..ca015bd0b 100755 --- a/Math/Stochastic/Distribution/ChiSquaredDistribution.php +++ b/Math/Stochastic/Distribution/ChiSquaredDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/ExponentialDistribution.php b/Math/Stochastic/Distribution/ExponentialDistribution.php index 7a7446ffd..a6b0d390c 100755 --- a/Math/Stochastic/Distribution/ExponentialDistribution.php +++ b/Math/Stochastic/Distribution/ExponentialDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/FDistribution.php b/Math/Stochastic/Distribution/FDistribution.php index a36f6b0b8..0196fd279 100755 --- a/Math/Stochastic/Distribution/FDistribution.php +++ b/Math/Stochastic/Distribution/FDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/GammaDistribution.php b/Math/Stochastic/Distribution/GammaDistribution.php index 9b100baf9..47503b24a 100755 --- a/Math/Stochastic/Distribution/GammaDistribution.php +++ b/Math/Stochastic/Distribution/GammaDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/GeometricDistribution.php b/Math/Stochastic/Distribution/GeometricDistribution.php index b58b4a4c1..df96ff874 100755 --- a/Math/Stochastic/Distribution/GeometricDistribution.php +++ b/Math/Stochastic/Distribution/GeometricDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/HypergeometricDistribution.php b/Math/Stochastic/Distribution/HypergeometricDistribution.php index 03a598033..4f66b6aef 100755 --- a/Math/Stochastic/Distribution/HypergeometricDistribution.php +++ b/Math/Stochastic/Distribution/HypergeometricDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/LaplaceDistribution.php b/Math/Stochastic/Distribution/LaplaceDistribution.php index fbf92f0a7..7bd9f60f4 100755 --- a/Math/Stochastic/Distribution/LaplaceDistribution.php +++ b/Math/Stochastic/Distribution/LaplaceDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/LogDistribution.php b/Math/Stochastic/Distribution/LogDistribution.php index 043333726..a63b378ab 100755 --- a/Math/Stochastic/Distribution/LogDistribution.php +++ b/Math/Stochastic/Distribution/LogDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/LogNormalDistribution.php b/Math/Stochastic/Distribution/LogNormalDistribution.php index 0644e0f20..5f04236b5 100755 --- a/Math/Stochastic/Distribution/LogNormalDistribution.php +++ b/Math/Stochastic/Distribution/LogNormalDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/LogisticDistribution.php b/Math/Stochastic/Distribution/LogisticDistribution.php index 632f85fb2..84019c63a 100755 --- a/Math/Stochastic/Distribution/LogisticDistribution.php +++ b/Math/Stochastic/Distribution/LogisticDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/NormalDistribution.php b/Math/Stochastic/Distribution/NormalDistribution.php index 22724e598..cb7eb921b 100755 --- a/Math/Stochastic/Distribution/NormalDistribution.php +++ b/Math/Stochastic/Distribution/NormalDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/ParetoDistribution.php b/Math/Stochastic/Distribution/ParetoDistribution.php index 831cd1da5..658166e59 100755 --- a/Math/Stochastic/Distribution/ParetoDistribution.php +++ b/Math/Stochastic/Distribution/ParetoDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/PoissonDistribution.php b/Math/Stochastic/Distribution/PoissonDistribution.php index ca419760e..8b54578af 100755 --- a/Math/Stochastic/Distribution/PoissonDistribution.php +++ b/Math/Stochastic/Distribution/PoissonDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/TDistribution.php b/Math/Stochastic/Distribution/TDistribution.php index 3b0cafd28..69560b7df 100755 --- a/Math/Stochastic/Distribution/TDistribution.php +++ b/Math/Stochastic/Distribution/TDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php index f931b29b4..1667b0ef2 100755 --- a/Math/Stochastic/Distribution/UniformDistributionContinuous.php +++ b/Math/Stochastic/Distribution/UniformDistributionContinuous.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php index eba8982d2..1d222a3bb 100755 --- a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php +++ b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/WeibullDistribution.php b/Math/Stochastic/Distribution/WeibullDistribution.php index dc439fa5b..fa9407903 100755 --- a/Math/Stochastic/Distribution/WeibullDistribution.php +++ b/Math/Stochastic/Distribution/WeibullDistribution.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/ZTesting.php b/Math/Stochastic/Distribution/ZTesting.php index c50ca5ca5..daab66b19 100755 --- a/Math/Stochastic/Distribution/ZTesting.php +++ b/Math/Stochastic/Distribution/ZTesting.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/NaiveBayesClassifier.php b/Math/Stochastic/NaiveBayesClassifier.php index eda2acc0e..5b2b46393 100755 --- a/Math/Stochastic/NaiveBayesClassifier.php +++ b/Math/Stochastic/NaiveBayesClassifier.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Stochastic * @copyright Dennis Eichhorn diff --git a/Math/Topology/Kernel2D.php b/Math/Topology/Kernel2D.php index 73bf2b2fa..2a8f2e7fc 100644 --- a/Math/Topology/Kernel2D.php +++ b/Math/Topology/Kernel2D.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn diff --git a/Math/Topology/KernelsND.php b/Math/Topology/KernelsND.php index 01e33e7be..54268a9d9 100644 --- a/Math/Topology/KernelsND.php +++ b/Math/Topology/KernelsND.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn diff --git a/Math/Topology/Metrics2D.php b/Math/Topology/Metrics2D.php index 8a1fab7da..f43873f1f 100755 --- a/Math/Topology/Metrics2D.php +++ b/Math/Topology/Metrics2D.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn diff --git a/Math/Topology/MetricsND.php b/Math/Topology/MetricsND.php index d6097d1d1..2988e911f 100755 --- a/Math/Topology/MetricsND.php +++ b/Math/Topology/MetricsND.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn diff --git a/Message/Cli/CliHeader.php b/Message/Cli/CliHeader.php index e1b47a860..de2d56eb1 100755 --- a/Message/Cli/CliHeader.php +++ b/Message/Cli/CliHeader.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Cli * @copyright Dennis Eichhorn diff --git a/Message/Cli/CliRequest.php b/Message/Cli/CliRequest.php index b4ab87d0c..079a5eefa 100755 --- a/Message/Cli/CliRequest.php +++ b/Message/Cli/CliRequest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Cli * @copyright Dennis Eichhorn diff --git a/Message/Cli/CliResponse.php b/Message/Cli/CliResponse.php index 3be1e9887..c216d8086 100755 --- a/Message/Cli/CliResponse.php +++ b/Message/Cli/CliResponse.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Cli * @copyright Dennis Eichhorn diff --git a/Message/HeaderAbstract.php b/Message/HeaderAbstract.php index aabffba6e..41c451f86 100755 --- a/Message/HeaderAbstract.php +++ b/Message/HeaderAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Message/Http/BrowserType.php b/Message/Http/BrowserType.php index 6b2212acf..5ac6008a8 100755 --- a/Message/Http/BrowserType.php +++ b/Message/Http/BrowserType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/HttpHeader.php b/Message/Http/HttpHeader.php index 6192a5dee..9b46345cf 100755 --- a/Message/Http/HttpHeader.php +++ b/Message/Http/HttpHeader.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/HttpRequest.php b/Message/Http/HttpRequest.php index 361e422d8..6d4649627 100755 --- a/Message/Http/HttpRequest.php +++ b/Message/Http/HttpRequest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/HttpResponse.php b/Message/Http/HttpResponse.php index 4fbe034fd..5aed4630e 100755 --- a/Message/Http/HttpResponse.php +++ b/Message/Http/HttpResponse.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/ImpressionStat.php b/Message/Http/ImpressionStat.php index b51116fe0..284d58b17 100644 --- a/Message/Http/ImpressionStat.php +++ b/Message/Http/ImpressionStat.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Statistic * @copyright Dennis Eichhorn diff --git a/Message/Http/OSType.php b/Message/Http/OSType.php index 5a0ca734c..9ce0db64b 100755 --- a/Message/Http/OSType.php +++ b/Message/Http/OSType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/RequestMethod.php b/Message/Http/RequestMethod.php index ecc1dd968..8bfd2b511 100755 --- a/Message/Http/RequestMethod.php +++ b/Message/Http/RequestMethod.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/RequestStatus.php b/Message/Http/RequestStatus.php index f2968a3c4..a968af4d0 100755 --- a/Message/Http/RequestStatus.php +++ b/Message/Http/RequestStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/RequestStatusCode.php b/Message/Http/RequestStatusCode.php index 1704b3c12..ff1573fcb 100755 --- a/Message/Http/RequestStatusCode.php +++ b/Message/Http/RequestStatusCode.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php index 7c4efb92d..67ba9485b 100755 --- a/Message/Http/Rest.php +++ b/Message/Http/Rest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Mail/DispositionType.php b/Message/Mail/DispositionType.php index ad2474e74..b23110531 100755 --- a/Message/Mail/DispositionType.php +++ b/Message/Mail/DispositionType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/DsnNotificationType.php b/Message/Mail/DsnNotificationType.php index f9c7ab473..7a7941711 100755 --- a/Message/Mail/DsnNotificationType.php +++ b/Message/Mail/DsnNotificationType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/Email.php b/Message/Mail/Email.php index 684d46253..6d638439d 100755 --- a/Message/Mail/Email.php +++ b/Message/Mail/Email.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/EncodingType.php b/Message/Mail/EncodingType.php index d0ddfb5a9..740da96c4 100755 --- a/Message/Mail/EncodingType.php +++ b/Message/Mail/EncodingType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/EncryptionType.php b/Message/Mail/EncryptionType.php index 8ed0c7f67..783e2ac59 100755 --- a/Message/Mail/EncryptionType.php +++ b/Message/Mail/EncryptionType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/HeaderContext.php b/Message/Mail/HeaderContext.php index a695e04b2..97a8644ff 100755 --- a/Message/Mail/HeaderContext.php +++ b/Message/Mail/HeaderContext.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/ICALMethodType.php b/Message/Mail/ICALMethodType.php index 45ac16a28..2f2725299 100755 --- a/Message/Mail/ICALMethodType.php +++ b/Message/Mail/ICALMethodType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/Imap.php b/Message/Mail/Imap.php index 9d8bbab00..3ebc36d35 100755 --- a/Message/Mail/Imap.php +++ b/Message/Mail/Imap.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/MailBoxInterface.php b/Message/Mail/MailBoxInterface.php index 021d279a5..954e9dd98 100755 --- a/Message/Mail/MailBoxInterface.php +++ b/Message/Mail/MailBoxInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/MailHandler.php b/Message/Mail/MailHandler.php index 33d188ed0..8a675b1b2 100755 --- a/Message/Mail/MailHandler.php +++ b/Message/Mail/MailHandler.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @license GLGPL 2.1 License diff --git a/Message/Mail/Pop3.php b/Message/Mail/Pop3.php index 760b734fd..e0233f71e 100755 --- a/Message/Mail/Pop3.php +++ b/Message/Mail/Pop3.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/SMTPAuthType.php b/Message/Mail/SMTPAuthType.php index 22c3a3af7..8745799ce 100755 --- a/Message/Mail/SMTPAuthType.php +++ b/Message/Mail/SMTPAuthType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/Smtp.php b/Message/Mail/Smtp.php index 339949152..f87d27597 100755 --- a/Message/Mail/Smtp.php +++ b/Message/Mail/Smtp.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @license GLGPL 2.1 License diff --git a/Message/Mail/SmtpTransactionPattern.php b/Message/Mail/SmtpTransactionPattern.php index 1d3f75b29..0982f2687 100755 --- a/Message/Mail/SmtpTransactionPattern.php +++ b/Message/Mail/SmtpTransactionPattern.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/SubmitType.php b/Message/Mail/SubmitType.php index b182cfe11..c031b2e8d 100755 --- a/Message/Mail/SubmitType.php +++ b/Message/Mail/SubmitType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/MessageInterface.php b/Message/MessageInterface.php index d180bdf68..2324d1fe8 100755 --- a/Message/MessageInterface.php +++ b/Message/MessageInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Message/NotificationLevel.php b/Message/NotificationLevel.php index e146967ff..7a27d0238 100755 --- a/Message/NotificationLevel.php +++ b/Message/NotificationLevel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Message/RequestAbstract.php b/Message/RequestAbstract.php index 1524a4882..9c049c06c 100755 --- a/Message/RequestAbstract.php +++ b/Message/RequestAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php index 6339e4d04..d5b01a14c 100755 --- a/Message/ResponseAbstract.php +++ b/Message/ResponseAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Message/Socket/PacketManager.php b/Message/Socket/PacketManager.php index 2715a3e29..438528e5e 100755 --- a/Message/Socket/PacketManager.php +++ b/Message/Socket/PacketManager.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn diff --git a/Message/Socket/PacketType.php b/Message/Socket/PacketType.php index f64f178cf..af3ad2a4e 100755 --- a/Message/Socket/PacketType.php +++ b/Message/Socket/PacketType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn diff --git a/Message/Socket/SocketHeader.php b/Message/Socket/SocketHeader.php index 5505ca499..56f5868c3 100755 --- a/Message/Socket/SocketHeader.php +++ b/Message/Socket/SocketHeader.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn diff --git a/Message/Socket/SocketRequest.php b/Message/Socket/SocketRequest.php index d84825b3e..0eaa663c4 100755 --- a/Message/Socket/SocketRequest.php +++ b/Message/Socket/SocketRequest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn diff --git a/Message/Socket/SocketResponse.php b/Message/Socket/SocketResponse.php index 1e6c5561a..ba212724d 100755 --- a/Message/Socket/SocketResponse.php +++ b/Message/Socket/SocketResponse.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn diff --git a/Message/UploadedFileInterface.php b/Message/UploadedFileInterface.php index a4db4222c..31e20de68 100755 --- a/Message/UploadedFileInterface.php +++ b/Message/UploadedFileInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Model/Html/FormElementGenerator.php b/Model/Html/FormElementGenerator.php index d3542999c..1ae27a2cf 100755 --- a/Model/Html/FormElementGenerator.php +++ b/Model/Html/FormElementGenerator.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Model\Html * @copyright Dennis Eichhorn diff --git a/Model/Html/Head.php b/Model/Html/Head.php index 9607ea11e..ac5691e12 100755 --- a/Model/Html/Head.php +++ b/Model/Html/Head.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Model\Html * @copyright Dennis Eichhorn diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php index 773678702..953574f30 100755 --- a/Model/Html/Meta.php +++ b/Model/Html/Meta.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Model\Html * @copyright Dennis Eichhorn diff --git a/Model/Message/Dom.php b/Model/Message/Dom.php index 86a6fbc22..a20299cc2 100755 --- a/Model/Message/Dom.php +++ b/Model/Message/Dom.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn diff --git a/Model/Message/DomAction.php b/Model/Message/DomAction.php index 1db69e4fd..4afad6dde 100755 --- a/Model/Message/DomAction.php +++ b/Model/Message/DomAction.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn diff --git a/Model/Message/DynamicList.php b/Model/Message/DynamicList.php index 0292a0829..c3e122caf 100755 --- a/Model/Message/DynamicList.php +++ b/Model/Message/DynamicList.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Model/Message/FormValidation.php b/Model/Message/FormValidation.php index 6b2cd06dd..61f53a6e0 100755 --- a/Model/Message/FormValidation.php +++ b/Model/Message/FormValidation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn diff --git a/Model/Message/Notify.php b/Model/Message/Notify.php index 09f9a717f..ad416115f 100755 --- a/Model/Message/Notify.php +++ b/Model/Message/Notify.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn diff --git a/Model/Message/Redirect.php b/Model/Message/Redirect.php index 8115b17e9..7ae254f80 100755 --- a/Model/Message/Redirect.php +++ b/Model/Message/Redirect.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn diff --git a/Model/Message/Reload.php b/Model/Message/Reload.php index 24b46bc3a..8d73a78fd 100755 --- a/Model/Message/Reload.php +++ b/Model/Message/Reload.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn diff --git a/Module/CliInterface.php b/Module/CliInterface.php index d7bc37662..abc456af5 100755 --- a/Module/CliInterface.php +++ b/Module/CliInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/Exception/InvalidModuleException.php b/Module/Exception/InvalidModuleException.php index a86b75ab6..92411106f 100755 --- a/Module/Exception/InvalidModuleException.php +++ b/Module/Exception/InvalidModuleException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module\Exception * @copyright Dennis Eichhorn diff --git a/Module/Exception/InvalidThemeException.php b/Module/Exception/InvalidThemeException.php index a7d47c889..025fa4e3a 100755 --- a/Module/Exception/InvalidThemeException.php +++ b/Module/Exception/InvalidThemeException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module\Exception * @copyright Dennis Eichhorn diff --git a/Module/InstallerAbstract.php b/Module/InstallerAbstract.php index 8e14c189b..43b41c3fe 100755 --- a/Module/InstallerAbstract.php +++ b/Module/InstallerAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php index f53e7f75a..61e5f9426 100755 --- a/Module/ModuleAbstract.php +++ b/Module/ModuleAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/ModuleInfo.php b/Module/ModuleInfo.php index be8553623..fda636573 100755 --- a/Module/ModuleInfo.php +++ b/Module/ModuleInfo.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index bdf50cd90..cf1ed8c2d 100755 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/ModuleStatus.php b/Module/ModuleStatus.php index 64024f9ec..765cdce08 100755 --- a/Module/ModuleStatus.php +++ b/Module/ModuleStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/NullModule.php b/Module/NullModule.php index 2cc502da7..e8880fa05 100755 --- a/Module/NullModule.php +++ b/Module/NullModule.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/PackageManager.php b/Module/PackageManager.php index 88f3b96bd..cc09148ed 100755 --- a/Module/PackageManager.php +++ b/Module/PackageManager.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/SocketInterface.php b/Module/SocketInterface.php index 9db3dfe69..392b52e98 100755 --- a/Module/SocketInterface.php +++ b/Module/SocketInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/StatusAbstract.php b/Module/StatusAbstract.php index 7cf27501f..253935f56 100755 --- a/Module/StatusAbstract.php +++ b/Module/StatusAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/UninstallerAbstract.php b/Module/UninstallerAbstract.php index 4d7102664..45509d05a 100755 --- a/Module/UninstallerAbstract.php +++ b/Module/UninstallerAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/UpdaterAbstract.php b/Module/UpdaterAbstract.php index 97e228b72..de745e837 100755 --- a/Module/UpdaterAbstract.php +++ b/Module/UpdaterAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/WebInterface.php b/Module/WebInterface.php index d717d2474..12197f225 100755 --- a/Module/WebInterface.php +++ b/Module/WebInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Preloader.php b/Preloader.php index b855f8e29..f21425edc 100755 --- a/Preloader.php +++ b/Preloader.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS * @copyright Dennis Eichhorn diff --git a/Router/RouteStatus.php b/Router/RouteStatus.php index 2ec62a773..7d2a1802d 100755 --- a/Router/RouteStatus.php +++ b/Router/RouteStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Router * @copyright Dennis Eichhorn diff --git a/Router/RouteVerb.php b/Router/RouteVerb.php index 1be7400b9..214acbc35 100755 --- a/Router/RouteVerb.php +++ b/Router/RouteVerb.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Router * @copyright Dennis Eichhorn diff --git a/Router/RouterInterface.php b/Router/RouterInterface.php index ffcfc013a..c3e11852a 100755 --- a/Router/RouterInterface.php +++ b/Router/RouterInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/Router/SocketRouter.php b/Router/SocketRouter.php index 079257df1..84a4fa2a4 100755 --- a/Router/SocketRouter.php +++ b/Router/SocketRouter.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Router * @copyright Dennis Eichhorn diff --git a/Router/WebRouter.php b/Router/WebRouter.php index 0e3796516..cc962d13a 100755 --- a/Router/WebRouter.php +++ b/Router/WebRouter.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Router * @copyright Dennis Eichhorn diff --git a/Security/EncryptionHelper.php b/Security/EncryptionHelper.php index 0ba24b64c..2f8fa2fe7 100755 --- a/Security/EncryptionHelper.php +++ b/Security/EncryptionHelper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Security * @copyright Dennis Eichhorn diff --git a/Security/Guard.php b/Security/Guard.php index 4f9d773bf..3376d1f35 100755 --- a/Security/Guard.php +++ b/Security/Guard.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Security * @copyright Dennis Eichhorn diff --git a/Security/PhpCode.php b/Security/PhpCode.php index 536e0cec6..238f3e83d 100755 --- a/Security/PhpCode.php +++ b/Security/PhpCode.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Security * @copyright Dennis Eichhorn diff --git a/Socket/Client/Client.php b/Socket/Client/Client.php index e90eeba7e..e1eca6d95 100755 --- a/Socket/Client/Client.php +++ b/Socket/Client/Client.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn diff --git a/Socket/Client/ClientConnection.php b/Socket/Client/ClientConnection.php index f10d4bf5a..6e2986d53 100755 --- a/Socket/Client/ClientConnection.php +++ b/Socket/Client/ClientConnection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn diff --git a/Socket/Client/NullClientConnection.php b/Socket/Client/NullClientConnection.php index edb23c5e3..ff61af0e0 100755 --- a/Socket/Client/NullClientConnection.php +++ b/Socket/Client/NullClientConnection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn diff --git a/Socket/Server/ClientManager.php b/Socket/Server/ClientManager.php index a4fef2823..b050a06a5 100755 --- a/Socket/Server/ClientManager.php +++ b/Socket/Server/ClientManager.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Socket\Server * @copyright Dennis Eichhorn diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php index af1cc78a5..d1c6d2edf 100755 --- a/Socket/Server/Server.php +++ b/Socket/Server/Server.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Socket\Server * @copyright Dennis Eichhorn diff --git a/Socket/SocketAbstract.php b/Socket/SocketAbstract.php index 80354ad87..e75d09f69 100755 --- a/Socket/SocketAbstract.php +++ b/Socket/SocketAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Socket * @copyright Dennis Eichhorn diff --git a/Socket/SocketInterface.php b/Socket/SocketInterface.php index 7b20fdf55..5cec80de3 100755 --- a/Socket/SocketInterface.php +++ b/Socket/SocketInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Socket * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Address.php b/Stdlib/Base/Address.php index bcda6fbbe..ec960a7fa 100755 --- a/Stdlib/Base/Address.php +++ b/Stdlib/Base/Address.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/AddressType.php b/Stdlib/Base/AddressType.php index f5cff24c3..241acb77f 100755 --- a/Stdlib/Base/AddressType.php +++ b/Stdlib/Base/AddressType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Enum.php b/Stdlib/Base/Enum.php index 1e873d0fc..77a715381 100755 --- a/Stdlib/Base/Enum.php +++ b/Stdlib/Base/Enum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/EnumArray.php b/Stdlib/Base/EnumArray.php index 87a25fb32..c82337a7f 100755 --- a/Stdlib/Base/EnumArray.php +++ b/Stdlib/Base/EnumArray.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Exception/InvalidEnumName.php b/Stdlib/Base/Exception/InvalidEnumName.php index dd9950fab..d5e088bbc 100755 --- a/Stdlib/Base/Exception/InvalidEnumName.php +++ b/Stdlib/Base/Exception/InvalidEnumName.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base\Exception * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Exception/InvalidEnumValue.php b/Stdlib/Base/Exception/InvalidEnumValue.php index 93d121ca3..e239c107d 100755 --- a/Stdlib/Base/Exception/InvalidEnumValue.php +++ b/Stdlib/Base/Exception/InvalidEnumValue.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base\Exception * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/FloatInt.php b/Stdlib/Base/FloatInt.php index 82f08a84e..94815f843 100755 --- a/Stdlib/Base/FloatInt.php +++ b/Stdlib/Base/FloatInt.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Heap.php b/Stdlib/Base/Heap.php index aad6b0ccc..5185655b0 100755 --- a/Stdlib/Base/Heap.php +++ b/Stdlib/Base/Heap.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/HeapItemInterface.php b/Stdlib/Base/HeapItemInterface.php index f02ed1edb..0976586ed 100755 --- a/Stdlib/Base/HeapItemInterface.php +++ b/Stdlib/Base/HeapItemInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Iban.php b/Stdlib/Base/Iban.php index bbe49de9e..b339a3c55 100755 --- a/Stdlib/Base/Iban.php +++ b/Stdlib/Base/Iban.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Location.php b/Stdlib/Base/Location.php index 2260cabef..f1f0ed6b8 100755 --- a/Stdlib/Base/Location.php +++ b/Stdlib/Base/Location.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/NullAddress.php b/Stdlib/Base/NullAddress.php index b4e477311..3b372d395 100644 --- a/Stdlib/Base/NullAddress.php +++ b/Stdlib/Base/NullAddress.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/NullLocation.php b/Stdlib/Base/NullLocation.php index b5d95b361..be3d542ec 100755 --- a/Stdlib/Base/NullLocation.php +++ b/Stdlib/Base/NullLocation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/PhoneType.php b/Stdlib/Base/PhoneType.php index 7091ea87d..74bc45bcf 100755 --- a/Stdlib/Base/PhoneType.php +++ b/Stdlib/Base/PhoneType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/SmartDateTime.php b/Stdlib/Base/SmartDateTime.php index 7b7ec08f7..5570014cc 100755 --- a/Stdlib/Base/SmartDateTime.php +++ b/Stdlib/Base/SmartDateTime.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Graph/Edge.php b/Stdlib/Graph/Edge.php index 3477a83aa..0ff3e1600 100755 --- a/Stdlib/Graph/Edge.php +++ b/Stdlib/Graph/Edge.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn diff --git a/Stdlib/Graph/Graph.php b/Stdlib/Graph/Graph.php index 9fdc3df47..a6f8af2d5 100755 --- a/Stdlib/Graph/Graph.php +++ b/Stdlib/Graph/Graph.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn diff --git a/Stdlib/Graph/Node.php b/Stdlib/Graph/Node.php index ba0848645..e51226898 100755 --- a/Stdlib/Graph/Node.php +++ b/Stdlib/Graph/Node.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn diff --git a/Stdlib/Map/KeyType.php b/Stdlib/Map/KeyType.php index f0ac454eb..9b0c91515 100755 --- a/Stdlib/Map/KeyType.php +++ b/Stdlib/Map/KeyType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn diff --git a/Stdlib/Map/MultiMap.php b/Stdlib/Map/MultiMap.php index fa5fa752f..33b47625f 100755 --- a/Stdlib/Map/MultiMap.php +++ b/Stdlib/Map/MultiMap.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn diff --git a/Stdlib/Map/OrderType.php b/Stdlib/Map/OrderType.php index 464b50466..48d6a10d2 100755 --- a/Stdlib/Map/OrderType.php +++ b/Stdlib/Map/OrderType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn diff --git a/Stdlib/Queue/PriorityMode.php b/Stdlib/Queue/PriorityMode.php index bab717742..94e53e033 100755 --- a/Stdlib/Queue/PriorityMode.php +++ b/Stdlib/Queue/PriorityMode.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Queue * @copyright Dennis Eichhorn diff --git a/Stdlib/Queue/PriorityQueue.php b/Stdlib/Queue/PriorityQueue.php index ce9a8cee5..2e731e9c3 100755 --- a/Stdlib/Queue/PriorityQueue.php +++ b/Stdlib/Queue/PriorityQueue.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Queue * @copyright Dennis Eichhorn diff --git a/Stdlib/Tree/BinarySearchTree.php b/Stdlib/Tree/BinarySearchTree.php index f5fe8779e..42b6d9cc1 100644 --- a/Stdlib/Tree/BinarySearchTree.php +++ b/Stdlib/Tree/BinarySearchTree.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Tree * @copyright Dennis Eichhorn diff --git a/Stdlib/Tree/Node.php b/Stdlib/Tree/Node.php index 7a6730bec..83a605dcb 100644 --- a/Stdlib/Tree/Node.php +++ b/Stdlib/Tree/Node.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Stdlib\Tree * @copyright Dennis Eichhorn diff --git a/System/CharsetType.php b/System/CharsetType.php index de41e490d..a339f276d 100755 --- a/System/CharsetType.php +++ b/System/CharsetType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System * @copyright Dennis Eichhorn diff --git a/System/File/ContainerInterface.php b/System/File/ContainerInterface.php index bd03f65fd..2bf5c98a1 100755 --- a/System/File/ContainerInterface.php +++ b/System/File/ContainerInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/ContentPutMode.php b/System/File/ContentPutMode.php index 3cd2a8cbc..6afddbe7f 100755 --- a/System/File/ContentPutMode.php +++ b/System/File/ContentPutMode.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/DirectoryInterface.php b/System/File/DirectoryInterface.php index 4117bdb86..009431e16 100755 --- a/System/File/DirectoryInterface.php +++ b/System/File/DirectoryInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/ExtensionType.php b/System/File/ExtensionType.php index f82ee99e6..1d3e39d4a 100755 --- a/System/File/ExtensionType.php +++ b/System/File/ExtensionType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/FileInterface.php b/System/File/FileInterface.php index 0e77614ba..f032f0ad8 100755 --- a/System/File/FileInterface.php +++ b/System/File/FileInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/FileUtils.php b/System/File/FileUtils.php index 7d7cb8bfa..748c2db4d 100755 --- a/System/File/FileUtils.php +++ b/System/File/FileUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php index 8496c6c11..ecd8a51c7 100755 --- a/System/File/Ftp/Directory.php +++ b/System/File/Ftp/Directory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn diff --git a/System/File/Ftp/File.php b/System/File/Ftp/File.php index 16d13e227..876a86330 100755 --- a/System/File/Ftp/File.php +++ b/System/File/Ftp/File.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn diff --git a/System/File/Ftp/FileAbstract.php b/System/File/Ftp/FileAbstract.php index 7a3b63606..8fca31fb4 100755 --- a/System/File/Ftp/FileAbstract.php +++ b/System/File/Ftp/FileAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn diff --git a/System/File/Ftp/FtpContainerInterface.php b/System/File/Ftp/FtpContainerInterface.php index b2b3ed3cb..e692c777d 100755 --- a/System/File/Ftp/FtpContainerInterface.php +++ b/System/File/Ftp/FtpContainerInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/Ftp/FtpStorage.php b/System/File/Ftp/FtpStorage.php index b5bcbee4d..3b2fa2704 100755 --- a/System/File/Ftp/FtpStorage.php +++ b/System/File/Ftp/FtpStorage.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php index aa309a9d3..5284692c5 100755 --- a/System/File/Local/Directory.php +++ b/System/File/Local/Directory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn diff --git a/System/File/Local/File.php b/System/File/Local/File.php index b3c1e5a83..391c53d67 100755 --- a/System/File/Local/File.php +++ b/System/File/Local/File.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn diff --git a/System/File/Local/FileAbstract.php b/System/File/Local/FileAbstract.php index 644a28c43..79bc07e42 100755 --- a/System/File/Local/FileAbstract.php +++ b/System/File/Local/FileAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn diff --git a/System/File/Local/LocalContainerInterface.php b/System/File/Local/LocalContainerInterface.php index 0697ffa83..0dbce7edb 100755 --- a/System/File/Local/LocalContainerInterface.php +++ b/System/File/Local/LocalContainerInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/Local/LocalStorage.php b/System/File/Local/LocalStorage.php index 48c5542bf..dda555b50 100755 --- a/System/File/Local/LocalStorage.php +++ b/System/File/Local/LocalStorage.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn diff --git a/System/File/PathException.php b/System/File/PathException.php index f399a28b9..dc8ecd783 100755 --- a/System/File/PathException.php +++ b/System/File/PathException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/PermissionException.php b/System/File/PermissionException.php index ef19bf726..bec04debd 100755 --- a/System/File/PermissionException.php +++ b/System/File/PermissionException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/Storage.php b/System/File/Storage.php index 7adb5956c..c4859c5b0 100755 --- a/System/File/Storage.php +++ b/System/File/Storage.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/StorageAbstract.php b/System/File/StorageAbstract.php index 3dc3e0aae..4a1dd1e38 100755 --- a/System/File/StorageAbstract.php +++ b/System/File/StorageAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/MimeType.php b/System/MimeType.php index d2beb82bc..2a9501993 100755 --- a/System/MimeType.php +++ b/System/MimeType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System * @copyright Dennis Eichhorn diff --git a/System/OperatingSystem.php b/System/OperatingSystem.php index 13485f3f4..346abfc2d 100755 --- a/System/OperatingSystem.php +++ b/System/OperatingSystem.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System * @copyright Dennis Eichhorn diff --git a/System/Search/StringSearch.php b/System/Search/StringSearch.php index 262614280..5cbccf2ca 100755 --- a/System/Search/StringSearch.php +++ b/System/Search/StringSearch.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System\Search * @copyright Dennis Eichhorn diff --git a/System/SystemType.php b/System/SystemType.php index 5cc5a9c45..f0e04e434 100755 --- a/System/SystemType.php +++ b/System/SystemType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System * @copyright Dennis Eichhorn diff --git a/System/SystemUtils.php b/System/SystemUtils.php index c079aa00a..de1c8be2d 100755 --- a/System/SystemUtils.php +++ b/System/SystemUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\System * @copyright Dennis Eichhorn diff --git a/UnhandledHandler.php b/UnhandledHandler.php index 7d42815cb..2c6f64cac 100755 --- a/UnhandledHandler.php +++ b/UnhandledHandler.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS * @copyright Dennis Eichhorn diff --git a/Uri/Argument.php b/Uri/Argument.php index 8ad4b6898..b312594de 100755 --- a/Uri/Argument.php +++ b/Uri/Argument.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Uri/HttpUri.php b/Uri/HttpUri.php index ce54e79a3..cf3ab8472 100755 --- a/Uri/HttpUri.php +++ b/Uri/HttpUri.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Uri/InvalidUriException.php b/Uri/InvalidUriException.php index 1ed36c379..330a4bc32 100755 --- a/Uri/InvalidUriException.php +++ b/Uri/InvalidUriException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php index ad22286a2..5c777e8be 100755 --- a/Uri/UriFactory.php +++ b/Uri/UriFactory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Uri/UriInterface.php b/Uri/UriInterface.php index 66efac66e..9d98d7553 100755 --- a/Uri/UriInterface.php +++ b/Uri/UriInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Uri/UriScheme.php b/Uri/UriScheme.php index 47e1cedc9..e08cf7c4b 100755 --- a/Uri/UriScheme.php +++ b/Uri/UriScheme.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php index 7217ff1cb..24b35a9d2 100755 --- a/Utils/ArrayUtils.php +++ b/Utils/ArrayUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/Aztec.php b/Utils/Barcode/Aztec.php index f3ba36e7c..bb2597b8f 100755 --- a/Utils/Barcode/Aztec.php +++ b/Utils/Barcode/Aztec.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/BarAbstract.php b/Utils/Barcode/BarAbstract.php index 19025e28c..e6aa62f29 100755 --- a/Utils/Barcode/BarAbstract.php +++ b/Utils/Barcode/BarAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C128a.php b/Utils/Barcode/C128a.php index 8112d5a21..a18fb1bc2 100755 --- a/Utils/Barcode/C128a.php +++ b/Utils/Barcode/C128a.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C128b.php b/Utils/Barcode/C128b.php index 44f5bc465..ea7373e4a 100755 --- a/Utils/Barcode/C128b.php +++ b/Utils/Barcode/C128b.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C128c.php b/Utils/Barcode/C128c.php index d4a202990..81362b02d 100755 --- a/Utils/Barcode/C128c.php +++ b/Utils/Barcode/C128c.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php index f8b7cb6ec..ffefad6a3 100755 --- a/Utils/Barcode/C25.php +++ b/Utils/Barcode/C25.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C39.php b/Utils/Barcode/C39.php index 9531fd8df..6244e0e13 100755 --- a/Utils/Barcode/C39.php +++ b/Utils/Barcode/C39.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/CodeAbstract.php b/Utils/Barcode/CodeAbstract.php index 7a612e264..40fe492df 100755 --- a/Utils/Barcode/CodeAbstract.php +++ b/Utils/Barcode/CodeAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/Codebar.php b/Utils/Barcode/Codebar.php index 23b19db62..4bf08399b 100755 --- a/Utils/Barcode/Codebar.php +++ b/Utils/Barcode/Codebar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/Datamatrix.php b/Utils/Barcode/Datamatrix.php index 8c2115d0b..7f616f00f 100755 --- a/Utils/Barcode/Datamatrix.php +++ b/Utils/Barcode/Datamatrix.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @author Nicola Asuni - Tecnick.com LTD - www.tecnick.com diff --git a/Utils/Barcode/OrientationType.php b/Utils/Barcode/OrientationType.php index 813945af3..27f0077f8 100755 --- a/Utils/Barcode/OrientationType.php +++ b/Utils/Barcode/OrientationType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/QR.php b/Utils/Barcode/QR.php index 8530565f7..c3490a0f6 100755 --- a/Utils/Barcode/QR.php +++ b/Utils/Barcode/QR.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @author Nicola Asuni - Tecnick.com LTD - www.tecnick.com diff --git a/Utils/Barcode/TwoDAbstract.php b/Utils/Barcode/TwoDAbstract.php index 8a9196b3f..e826aefc6 100755 --- a/Utils/Barcode/TwoDAbstract.php +++ b/Utils/Barcode/TwoDAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Barcode * @author Nicola Asuni - Tecnick.com LTD - www.tecnick.com diff --git a/Utils/ColorUtils.php b/Utils/ColorUtils.php index 37855ec11..90e8461b0 100755 --- a/Utils/ColorUtils.php +++ b/Utils/ColorUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/Compression/CompressionInterface.php b/Utils/Compression/CompressionInterface.php index dc024eec7..0ace96138 100755 --- a/Utils/Compression/CompressionInterface.php +++ b/Utils/Compression/CompressionInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Compression * @copyright Dennis Eichhorn diff --git a/Utils/Compression/LZW.php b/Utils/Compression/LZW.php index 0c4c80cd0..c3e49ca8f 100755 --- a/Utils/Compression/LZW.php +++ b/Utils/Compression/LZW.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Compression * @copyright Dennis Eichhorn diff --git a/Utils/Converter/AngleType.php b/Utils/Converter/AngleType.php index d6bccfe20..cbfdd4dd4 100755 --- a/Utils/Converter/AngleType.php +++ b/Utils/Converter/AngleType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/AreaType.php b/Utils/Converter/AreaType.php index 2b431f083..05ecd7a14 100755 --- a/Utils/Converter/AreaType.php +++ b/Utils/Converter/AreaType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/Currency.php b/Utils/Converter/Currency.php index 17c85eaf1..874012dd5 100755 --- a/Utils/Converter/Currency.php +++ b/Utils/Converter/Currency.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/EnergyPowerType.php b/Utils/Converter/EnergyPowerType.php index 037437b1f..29bcf4cbd 100755 --- a/Utils/Converter/EnergyPowerType.php +++ b/Utils/Converter/EnergyPowerType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/File.php b/Utils/Converter/File.php index 09aa009ee..21a84fb55 100755 --- a/Utils/Converter/File.php +++ b/Utils/Converter/File.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/FileSizeType.php b/Utils/Converter/FileSizeType.php index 3ed63d2de..4308e2fe9 100755 --- a/Utils/Converter/FileSizeType.php +++ b/Utils/Converter/FileSizeType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/Ip.php b/Utils/Converter/Ip.php index a96171946..94e73341e 100755 --- a/Utils/Converter/Ip.php +++ b/Utils/Converter/Ip.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/LengthType.php b/Utils/Converter/LengthType.php index 4e657098c..2ecea4709 100755 --- a/Utils/Converter/LengthType.php +++ b/Utils/Converter/LengthType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/Measurement.php b/Utils/Converter/Measurement.php index 9abaf33cd..231e159ec 100755 --- a/Utils/Converter/Measurement.php +++ b/Utils/Converter/Measurement.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/Numeric.php b/Utils/Converter/Numeric.php index 26206e86f..b269d3619 100755 --- a/Utils/Converter/Numeric.php +++ b/Utils/Converter/Numeric.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/PressureType.php b/Utils/Converter/PressureType.php index 0d2916f4d..134c53746 100755 --- a/Utils/Converter/PressureType.php +++ b/Utils/Converter/PressureType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/SpeedType.php b/Utils/Converter/SpeedType.php index 1f0a96bd6..6ecc62fef 100755 --- a/Utils/Converter/SpeedType.php +++ b/Utils/Converter/SpeedType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/TemperatureType.php b/Utils/Converter/TemperatureType.php index 6d54a1248..3dd68c339 100755 --- a/Utils/Converter/TemperatureType.php +++ b/Utils/Converter/TemperatureType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/TimeType.php b/Utils/Converter/TimeType.php index e4abe83e8..1404318f0 100755 --- a/Utils/Converter/TimeType.php +++ b/Utils/Converter/TimeType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/VolumeType.php b/Utils/Converter/VolumeType.php index 313f40c9f..b3634c7e5 100755 --- a/Utils/Converter/VolumeType.php +++ b/Utils/Converter/VolumeType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/WeightType.php b/Utils/Converter/WeightType.php index adc538eb9..768799c9c 100755 --- a/Utils/Converter/WeightType.php +++ b/Utils/Converter/WeightType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/Base64Url.php b/Utils/Encoding/Base64Url.php index d647a1647..a8dd4b554 100644 --- a/Utils/Encoding/Base64Url.php +++ b/Utils/Encoding/Base64Url.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/Caesar.php b/Utils/Encoding/Caesar.php index ac8cba292..ed9c5a3a2 100755 --- a/Utils/Encoding/Caesar.php +++ b/Utils/Encoding/Caesar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/EncodingInterface.php b/Utils/Encoding/EncodingInterface.php index 2b071827f..3b12dfcce 100755 --- a/Utils/Encoding/EncodingInterface.php +++ b/Utils/Encoding/EncodingInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/Gray.php b/Utils/Encoding/Gray.php index 63a47b1fb..70c9ca3f9 100755 --- a/Utils/Encoding/Gray.php +++ b/Utils/Encoding/Gray.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/Huffman/Dictionary.php b/Utils/Encoding/Huffman/Dictionary.php index 0560c0e0c..1f7da2ed3 100755 --- a/Utils/Encoding/Huffman/Dictionary.php +++ b/Utils/Encoding/Huffman/Dictionary.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Encoding\Huffman * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/Huffman/Huffman.php b/Utils/Encoding/Huffman/Huffman.php index b44befdce..9278d3ff7 100755 --- a/Utils/Encoding/Huffman/Huffman.php +++ b/Utils/Encoding/Huffman/Huffman.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Encoding\Huffman * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/XorEncoding.php b/Utils/Encoding/XorEncoding.php index 953d38191..28f5b0025 100755 --- a/Utils/Encoding/XorEncoding.php +++ b/Utils/Encoding/XorEncoding.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn diff --git a/Utils/Formatter/HtmlFormatter.php b/Utils/Formatter/HtmlFormatter.php index f8c396b1b..4edfdc026 100644 --- a/Utils/Formatter/HtmlFormatter.php +++ b/Utils/Formatter/HtmlFormatter.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Formatter * @copyright Dennis Eichhorn diff --git a/Utils/Git/Author.php b/Utils/Git/Author.php index a56b219b8..e64244145 100755 --- a/Utils/Git/Author.php +++ b/Utils/Git/Author.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Branch.php b/Utils/Git/Branch.php index 3cec8edc5..cd7a8a2e6 100755 --- a/Utils/Git/Branch.php +++ b/Utils/Git/Branch.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Commit.php b/Utils/Git/Commit.php index f2e6f5166..908517105 100755 --- a/Utils/Git/Commit.php +++ b/Utils/Git/Commit.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Git.php b/Utils/Git/Git.php index fe0346f26..9eccb992c 100755 --- a/Utils/Git/Git.php +++ b/Utils/Git/Git.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/NullCommit.php b/Utils/Git/NullCommit.php index eea9c3b63..4615623a5 100755 --- a/Utils/Git/NullCommit.php +++ b/Utils/Git/NullCommit.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Repository.php b/Utils/Git/Repository.php index 3efbacdef..88e9ccf3c 100755 --- a/Utils/Git/Repository.php +++ b/Utils/Git/Repository.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Tag.php b/Utils/Git/Tag.php index c9d6fb0ca..31312d12d 100755 --- a/Utils/Git/Tag.php +++ b/Utils/Git/Tag.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/IO/Csv/CsvDatabaseMapper.php b/Utils/IO/Csv/CsvDatabaseMapper.php index 5f884db05..17a13ef94 100644 --- a/Utils/IO/Csv/CsvDatabaseMapper.php +++ b/Utils/IO/Csv/CsvDatabaseMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Csv * @copyright Dennis Eichhorn diff --git a/Utils/IO/Csv/CsvInterface.php b/Utils/IO/Csv/CsvInterface.php index da88cd9f4..777d35d2e 100755 --- a/Utils/IO/Csv/CsvInterface.php +++ b/Utils/IO/Csv/CsvInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Csv * @copyright Dennis Eichhorn diff --git a/Utils/IO/Csv/CsvSettings.php b/Utils/IO/Csv/CsvSettings.php index 0d1fa06b1..41bc76a28 100755 --- a/Utils/IO/Csv/CsvSettings.php +++ b/Utils/IO/Csv/CsvSettings.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Csv * @copyright Dennis Eichhorn diff --git a/Utils/IO/ExchangeInterface.php b/Utils/IO/ExchangeInterface.php index 94522f806..e622eed44 100755 --- a/Utils/IO/ExchangeInterface.php +++ b/Utils/IO/ExchangeInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO * @copyright Dennis Eichhorn diff --git a/Utils/IO/IODatabaseMapper.php b/Utils/IO/IODatabaseMapper.php index 7324dd7e6..55821843c 100755 --- a/Utils/IO/IODatabaseMapper.php +++ b/Utils/IO/IODatabaseMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO * @copyright Dennis Eichhorn diff --git a/Utils/IO/Json/InvalidJsonException.php b/Utils/IO/Json/InvalidJsonException.php index 9a0a24bda..44d70deb1 100755 --- a/Utils/IO/Json/InvalidJsonException.php +++ b/Utils/IO/Json/InvalidJsonException.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Json * @copyright Dennis Eichhorn diff --git a/Utils/IO/Json/JsonInterface.php b/Utils/IO/Json/JsonInterface.php index bef04e9f7..89a501313 100755 --- a/Utils/IO/Json/JsonInterface.php +++ b/Utils/IO/Json/JsonInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Json * @copyright Dennis Eichhorn diff --git a/Utils/IO/Pdf/PdfInterface.php b/Utils/IO/Pdf/PdfInterface.php index bc0dfd27c..45623dcc7 100755 --- a/Utils/IO/Pdf/PdfInterface.php +++ b/Utils/IO/Pdf/PdfInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Pdf * @copyright Dennis Eichhorn diff --git a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php index dfdcba4c5..baeb81223 100755 --- a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php +++ b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Spreadsheet * @copyright Dennis Eichhorn diff --git a/Utils/IO/Spreadsheet/SpreadsheetInterface.php b/Utils/IO/Spreadsheet/SpreadsheetInterface.php index 78aa9c8ed..ae4c77478 100755 --- a/Utils/IO/Spreadsheet/SpreadsheetInterface.php +++ b/Utils/IO/Spreadsheet/SpreadsheetInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Spreadsheet * @copyright Dennis Eichhorn diff --git a/Utils/IO/Zip/ArchiveInterface.php b/Utils/IO/Zip/ArchiveInterface.php index 609ca78eb..0bd302fbe 100755 --- a/Utils/IO/Zip/ArchiveInterface.php +++ b/Utils/IO/Zip/ArchiveInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn diff --git a/Utils/IO/Zip/Gz.php b/Utils/IO/Zip/Gz.php index 11144277e..b4479f603 100755 --- a/Utils/IO/Zip/Gz.php +++ b/Utils/IO/Zip/Gz.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn diff --git a/Utils/IO/Zip/Tar.php b/Utils/IO/Zip/Tar.php index a9b7380f3..d3489a93f 100755 --- a/Utils/IO/Zip/Tar.php +++ b/Utils/IO/Zip/Tar.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn diff --git a/Utils/IO/Zip/TarGz.php b/Utils/IO/Zip/TarGz.php index b960a2838..3f77e5cf9 100755 --- a/Utils/IO/Zip/TarGz.php +++ b/Utils/IO/Zip/TarGz.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn diff --git a/Utils/IO/Zip/Zip.php b/Utils/IO/Zip/Zip.php index d1b2a80ae..bc817de60 100755 --- a/Utils/IO/Zip/Zip.php +++ b/Utils/IO/Zip/Zip.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn diff --git a/Utils/ImageUtils.php b/Utils/ImageUtils.php index 0f7ca4575..5db0e0110 100755 --- a/Utils/ImageUtils.php +++ b/Utils/ImageUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/MbStringUtils.php b/Utils/MbStringUtils.php index 94139b509..a1bfd2217 100755 --- a/Utils/MbStringUtils.php +++ b/Utils/MbStringUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/NumericUtils.php b/Utils/NumericUtils.php index 27adc32f7..b6b785f6e 100755 --- a/Utils/NumericUtils.php +++ b/Utils/NumericUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Calendar/ICalParser.php b/Utils/Parser/Calendar/ICalParser.php index 86d730bce..6519ac371 100755 --- a/Utils/Parser/Calendar/ICalParser.php +++ b/Utils/Parser/Calendar/ICalParser.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Calendar * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Document/DocumentParser.php b/Utils/Parser/Document/DocumentParser.php index 1a63ebe9f..5e60d1cf6 100755 --- a/Utils/Parser/Document/DocumentParser.php +++ b/Utils/Parser/Document/DocumentParser.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Document * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Document/DocumentWriter.php b/Utils/Parser/Document/DocumentWriter.php index b3af2ad5d..5e1957d0e 100755 --- a/Utils/Parser/Document/DocumentWriter.php +++ b/Utils/Parser/Document/DocumentWriter.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Document * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Html/HtmlParser.php b/Utils/Parser/Html/HtmlParser.php index 5f1290105..55deb9c20 100644 --- a/Utils/Parser/Html/HtmlParser.php +++ b/Utils/Parser/Html/HtmlParser.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Html * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Markdown/Markdown.php b/Utils/Parser/Markdown/Markdown.php index e536aa5e2..ac84d96d2 100755 --- a/Utils/Parser/Markdown/Markdown.php +++ b/Utils/Parser/Markdown/Markdown.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Markdown * @copyright Original & extra license Emanuil Rusev, erusev.com (MIT) diff --git a/Utils/Parser/Pdf/PdfParser.php b/Utils/Parser/Pdf/PdfParser.php index 8f6876562..fd61854ce 100755 --- a/Utils/Parser/Pdf/PdfParser.php +++ b/Utils/Parser/Pdf/PdfParser.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Pdf * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Php/ArrayParser.php b/Utils/Parser/Php/ArrayParser.php index eb66bef1f..dd5a09250 100755 --- a/Utils/Parser/Php/ArrayParser.php +++ b/Utils/Parser/Php/ArrayParser.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Php * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Presentation/PresentationParser.php b/Utils/Parser/Presentation/PresentationParser.php index 6bc0ed368..7bfbcf0df 100755 --- a/Utils/Parser/Presentation/PresentationParser.php +++ b/Utils/Parser/Presentation/PresentationParser.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Presentation * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Presentation/PresentationWriter.php b/Utils/Parser/Presentation/PresentationWriter.php index 96c25e2e6..c114a8506 100755 --- a/Utils/Parser/Presentation/PresentationWriter.php +++ b/Utils/Parser/Presentation/PresentationWriter.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Presentation * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Spreadsheet/SpreadsheetParser.php b/Utils/Parser/Spreadsheet/SpreadsheetParser.php index b85fc0f4c..61bfa78e7 100755 --- a/Utils/Parser/Spreadsheet/SpreadsheetParser.php +++ b/Utils/Parser/Spreadsheet/SpreadsheetParser.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Spreadsheet * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Spreadsheet/SpreadsheetWriter.php b/Utils/Parser/Spreadsheet/SpreadsheetWriter.php index 5ddf7fae6..428126223 100755 --- a/Utils/Parser/Spreadsheet/SpreadsheetWriter.php +++ b/Utils/Parser/Spreadsheet/SpreadsheetWriter.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Spreadsheet * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Xml/XmlParser.php b/Utils/Parser/Xml/XmlParser.php index 3c772a652..c872e6e82 100644 --- a/Utils/Parser/Xml/XmlParser.php +++ b/Utils/Parser/Xml/XmlParser.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\Parser\Xml * @copyright Dennis Eichhorn diff --git a/Utils/Permutation.php b/Utils/Permutation.php index d2f62106e..1ba4211d6 100755 --- a/Utils/Permutation.php +++ b/Utils/Permutation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/RnG/ArrayRandomize.php b/Utils/RnG/ArrayRandomize.php index 6619e3b11..69bc70969 100755 --- a/Utils/RnG/ArrayRandomize.php +++ b/Utils/RnG/ArrayRandomize.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php index 704a8e39f..7c7b495d7 100755 --- a/Utils/RnG/DateTime.php +++ b/Utils/RnG/DateTime.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/DistributionType.php b/Utils/RnG/DistributionType.php index d9e5df948..2f86b31fa 100755 --- a/Utils/RnG/DistributionType.php +++ b/Utils/RnG/DistributionType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/Email.php b/Utils/RnG/Email.php index 50a71dcca..aea5b38e8 100755 --- a/Utils/RnG/Email.php +++ b/Utils/RnG/Email.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php index 87288bf29..f4578b4fc 100755 --- a/Utils/RnG/File.php +++ b/Utils/RnG/File.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/LinearCongruentialGenerator.php b/Utils/RnG/LinearCongruentialGenerator.php index c10e42258..a48e96b3d 100755 --- a/Utils/RnG/LinearCongruentialGenerator.php +++ b/Utils/RnG/LinearCongruentialGenerator.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/Name.php b/Utils/RnG/Name.php index dff549c46..964c8c043 100755 --- a/Utils/RnG/Name.php +++ b/Utils/RnG/Name.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/Number.php b/Utils/RnG/Number.php index 3bc1a7c47..84a6e78c7 100644 --- a/Utils/RnG/Number.php +++ b/Utils/RnG/Number.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php index 805c42f3b..87246f6f8 100755 --- a/Utils/RnG/Phone.php +++ b/Utils/RnG/Phone.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php index 1cc6c73d0..f297c26b8 100755 --- a/Utils/RnG/StringUtils.php +++ b/Utils/RnG/StringUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php index d07cc0236..c338c3cfc 100755 --- a/Utils/RnG/Text.php +++ b/Utils/RnG/Text.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/UUID.php b/Utils/RnG/UUID.php index a7661145f..968574c16 100755 --- a/Utils/RnG/UUID.php +++ b/Utils/RnG/UUID.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/StringCompare.php b/Utils/StringCompare.php index fbdc02609..2e8c09528 100755 --- a/Utils/StringCompare.php +++ b/Utils/StringCompare.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/StringUtils.php b/Utils/StringUtils.php index e82295714..deea46ac8 100755 --- a/Utils/StringUtils.php +++ b/Utils/StringUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/Cron.php b/Utils/TaskSchedule/Cron.php index e3b98a063..47b558e3a 100755 --- a/Utils/TaskSchedule/Cron.php +++ b/Utils/TaskSchedule/Cron.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/CronJob.php b/Utils/TaskSchedule/CronJob.php index 496676342..400bd242f 100755 --- a/Utils/TaskSchedule/CronJob.php +++ b/Utils/TaskSchedule/CronJob.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/Interval.php b/Utils/TaskSchedule/Interval.php index 775f061f4..b76a5c4fa 100755 --- a/Utils/TaskSchedule/Interval.php +++ b/Utils/TaskSchedule/Interval.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/NullCronJob.php b/Utils/TaskSchedule/NullCronJob.php index b0e856e53..ca25083a6 100755 --- a/Utils/TaskSchedule/NullCronJob.php +++ b/Utils/TaskSchedule/NullCronJob.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/NullSchedule.php b/Utils/TaskSchedule/NullSchedule.php index 7607d2156..6b7805130 100755 --- a/Utils/TaskSchedule/NullSchedule.php +++ b/Utils/TaskSchedule/NullSchedule.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/Schedule.php b/Utils/TaskSchedule/Schedule.php index 9991020d8..52547659c 100755 --- a/Utils/TaskSchedule/Schedule.php +++ b/Utils/TaskSchedule/Schedule.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index 1efc8c096..41a21b00b 100755 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/SchedulerFactory.php b/Utils/TaskSchedule/SchedulerFactory.php index 880b5e04e..0e9f8091c 100755 --- a/Utils/TaskSchedule/SchedulerFactory.php +++ b/Utils/TaskSchedule/SchedulerFactory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/TaskAbstract.php b/Utils/TaskSchedule/TaskAbstract.php index 586720f0b..b786bea50 100755 --- a/Utils/TaskSchedule/TaskAbstract.php +++ b/Utils/TaskSchedule/TaskAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/TaskFactory.php b/Utils/TaskSchedule/TaskFactory.php index eaeb978b9..af011a40e 100755 --- a/Utils/TaskSchedule/TaskFactory.php +++ b/Utils/TaskSchedule/TaskFactory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/TaskScheduler.php b/Utils/TaskSchedule/TaskScheduler.php index cdba42256..dc5542108 100755 --- a/Utils/TaskSchedule/TaskScheduler.php +++ b/Utils/TaskSchedule/TaskScheduler.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/TaskStatus.php b/Utils/TaskSchedule/TaskStatus.php index 8a3f03a56..b847cf7e6 100755 --- a/Utils/TaskSchedule/TaskStatus.php +++ b/Utils/TaskSchedule/TaskStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php index 882da0e70..49e420335 100755 --- a/Utils/TestUtils.php +++ b/Utils/TestUtils.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Validation/Base/DateTime.php b/Validation/Base/DateTime.php index 38ddbcfc9..310408959 100755 --- a/Validation/Base/DateTime.php +++ b/Validation/Base/DateTime.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Base * @copyright Dennis Eichhorn diff --git a/Validation/Base/Json.php b/Validation/Base/Json.php index 78e285cec..94d7d758b 100755 --- a/Validation/Base/Json.php +++ b/Validation/Base/Json.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Base * @copyright Dennis Eichhorn diff --git a/Validation/Finance/BIC.php b/Validation/Finance/BIC.php index d63dc9004..1c538b2e1 100755 --- a/Validation/Finance/BIC.php +++ b/Validation/Finance/BIC.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn diff --git a/Validation/Finance/CreditCard.php b/Validation/Finance/CreditCard.php index 05a292010..667d36fb6 100755 --- a/Validation/Finance/CreditCard.php +++ b/Validation/Finance/CreditCard.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn diff --git a/Validation/Finance/EUVat.php b/Validation/Finance/EUVat.php index 92e1776e3..13a986a78 100644 --- a/Validation/Finance/EUVat.php +++ b/Validation/Finance/EUVat.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn diff --git a/Validation/Finance/Iban.php b/Validation/Finance/Iban.php index e30f2b803..110da4815 100755 --- a/Validation/Finance/Iban.php +++ b/Validation/Finance/Iban.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn diff --git a/Validation/Finance/IbanEnum.php b/Validation/Finance/IbanEnum.php index 31c7ec98e..a7cc92e25 100755 --- a/Validation/Finance/IbanEnum.php +++ b/Validation/Finance/IbanEnum.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn diff --git a/Validation/Finance/IbanErrorType.php b/Validation/Finance/IbanErrorType.php index 66b0d0226..b3c6a8f56 100755 --- a/Validation/Finance/IbanErrorType.php +++ b/Validation/Finance/IbanErrorType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn diff --git a/Validation/Network/Email.php b/Validation/Network/Email.php index 81a6dc209..4a27bd24f 100755 --- a/Validation/Network/Email.php +++ b/Validation/Network/Email.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Network * @copyright Dennis Eichhorn diff --git a/Validation/Network/Hostname.php b/Validation/Network/Hostname.php index 7b6aa25a5..e0231b565 100755 --- a/Validation/Network/Hostname.php +++ b/Validation/Network/Hostname.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Network * @copyright Dennis Eichhorn diff --git a/Validation/Network/Ip.php b/Validation/Network/Ip.php index dafffce06..90f1fa4f5 100755 --- a/Validation/Network/Ip.php +++ b/Validation/Network/Ip.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation\Network * @copyright Dennis Eichhorn diff --git a/Validation/Validator.php b/Validation/Validator.php index 80d879cf7..4899ca51a 100755 --- a/Validation/Validator.php +++ b/Validation/Validator.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation * @copyright Dennis Eichhorn diff --git a/Validation/ValidatorAbstract.php b/Validation/ValidatorAbstract.php index 0849f793e..8cb8f48cb 100755 --- a/Validation/ValidatorAbstract.php +++ b/Validation/ValidatorAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation * @copyright Dennis Eichhorn diff --git a/Validation/ValidatorInterface.php b/Validation/ValidatorInterface.php index 48b419fab..8146d562b 100755 --- a/Validation/ValidatorInterface.php +++ b/Validation/ValidatorInterface.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Validation * @copyright Dennis Eichhorn diff --git a/Version/Version.php b/Version/Version.php index 8aecd7ca7..649d91dd7 100755 --- a/Version/Version.php +++ b/Version/Version.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Version * @copyright Dennis Eichhorn diff --git a/Views/NullView.php b/Views/NullView.php index 9b15de165..0ba87faab 100755 --- a/Views/NullView.php +++ b/Views/NullView.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Views * @copyright Dennis Eichhorn diff --git a/Views/PaginationView.php b/Views/PaginationView.php index 688e8167b..30f08d456 100755 --- a/Views/PaginationView.php +++ b/Views/PaginationView.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Views * @copyright Dennis Eichhorn diff --git a/Views/View.php b/Views/View.php index 15863d165..5f709d4e4 100755 --- a/Views/View.php +++ b/Views/View.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Views * @copyright Dennis Eichhorn diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index f218c0274..f0a85087c 100755 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\Views * @copyright Dennis Eichhorn diff --git a/preload.php b/preload.php index 9d94e5a8e..310a843d8 100755 --- a/preload.php +++ b/preload.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Jingga * @copyright Dennis Eichhorn diff --git a/tests/Account/AccountManagerTest.php b/tests/Account/AccountManagerTest.php index 359843c4c..5abcd260e 100755 --- a/tests/Account/AccountManagerTest.php +++ b/tests/Account/AccountManagerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/AccountStatusTest.php b/tests/Account/AccountStatusTest.php index d282f51e8..6a115f895 100755 --- a/tests/Account/AccountStatusTest.php +++ b/tests/Account/AccountStatusTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/AccountTest.php b/tests/Account/AccountTest.php index e18dc7a6d..501068ec6 100755 --- a/tests/Account/AccountTest.php +++ b/tests/Account/AccountTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/AccountTypeTest.php b/tests/Account/AccountTypeTest.php index 62344d064..d7467f4c6 100755 --- a/tests/Account/AccountTypeTest.php +++ b/tests/Account/AccountTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/GroupStatusTest.php b/tests/Account/GroupStatusTest.php index 7688c3dc7..b6bcb43cf 100755 --- a/tests/Account/GroupStatusTest.php +++ b/tests/Account/GroupStatusTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/GroupTest.php b/tests/Account/GroupTest.php index 47366f5ea..018fb493a 100755 --- a/tests/Account/GroupTest.php +++ b/tests/Account/GroupTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/NullAccountTest.php b/tests/Account/NullAccountTest.php index ecddcdbe0..56b662d36 100755 --- a/tests/Account/NullAccountTest.php +++ b/tests/Account/NullAccountTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/NullGroupTest.php b/tests/Account/NullGroupTest.php index effb1b864..a3aa0bc7f 100755 --- a/tests/Account/NullGroupTest.php +++ b/tests/Account/NullGroupTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/PermissionAbstractTest.php b/tests/Account/PermissionAbstractTest.php index becc72b8c..b0aa9b01d 100755 --- a/tests/Account/PermissionAbstractTest.php +++ b/tests/Account/PermissionAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/PermissionTypeTest.php b/tests/Account/PermissionTypeTest.php index b26daeba2..7a3db6dea 100755 --- a/tests/Account/PermissionTypeTest.php +++ b/tests/Account/PermissionTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Ai/Ocr/BasicOcrTest.php b/tests/Ai/Ocr/BasicOcrTest.php index ed291c54f..5ff7f429d 100755 --- a/tests/Ai/Ocr/BasicOcrTest.php +++ b/tests/Ai/Ocr/BasicOcrTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php index 0575c11a0..d10cfd4ec 100755 --- a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php +++ b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Clustering/KmeansTest.php b/tests/Algorithm/Clustering/KmeansTest.php index 1bee5493e..bb11c441d 100755 --- a/tests/Algorithm/Clustering/KmeansTest.php +++ b/tests/Algorithm/Clustering/KmeansTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Clustering/PointTest.php b/tests/Algorithm/Clustering/PointTest.php index 59307ab0e..456eb745e 100755 --- a/tests/Algorithm/Clustering/PointTest.php +++ b/tests/Algorithm/Clustering/PointTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php index bcba7d485..a21d418ce 100755 --- a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php +++ b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Frequency/AprioriTest.php b/tests/Algorithm/Frequency/AprioriTest.php index 459fc2a51..e13134624 100644 --- a/tests/Algorithm/Frequency/AprioriTest.php +++ b/tests/Algorithm/Frequency/AprioriTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Graph/DependencyResolverTest.php b/tests/Algorithm/Graph/DependencyResolverTest.php index ce2874550..88704f842 100644 --- a/tests/Algorithm/Graph/DependencyResolverTest.php +++ b/tests/Algorithm/Graph/DependencyResolverTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Graph/MarkovChainTest.php b/tests/Algorithm/Graph/MarkovChainTest.php index c208715d0..a207a2a9a 100644 --- a/tests/Algorithm/Graph/MarkovChainTest.php +++ b/tests/Algorithm/Graph/MarkovChainTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/JobScheduling/JobTest.php b/tests/Algorithm/JobScheduling/JobTest.php index 72f950bb3..8c60abc99 100755 --- a/tests/Algorithm/JobScheduling/JobTest.php +++ b/tests/Algorithm/JobScheduling/JobTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/JobScheduling/WeightedTest.php b/tests/Algorithm/JobScheduling/WeightedTest.php index b9d57c4bc..adcc24f7c 100755 --- a/tests/Algorithm/JobScheduling/WeightedTest.php +++ b/tests/Algorithm/JobScheduling/WeightedTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Knapsack/BackpackTest.php b/tests/Algorithm/Knapsack/BackpackTest.php index 3dba54648..b9785bc73 100755 --- a/tests/Algorithm/Knapsack/BackpackTest.php +++ b/tests/Algorithm/Knapsack/BackpackTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Knapsack/BoundedTest.php b/tests/Algorithm/Knapsack/BoundedTest.php index 137e6dfa0..d17d4ad15 100755 --- a/tests/Algorithm/Knapsack/BoundedTest.php +++ b/tests/Algorithm/Knapsack/BoundedTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Knapsack/ContinuousTest.php b/tests/Algorithm/Knapsack/ContinuousTest.php index c1eaf4958..99f1fd977 100755 --- a/tests/Algorithm/Knapsack/ContinuousTest.php +++ b/tests/Algorithm/Knapsack/ContinuousTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Knapsack/ItemTest.php b/tests/Algorithm/Knapsack/ItemTest.php index 1e4e9faf2..f2811c61b 100755 --- a/tests/Algorithm/Knapsack/ItemTest.php +++ b/tests/Algorithm/Knapsack/ItemTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Maze/MazeGeneratorTest.php b/tests/Algorithm/Maze/MazeGeneratorTest.php index 601992d13..797be448b 100755 --- a/tests/Algorithm/Maze/MazeGeneratorTest.php +++ b/tests/Algorithm/Maze/MazeGeneratorTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/AStarNodeTest.php b/tests/Algorithm/PathFinding/AStarNodeTest.php index cc911afd7..ebfc13f22 100755 --- a/tests/Algorithm/PathFinding/AStarNodeTest.php +++ b/tests/Algorithm/PathFinding/AStarNodeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/AStarTest.php b/tests/Algorithm/PathFinding/AStarTest.php index a0e06acd1..3862028fc 100755 --- a/tests/Algorithm/PathFinding/AStarTest.php +++ b/tests/Algorithm/PathFinding/AStarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/GridTest.php b/tests/Algorithm/PathFinding/GridTest.php index a7ea02cbc..054f6a792 100755 --- a/tests/Algorithm/PathFinding/GridTest.php +++ b/tests/Algorithm/PathFinding/GridTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/HeuristicTest.php b/tests/Algorithm/PathFinding/HeuristicTest.php index f458dc912..75de9a787 100755 --- a/tests/Algorithm/PathFinding/HeuristicTest.php +++ b/tests/Algorithm/PathFinding/HeuristicTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/JumpPointNodeTest.php b/tests/Algorithm/PathFinding/JumpPointNodeTest.php index b5ddf4cc5..c963564d5 100755 --- a/tests/Algorithm/PathFinding/JumpPointNodeTest.php +++ b/tests/Algorithm/PathFinding/JumpPointNodeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/JumpPointSearchTest.php b/tests/Algorithm/PathFinding/JumpPointSearchTest.php index ba894d99a..305b5e5ef 100755 --- a/tests/Algorithm/PathFinding/JumpPointSearchTest.php +++ b/tests/Algorithm/PathFinding/JumpPointSearchTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/NodeTest.php b/tests/Algorithm/PathFinding/NodeTest.php index c02ad8740..29d5f9ee2 100755 --- a/tests/Algorithm/PathFinding/NodeTest.php +++ b/tests/Algorithm/PathFinding/NodeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/PathTest.php b/tests/Algorithm/PathFinding/PathTest.php index 73eb0e732..d7d6bc8c9 100755 --- a/tests/Algorithm/PathFinding/PathTest.php +++ b/tests/Algorithm/PathFinding/PathTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Rating/EloTest.php b/tests/Algorithm/Rating/EloTest.php index d914ad87a..ee75c498b 100644 --- a/tests/Algorithm/Rating/EloTest.php +++ b/tests/Algorithm/Rating/EloTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Rating/Glicko1Test.php b/tests/Algorithm/Rating/Glicko1Test.php index 039b29faf..1e2b8bcda 100644 --- a/tests/Algorithm/Rating/Glicko1Test.php +++ b/tests/Algorithm/Rating/Glicko1Test.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Rating/Glicko2Test.php b/tests/Algorithm/Rating/Glicko2Test.php index 4167e6e45..faf11697c 100644 --- a/tests/Algorithm/Rating/Glicko2Test.php +++ b/tests/Algorithm/Rating/Glicko2Test.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/BitonicSortTest.php b/tests/Algorithm/Sort/BitonicSortTest.php index 3f8b379fc..03b827d22 100755 --- a/tests/Algorithm/Sort/BitonicSortTest.php +++ b/tests/Algorithm/Sort/BitonicSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/BubbleSortTest.php b/tests/Algorithm/Sort/BubbleSortTest.php index 773148b68..b00fad3db 100755 --- a/tests/Algorithm/Sort/BubbleSortTest.php +++ b/tests/Algorithm/Sort/BubbleSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/BucketSortTest.php b/tests/Algorithm/Sort/BucketSortTest.php index 3f89ec90f..934b29f68 100755 --- a/tests/Algorithm/Sort/BucketSortTest.php +++ b/tests/Algorithm/Sort/BucketSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/CocktailShakerSortTest.php b/tests/Algorithm/Sort/CocktailShakerSortTest.php index c0112e2e3..5857f27ea 100755 --- a/tests/Algorithm/Sort/CocktailShakerSortTest.php +++ b/tests/Algorithm/Sort/CocktailShakerSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/CombSortTest.php b/tests/Algorithm/Sort/CombSortTest.php index 42f46dbfa..47e30d998 100755 --- a/tests/Algorithm/Sort/CombSortTest.php +++ b/tests/Algorithm/Sort/CombSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/CycleSortTest.php b/tests/Algorithm/Sort/CycleSortTest.php index 266486ce7..f8edf7f68 100755 --- a/tests/Algorithm/Sort/CycleSortTest.php +++ b/tests/Algorithm/Sort/CycleSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/GnomeSortTest.php b/tests/Algorithm/Sort/GnomeSortTest.php index aded79502..ad93c304a 100755 --- a/tests/Algorithm/Sort/GnomeSortTest.php +++ b/tests/Algorithm/Sort/GnomeSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/HeapSortTest.php b/tests/Algorithm/Sort/HeapSortTest.php index 60b4eb240..24864ac17 100755 --- a/tests/Algorithm/Sort/HeapSortTest.php +++ b/tests/Algorithm/Sort/HeapSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/InsertionSortTest.php b/tests/Algorithm/Sort/InsertionSortTest.php index a21389123..db5e78c4f 100755 --- a/tests/Algorithm/Sort/InsertionSortTest.php +++ b/tests/Algorithm/Sort/InsertionSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/IntroSortTest.php b/tests/Algorithm/Sort/IntroSortTest.php index 3ff336d10..3af1549e4 100755 --- a/tests/Algorithm/Sort/IntroSortTest.php +++ b/tests/Algorithm/Sort/IntroSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/MergeSortTest.php b/tests/Algorithm/Sort/MergeSortTest.php index f6f2208ff..7689c39de 100755 --- a/tests/Algorithm/Sort/MergeSortTest.php +++ b/tests/Algorithm/Sort/MergeSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/NumericElement.php b/tests/Algorithm/Sort/NumericElement.php index c0d4cd6a8..926894dce 100755 --- a/tests/Algorithm/Sort/NumericElement.php +++ b/tests/Algorithm/Sort/NumericElement.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/OddEvenSortTest.php b/tests/Algorithm/Sort/OddEvenSortTest.php index 50931aa7f..d40aef6e2 100755 --- a/tests/Algorithm/Sort/OddEvenSortTest.php +++ b/tests/Algorithm/Sort/OddEvenSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/PancakeSortTest.php b/tests/Algorithm/Sort/PancakeSortTest.php index 80ff704b7..ea5ee36f5 100755 --- a/tests/Algorithm/Sort/PancakeSortTest.php +++ b/tests/Algorithm/Sort/PancakeSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/QuickSortTest.php b/tests/Algorithm/Sort/QuickSortTest.php index 634bae147..f328be7d6 100755 --- a/tests/Algorithm/Sort/QuickSortTest.php +++ b/tests/Algorithm/Sort/QuickSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/SelectionSortTest.php b/tests/Algorithm/Sort/SelectionSortTest.php index ebbd1e6ce..04961a766 100755 --- a/tests/Algorithm/Sort/SelectionSortTest.php +++ b/tests/Algorithm/Sort/SelectionSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/ShellSortTest.php b/tests/Algorithm/Sort/ShellSortTest.php index aac1ffaae..8bc8b113b 100755 --- a/tests/Algorithm/Sort/ShellSortTest.php +++ b/tests/Algorithm/Sort/ShellSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/StoogeSortTest.php b/tests/Algorithm/Sort/StoogeSortTest.php index 33f0fa763..017e60e5d 100755 --- a/tests/Algorithm/Sort/StoogeSortTest.php +++ b/tests/Algorithm/Sort/StoogeSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/TimSortTest.php b/tests/Algorithm/Sort/TimSortTest.php index 105cfa15a..2e35932a2 100755 --- a/tests/Algorithm/Sort/TimSortTest.php +++ b/tests/Algorithm/Sort/TimSortTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Api/EUVAT/EUVATBffOnlineTest.php b/tests/Api/EUVAT/EUVATBffOnlineTest.php index a7f7c6bda..e5cd26e1f 100755 --- a/tests/Api/EUVAT/EUVATBffOnlineTest.php +++ b/tests/Api/EUVAT/EUVATBffOnlineTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Api/EUVAT/EUVATViesTest.php b/tests/Api/EUVAT/EUVATViesTest.php index 910ebdae7..9fac55978 100755 --- a/tests/Api/EUVAT/EUVATViesTest.php +++ b/tests/Api/EUVAT/EUVATViesTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Api/Geocoding/NominatimTest.php b/tests/Api/Geocoding/NominatimTest.php index cf81e606c..3922a4bcc 100644 --- a/tests/Api/Geocoding/NominatimTest.php +++ b/tests/Api/Geocoding/NominatimTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/ApplicationAbstractTest.php b/tests/Application/ApplicationAbstractTest.php index 439297356..7b45a6b43 100755 --- a/tests/Application/ApplicationAbstractTest.php +++ b/tests/Application/ApplicationAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/ApplicationInfoTest.php b/tests/Application/ApplicationInfoTest.php index 4ae05960b..f82fdc042 100755 --- a/tests/Application/ApplicationInfoTest.php +++ b/tests/Application/ApplicationInfoTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/ApplicationManagerTest.php b/tests/Application/ApplicationManagerTest.php index 6d06223ca..4c5f7dde3 100755 --- a/tests/Application/ApplicationManagerTest.php +++ b/tests/Application/ApplicationManagerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/InstallerAbstractTest.php b/tests/Application/InstallerAbstractTest.php index 09aae8f8e..005eb44fe 100755 --- a/tests/Application/InstallerAbstractTest.php +++ b/tests/Application/InstallerAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/StatusAbstractTest.php b/tests/Application/StatusAbstractTest.php index 996cfa159..4629bf423 100755 --- a/tests/Application/StatusAbstractTest.php +++ b/tests/Application/StatusAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/Testapp/Admin/Install/Application/Hooks.php b/tests/Application/Testapp/Admin/Install/Application/Hooks.php index 8aaef854a..1d9e61973 100755 --- a/tests/Application/Testapp/Admin/Install/Application/Hooks.php +++ b/tests/Application/Testapp/Admin/Install/Application/Hooks.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package \phpOMS\tess\Application\Apps\Testapp * @copyright Dennis Eichhorn diff --git a/tests/Application/Testapp/Admin/Install/Application/Routes.php b/tests/Application/Testapp/Admin/Install/Application/Routes.php index 8ca42bfe7..a46bb7b9d 100755 --- a/tests/Application/Testapp/Admin/Install/Application/Routes.php +++ b/tests/Application/Testapp/Admin/Install/Application/Routes.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules * @copyright Dennis Eichhorn diff --git a/tests/Application/Testapp/Admin/Installer.php b/tests/Application/Testapp/Admin/Installer.php index c477f5599..33d588e82 100755 --- a/tests/Application/Testapp/Admin/Installer.php +++ b/tests/Application/Testapp/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin * @copyright Dennis Eichhorn diff --git a/tests/Application/Testapp/Admin/Status.php b/tests/Application/Testapp/Admin/Status.php index fd1aae4a3..11010ce43 100755 --- a/tests/Application/Testapp/Admin/Status.php +++ b/tests/Application/Testapp/Admin/Status.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin * @copyright Dennis Eichhorn diff --git a/tests/Application/Testapp/Admin/Uninstaller.php b/tests/Application/Testapp/Admin/Uninstaller.php index d2b118f73..44b529c05 100755 --- a/tests/Application/Testapp/Admin/Uninstaller.php +++ b/tests/Application/Testapp/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\tests\Application\Apps\{APPNAME}\Admin * @copyright Dennis Eichhorn diff --git a/tests/Application/Testapp/Controller/Controller.php b/tests/Application/Testapp/Controller/Controller.php index 0fbdf0d9b..f51865f01 100755 --- a/tests/Application/Testapp/Controller/Controller.php +++ b/tests/Application/Testapp/Controller/Controller.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Web\Backend * @copyright Dennis Eichhorn diff --git a/tests/Application/UninstallerAbstractTest.php b/tests/Application/UninstallerAbstractTest.php index ba03a4098..ca6af09c0 100755 --- a/tests/Application/UninstallerAbstractTest.php +++ b/tests/Application/UninstallerAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Asset/AssetManagerTest.php b/tests/Asset/AssetManagerTest.php index 564a0df84..2877771e4 100755 --- a/tests/Asset/AssetManagerTest.php +++ b/tests/Asset/AssetManagerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Asset/AssetTypeTest.php b/tests/Asset/AssetTypeTest.php index 4985fd580..06a29a588 100755 --- a/tests/Asset/AssetTypeTest.php +++ b/tests/Asset/AssetTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php index acb982541..4d6b8881b 100755 --- a/tests/Auth/AuthTest.php +++ b/tests/Auth/AuthTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Auth/LoginReturnTypeTest.php b/tests/Auth/LoginReturnTypeTest.php index 928fba578..a83910355 100755 --- a/tests/Auth/LoginReturnTypeTest.php +++ b/tests/Auth/LoginReturnTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/AutoloadExceptionTest.php b/tests/AutoloadExceptionTest.php index bda4d1974..3dc744e13 100755 --- a/tests/AutoloadExceptionTest.php +++ b/tests/AutoloadExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Autoloader.php b/tests/Autoloader.php index 89487804b..5314f980f 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/AutoloaderTest.php b/tests/AutoloaderTest.php index 7bbfaf434..9cc62191d 100755 --- a/tests/AutoloaderTest.php +++ b/tests/AutoloaderTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index ab58cdab7..1775553e0 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package phpOMS\tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/DepreciationTest.php b/tests/Business/Finance/DepreciationTest.php index 9f7c83668..56bd2ff09 100755 --- a/tests/Business/Finance/DepreciationTest.php +++ b/tests/Business/Finance/DepreciationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/FinanceFormulasTest.php b/tests/Business/Finance/FinanceFormulasTest.php index e6e3de34c..c6ba29845 100755 --- a/tests/Business/Finance/FinanceFormulasTest.php +++ b/tests/Business/Finance/FinanceFormulasTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/ForensicsTest.php b/tests/Business/Finance/ForensicsTest.php index d53c1f43c..4cf5b5aa7 100644 --- a/tests/Business/Finance/ForensicsTest.php +++ b/tests/Business/Finance/ForensicsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/LoanTest.php b/tests/Business/Finance/LoanTest.php index 2eb708e8c..dd4c97974 100755 --- a/tests/Business/Finance/LoanTest.php +++ b/tests/Business/Finance/LoanTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/LorenzkurveTest.php b/tests/Business/Finance/LorenzkurveTest.php index b740b6867..f7d0e637f 100755 --- a/tests/Business/Finance/LorenzkurveTest.php +++ b/tests/Business/Finance/LorenzkurveTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/StockBondsTest.php b/tests/Business/Finance/StockBondsTest.php index 2b5c59396..73a7dd0d4 100755 --- a/tests/Business/Finance/StockBondsTest.php +++ b/tests/Business/Finance/StockBondsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Marketing/CustomerValueTest.php b/tests/Business/Marketing/CustomerValueTest.php index 988bb2d79..aec0912b8 100755 --- a/tests/Business/Marketing/CustomerValueTest.php +++ b/tests/Business/Marketing/CustomerValueTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Marketing/MetricsTest.php b/tests/Business/Marketing/MetricsTest.php index f3c9c2754..16e405df4 100755 --- a/tests/Business/Marketing/MetricsTest.php +++ b/tests/Business/Marketing/MetricsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Marketing/NetPromoterScoreTest.php b/tests/Business/Marketing/NetPromoterScoreTest.php index b3debb48c..86417ebf1 100755 --- a/tests/Business/Marketing/NetPromoterScoreTest.php +++ b/tests/Business/Marketing/NetPromoterScoreTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Marketing/PageRankTest.php b/tests/Business/Marketing/PageRankTest.php index 7a3670aa7..bb7d8f39c 100755 --- a/tests/Business/Marketing/PageRankTest.php +++ b/tests/Business/Marketing/PageRankTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Programming/MetricsTest.php b/tests/Business/Programming/MetricsTest.php index 0dad8020f..f58de83cc 100755 --- a/tests/Business/Programming/MetricsTest.php +++ b/tests/Business/Programming/MetricsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php b/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php index ad1d64713..8de377c01 100644 --- a/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php +++ b/tests/Business/Recommendation/ArticleCorrelationAffinityTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Recommendation/BayesianPersonalizedRankingTest.php b/tests/Business/Recommendation/BayesianPersonalizedRankingTest.php index 46308ad98..e705ab035 100644 --- a/tests/Business/Recommendation/BayesianPersonalizedRankingTest.php +++ b/tests/Business/Recommendation/BayesianPersonalizedRankingTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Recommendation/MemoryCFTest.php b/tests/Business/Recommendation/MemoryCFTest.php index 1a9f77765..e9b5db4e0 100644 --- a/tests/Business/Recommendation/MemoryCFTest.php +++ b/tests/Business/Recommendation/MemoryCFTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Recommendation/ModelCFTest.php b/tests/Business/Recommendation/ModelCFTest.php index fa3e5ddb1..2d38d4fc1 100644 --- a/tests/Business/Recommendation/ModelCFTest.php +++ b/tests/Business/Recommendation/ModelCFTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Sales/MarketShareEstimationTest.php b/tests/Business/Sales/MarketShareEstimationTest.php index a09819670..a0c03d583 100755 --- a/tests/Business/Sales/MarketShareEstimationTest.php +++ b/tests/Business/Sales/MarketShareEstimationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Config/OptionsTraitTest.php b/tests/Config/OptionsTraitTest.php index 75b4324ca..88ace7297 100755 --- a/tests/Config/OptionsTraitTest.php +++ b/tests/Config/OptionsTraitTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/CachePoolTest.php b/tests/DataStorage/Cache/CachePoolTest.php index 7c4dc0226..0fea66bc9 100755 --- a/tests/DataStorage/Cache/CachePoolTest.php +++ b/tests/DataStorage/Cache/CachePoolTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/CacheStatusTest.php b/tests/DataStorage/Cache/CacheStatusTest.php index f104ef23b..49bcbd818 100755 --- a/tests/DataStorage/Cache/CacheStatusTest.php +++ b/tests/DataStorage/Cache/CacheStatusTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/CacheTypeTest.php b/tests/DataStorage/Cache/CacheTypeTest.php index ce22c063e..f42d5361c 100755 --- a/tests/DataStorage/Cache/CacheTypeTest.php +++ b/tests/DataStorage/Cache/CacheTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php index 359013b4c..a28ea7f6c 100755 --- a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php +++ b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php index 3cdf1a451..19541e74f 100755 --- a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php index 31a4c3de7..32b29a988 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php +++ b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/FileCacheSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheSerializable.php index d87f1affd..8e06e373c 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheSerializable.php +++ b/tests/DataStorage/Cache/Connection/FileCacheSerializable.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/FileCacheTest.php b/tests/DataStorage/Cache/Connection/FileCacheTest.php index 106dccf78..cec5d13d4 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheTest.php +++ b/tests/DataStorage/Cache/Connection/FileCacheTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/MemCachedTest.php b/tests/DataStorage/Cache/Connection/MemCachedTest.php index d79392bfa..d985a1db8 100755 --- a/tests/DataStorage/Cache/Connection/MemCachedTest.php +++ b/tests/DataStorage/Cache/Connection/MemCachedTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/NullCacheTest.php b/tests/DataStorage/Cache/Connection/NullCacheTest.php index cc6229715..1ed2d6132 100755 --- a/tests/DataStorage/Cache/Connection/NullCacheTest.php +++ b/tests/DataStorage/Cache/Connection/NullCacheTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/RedisCacheTest.php b/tests/DataStorage/Cache/Connection/RedisCacheTest.php index fca36d13a..ff5cf323f 100755 --- a/tests/DataStorage/Cache/Connection/RedisCacheTest.php +++ b/tests/DataStorage/Cache/Connection/RedisCacheTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php index 62e35645c..ad09830b4 100755 --- a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cookie/CookieJarTest.php b/tests/DataStorage/Cookie/CookieJarTest.php index 454681313..e2cdc5562 100755 --- a/tests/DataStorage/Cookie/CookieJarTest.php +++ b/tests/DataStorage/Cookie/CookieJarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php index 063e65055..c700d80e2 100755 --- a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php index 20e9a5c88..17eee5832 100755 --- a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php +++ b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/NullConnectionTest.php b/tests/DataStorage/Database/Connection/NullConnectionTest.php index ed7ff6612..af50e5ec9 100755 --- a/tests/DataStorage/Database/Connection/NullConnectionTest.php +++ b/tests/DataStorage/Database/Connection/NullConnectionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php index ddd7a0656..4a2600369 100755 --- a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php +++ b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php index 68a985f8a..5f90ad047 100755 --- a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php index b7fe4368c..99af5a83f 100755 --- a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/DataMapperAbstractTest.php b/tests/DataStorage/Database/DataMapperAbstractTest.php index 7f4549e5e..db205ecba 100755 --- a/tests/DataStorage/Database/DataMapperAbstractTest.php +++ b/tests/DataStorage/Database/DataMapperAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/DatabasePoolTest.php b/tests/DataStorage/Database/DatabasePoolTest.php index efbe03bfa..8c92c3101 100755 --- a/tests/DataStorage/Database/DatabasePoolTest.php +++ b/tests/DataStorage/Database/DatabasePoolTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/DatabaseStatusTest.php b/tests/DataStorage/Database/DatabaseStatusTest.php index 57709493e..b349c5ed4 100755 --- a/tests/DataStorage/Database/DatabaseStatusTest.php +++ b/tests/DataStorage/Database/DatabaseStatusTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/DatabaseTypeTest.php b/tests/DataStorage/Database/DatabaseTypeTest.php index 555eac04a..2cf24625b 100755 --- a/tests/DataStorage/Database/DatabaseTypeTest.php +++ b/tests/DataStorage/Database/DatabaseTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php index 4a82a573f..081dcfdad 100755 --- a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php index e2f324e60..a3aa76e77 100755 --- a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php index ea58f23ac..c76b8f420 100755 --- a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/BuilderTest.php b/tests/DataStorage/Database/Query/BuilderTest.php index 82655f8d3..cd6d009bc 100755 --- a/tests/DataStorage/Database/Query/BuilderTest.php +++ b/tests/DataStorage/Database/Query/BuilderTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php index f7efdc8b7..c69c828ed 100755 --- a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php index 5b5060297..ae71a9f21 100755 --- a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php index 8182068e4..a4be1e469 100755 --- a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php index 9d818c6a0..4917d77d7 100755 --- a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php index d78cc7a76..3887fcd9d 100755 --- a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php index 38f825efb..091f1e96e 100755 --- a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/JoinTypeTest.php b/tests/DataStorage/Database/Query/JoinTypeTest.php index ff0f1e832..91aacd8a9 100755 --- a/tests/DataStorage/Database/Query/JoinTypeTest.php +++ b/tests/DataStorage/Database/Query/JoinTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/QueryTypeTest.php b/tests/DataStorage/Database/Query/QueryTypeTest.php index aaa72fde1..de959588e 100755 --- a/tests/DataStorage/Database/Query/QueryTypeTest.php +++ b/tests/DataStorage/Database/Query/QueryTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/WhereTest.php b/tests/DataStorage/Database/Query/WhereTest.php index d1321dea1..0ae5c3697 100755 --- a/tests/DataStorage/Database/Query/WhereTest.php +++ b/tests/DataStorage/Database/Query/WhereTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/RelationTypeTest.php b/tests/DataStorage/Database/RelationTypeTest.php index 2ed1566e5..cd8f540ef 100755 --- a/tests/DataStorage/Database/RelationTypeTest.php +++ b/tests/DataStorage/Database/RelationTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/BuilderTest.php b/tests/DataStorage/Database/Schema/BuilderTest.php index ab63f640f..53e2da22f 100755 --- a/tests/DataStorage/Database/Schema/BuilderTest.php +++ b/tests/DataStorage/Database/Schema/BuilderTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php index 217242370..77b3ecac9 100755 --- a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php index d6f88c166..2b26c08ba 100755 --- a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php index 2a34d94f9..de916c5e4 100755 --- a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php index c7d5ca292..e2ad6555d 100755 --- a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php index 48dad4823..1e506144e 100755 --- a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php index 9de2bb2d7..76c369976 100755 --- a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/QueryTypeTest.php b/tests/DataStorage/Database/Schema/QueryTypeTest.php index a91950c28..aa1b15721 100755 --- a/tests/DataStorage/Database/Schema/QueryTypeTest.php +++ b/tests/DataStorage/Database/Schema/QueryTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/SchemaMapperTest.php b/tests/DataStorage/Database/SchemaMapperTest.php index 95a3861b1..e7b8f0bc8 100755 --- a/tests/DataStorage/Database/SchemaMapperTest.php +++ b/tests/DataStorage/Database/SchemaMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/BaseModel.php b/tests/DataStorage/Database/TestModel/BaseModel.php index 7c6a6c117..893fcf71e 100755 --- a/tests/DataStorage/Database/TestModel/BaseModel.php +++ b/tests/DataStorage/Database/TestModel/BaseModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/BaseModelMapper.php b/tests/DataStorage/Database/TestModel/BaseModelMapper.php index 6809192b3..0718fba1b 100755 --- a/tests/DataStorage/Database/TestModel/BaseModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BaseModelMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/BelongsToModel.php b/tests/DataStorage/Database/TestModel/BelongsToModel.php index 42b78b72b..fb078c97c 100755 --- a/tests/DataStorage/Database/TestModel/BelongsToModel.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php index b58748b0f..fe29e987c 100755 --- a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php index 4ed89646e..d2ee3cb67 100644 --- a/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModelPrivateMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/Conditional.php b/tests/DataStorage/Database/TestModel/Conditional.php index 9eb9f876d..ae8088bbd 100755 --- a/tests/DataStorage/Database/TestModel/Conditional.php +++ b/tests/DataStorage/Database/TestModel/Conditional.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ConditionalMapper.php b/tests/DataStorage/Database/TestModel/ConditionalMapper.php index cb9adaafd..ad54ea951 100755 --- a/tests/DataStorage/Database/TestModel/ConditionalMapper.php +++ b/tests/DataStorage/Database/TestModel/ConditionalMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Tag\Models * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php index e6bf5f841..39603d844 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php index 0341707f4..877bd7733 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php index e1de0fd8a..fd414cd4a 100644 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelPrivateMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php index 292d6e05f..906a7fd83 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php index beaf3deb9..3e377d54e 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php index e7df8b66d..4a33a6b01 100644 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModelPrivateMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullBaseModel.php b/tests/DataStorage/Database/TestModel/NullBaseModel.php index ca41d294d..f40e89306 100755 --- a/tests/DataStorage/Database/TestModel/NullBaseModel.php +++ b/tests/DataStorage/Database/TestModel/NullBaseModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullBelongsToModel.php b/tests/DataStorage/Database/TestModel/NullBelongsToModel.php index bc3dd2120..0e3e74c99 100755 --- a/tests/DataStorage/Database/TestModel/NullBelongsToModel.php +++ b/tests/DataStorage/Database/TestModel/NullBelongsToModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php index f4a978406..add914e5a 100755 --- a/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php +++ b/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php index 5ae478a54..6792e6411 100755 --- a/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php +++ b/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php b/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php index c9108503e..5fd847421 100755 --- a/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php +++ b/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModel.php b/tests/DataStorage/Database/TestModel/OwnsOneModel.php index 667f6d0d1..d168976f3 100755 --- a/tests/DataStorage/Database/TestModel/OwnsOneModel.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModel.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php index 51e97d290..8dea68eda 100755 --- a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php b/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php index 08511b3aa..abcf4a8d9 100644 --- a/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModelPrivateMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/LockExceptionTest.php b/tests/DataStorage/LockExceptionTest.php index ed7a7ab7c..9410246c7 100755 --- a/tests/DataStorage/LockExceptionTest.php +++ b/tests/DataStorage/LockExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Session/HttpSessionTest.php b/tests/DataStorage/Session/HttpSessionTest.php index a80497d02..98a8b844a 100755 --- a/tests/DataStorage/Session/HttpSessionTest.php +++ b/tests/DataStorage/Session/HttpSessionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Dispatcher/DispatcherTest.php b/tests/Dispatcher/DispatcherTest.php index ae316c2f8..b4efb4301 100755 --- a/tests/Dispatcher/DispatcherTest.php +++ b/tests/Dispatcher/DispatcherTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Dispatcher/TestController.php b/tests/Dispatcher/TestController.php index 96badf149..508151205 100755 --- a/tests/Dispatcher/TestController.php +++ b/tests/Dispatcher/TestController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Event/EventManagerTest.php b/tests/Event/EventManagerTest.php index 6c15764c1..72b5755b7 100755 --- a/tests/Event/EventManagerTest.php +++ b/tests/Event/EventManagerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/ExtensionTest.php b/tests/ExtensionTest.php index 297bcda22..1de468d2e 100755 --- a/tests/ExtensionTest.php +++ b/tests/ExtensionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Image/KernelTest.php b/tests/Image/KernelTest.php index a956fb851..5c9e972a1 100755 --- a/tests/Image/KernelTest.php +++ b/tests/Image/KernelTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Image/SkewTest.php b/tests/Image/SkewTest.php index bd1162aea..3dd9b8d06 100755 --- a/tests/Image/SkewTest.php +++ b/tests/Image/SkewTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Image/ThresholdingTest.php b/tests/Image/ThresholdingTest.php index 711aee18a..769a7c79a 100755 --- a/tests/Image/ThresholdingTest.php +++ b/tests/Image/ThresholdingTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CityMapperTest.php b/tests/Localization/Defaults/CityMapperTest.php index cc5f67c36..f9a83cf22 100755 --- a/tests/Localization/Defaults/CityMapperTest.php +++ b/tests/Localization/Defaults/CityMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CityTest.php b/tests/Localization/Defaults/CityTest.php index 73eeba705..cc1ba7d3b 100755 --- a/tests/Localization/Defaults/CityTest.php +++ b/tests/Localization/Defaults/CityTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CountryMapperTest.php b/tests/Localization/Defaults/CountryMapperTest.php index f28e38e80..ddc3555e2 100755 --- a/tests/Localization/Defaults/CountryMapperTest.php +++ b/tests/Localization/Defaults/CountryMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CountryTest.php b/tests/Localization/Defaults/CountryTest.php index 6280b40f2..5db5ee208 100755 --- a/tests/Localization/Defaults/CountryTest.php +++ b/tests/Localization/Defaults/CountryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CurrencyMapperTest.php b/tests/Localization/Defaults/CurrencyMapperTest.php index 1cfaa6309..d9b2cd357 100755 --- a/tests/Localization/Defaults/CurrencyMapperTest.php +++ b/tests/Localization/Defaults/CurrencyMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CurrencyTest.php b/tests/Localization/Defaults/CurrencyTest.php index ea2deb75a..18d88f415 100755 --- a/tests/Localization/Defaults/CurrencyTest.php +++ b/tests/Localization/Defaults/CurrencyTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/IbanMapperTest.php b/tests/Localization/Defaults/IbanMapperTest.php index 0d5855662..d093ca67f 100755 --- a/tests/Localization/Defaults/IbanMapperTest.php +++ b/tests/Localization/Defaults/IbanMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/IbanTest.php b/tests/Localization/Defaults/IbanTest.php index 631eef8e9..62f497e29 100755 --- a/tests/Localization/Defaults/IbanTest.php +++ b/tests/Localization/Defaults/IbanTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/LanguageMapperTest.php b/tests/Localization/Defaults/LanguageMapperTest.php index 25bd062e0..a8ccd8c69 100755 --- a/tests/Localization/Defaults/LanguageMapperTest.php +++ b/tests/Localization/Defaults/LanguageMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/LanguageTest.php b/tests/Localization/Defaults/LanguageTest.php index ce10e4058..5487a7da9 100755 --- a/tests/Localization/Defaults/LanguageTest.php +++ b/tests/Localization/Defaults/LanguageTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO3166CharEnumTest.php b/tests/Localization/ISO3166CharEnumTest.php index a525f5e19..0aeac3d99 100755 --- a/tests/Localization/ISO3166CharEnumTest.php +++ b/tests/Localization/ISO3166CharEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO3166NameEnumTest.php b/tests/Localization/ISO3166NameEnumTest.php index 959fdf4be..7314d5454 100755 --- a/tests/Localization/ISO3166NameEnumTest.php +++ b/tests/Localization/ISO3166NameEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO3166NumEnumTest.php b/tests/Localization/ISO3166NumEnumTest.php index a0415db58..11bc8d134 100755 --- a/tests/Localization/ISO3166NumEnumTest.php +++ b/tests/Localization/ISO3166NumEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO3166TwoEnumTest.php b/tests/Localization/ISO3166TwoEnumTest.php index 45c0ae331..2f1cb8198 100755 --- a/tests/Localization/ISO3166TwoEnumTest.php +++ b/tests/Localization/ISO3166TwoEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217CharEnumTest.php b/tests/Localization/ISO4217CharEnumTest.php index 7239f7fab..e2dc4ecf8 100755 --- a/tests/Localization/ISO4217CharEnumTest.php +++ b/tests/Localization/ISO4217CharEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217DecimalEnumTest.php b/tests/Localization/ISO4217DecimalEnumTest.php index c55f2d101..10bb312d2 100755 --- a/tests/Localization/ISO4217DecimalEnumTest.php +++ b/tests/Localization/ISO4217DecimalEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217EnumTest.php b/tests/Localization/ISO4217EnumTest.php index 21fd9484e..10a24b971 100755 --- a/tests/Localization/ISO4217EnumTest.php +++ b/tests/Localization/ISO4217EnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217NumEnumTest.php b/tests/Localization/ISO4217NumEnumTest.php index b93d3476d..8868d1755 100755 --- a/tests/Localization/ISO4217NumEnumTest.php +++ b/tests/Localization/ISO4217NumEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217SubUnitEnumTest.php b/tests/Localization/ISO4217SubUnitEnumTest.php index 782631c83..5bb3482bd 100755 --- a/tests/Localization/ISO4217SubUnitEnumTest.php +++ b/tests/Localization/ISO4217SubUnitEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217SymbolEnumTest.php b/tests/Localization/ISO4217SymbolEnumTest.php index db775c50c..0c8e1974a 100755 --- a/tests/Localization/ISO4217SymbolEnumTest.php +++ b/tests/Localization/ISO4217SymbolEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO639EnumTest.php b/tests/Localization/ISO639EnumTest.php index 185ea0fd7..7a3384613 100755 --- a/tests/Localization/ISO639EnumTest.php +++ b/tests/Localization/ISO639EnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO639x1EnumTest.php b/tests/Localization/ISO639x1EnumTest.php index c42d68ee4..691fe8699 100755 --- a/tests/Localization/ISO639x1EnumTest.php +++ b/tests/Localization/ISO639x1EnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO639x2EnumTest.php b/tests/Localization/ISO639x2EnumTest.php index 23033ff52..5d3b01340 100755 --- a/tests/Localization/ISO639x2EnumTest.php +++ b/tests/Localization/ISO639x2EnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO8601EnumArrayTest.php b/tests/Localization/ISO8601EnumArrayTest.php index f66d44ad1..04e06085f 100755 --- a/tests/Localization/ISO8601EnumArrayTest.php +++ b/tests/Localization/ISO8601EnumArrayTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/L11nManagerTest.php b/tests/Localization/L11nManagerTest.php index 4ac8525b7..f20986b0f 100755 --- a/tests/Localization/L11nManagerTest.php +++ b/tests/Localization/L11nManagerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/LanguageDetection/LanguageTest.php b/tests/Localization/LanguageDetection/LanguageTest.php index d7fda1ce3..ac4f70874 100644 --- a/tests/Localization/LanguageDetection/LanguageTest.php +++ b/tests/Localization/LanguageDetection/LanguageTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/LocalizationTest.php b/tests/Localization/LocalizationTest.php index 3e8c09dd6..c7f0257b3 100755 --- a/tests/Localization/LocalizationTest.php +++ b/tests/Localization/LocalizationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/MoneyTest.php b/tests/Localization/MoneyTest.php index d85de5387..5bc9a9b19 100755 --- a/tests/Localization/MoneyTest.php +++ b/tests/Localization/MoneyTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/PhoneEnumTest.php b/tests/Localization/PhoneEnumTest.php index c2a8bc76a..7b125ab23 100755 --- a/tests/Localization/PhoneEnumTest.php +++ b/tests/Localization/PhoneEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/TimeZoneEnumArrayTest.php b/tests/Localization/TimeZoneEnumArrayTest.php index 8cc8da101..6a9d5df6b 100755 --- a/tests/Localization/TimeZoneEnumArrayTest.php +++ b/tests/Localization/TimeZoneEnumArrayTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Log/FileLoggerTest.php b/tests/Log/FileLoggerTest.php index 812099e30..510e18ae1 100755 --- a/tests/Log/FileLoggerTest.php +++ b/tests/Log/FileLoggerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Log/LogLevelTest.php b/tests/Log/LogLevelTest.php index ba50500a4..d68aa5a5e 100755 --- a/tests/Log/LogLevelTest.php +++ b/tests/Log/LogLevelTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Exception/ZeroDivisionExceptionTest.php b/tests/Math/Exception/ZeroDivisionExceptionTest.php index 97f613638..0ca64517a 100644 --- a/tests/Math/Exception/ZeroDivisionExceptionTest.php +++ b/tests/Math/Exception/ZeroDivisionExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Functions/AlgebraTest.php b/tests/Math/Functions/AlgebraTest.php index 7ad3d413f..1038626bc 100644 --- a/tests/Math/Functions/AlgebraTest.php +++ b/tests/Math/Functions/AlgebraTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Functions/BetaTest.php b/tests/Math/Functions/BetaTest.php index e640ab148..0342b7f92 100755 --- a/tests/Math/Functions/BetaTest.php +++ b/tests/Math/Functions/BetaTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Functions/FibonacciTest.php b/tests/Math/Functions/FibonacciTest.php index 50d921a38..b91b7dc10 100755 --- a/tests/Math/Functions/FibonacciTest.php +++ b/tests/Math/Functions/FibonacciTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Functions/FunctionsTest.php b/tests/Math/Functions/FunctionsTest.php index 2bee2d224..42737b74a 100755 --- a/tests/Math/Functions/FunctionsTest.php +++ b/tests/Math/Functions/FunctionsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Functions/GammaTest.php b/tests/Math/Functions/GammaTest.php index 0f14f2028..192c06413 100755 --- a/tests/Math/Functions/GammaTest.php +++ b/tests/Math/Functions/GammaTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/ConvexHull/GrahamScanTest.php b/tests/Math/Geometry/ConvexHull/GrahamScanTest.php index 609ed6350..c42ee330c 100644 --- a/tests/Math/Geometry/ConvexHull/GrahamScanTest.php +++ b/tests/Math/Geometry/ConvexHull/GrahamScanTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php index 860573c3f..d7878f638 100755 --- a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php +++ b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/CircleTest.php b/tests/Math/Geometry/Shape/D2/CircleTest.php index 7dd5807e5..f1ed29788 100755 --- a/tests/Math/Geometry/Shape/D2/CircleTest.php +++ b/tests/Math/Geometry/Shape/D2/CircleTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/EllipseTest.php b/tests/Math/Geometry/Shape/D2/EllipseTest.php index 6e311e5ac..3de784d7b 100755 --- a/tests/Math/Geometry/Shape/D2/EllipseTest.php +++ b/tests/Math/Geometry/Shape/D2/EllipseTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/PolygonTest.php b/tests/Math/Geometry/Shape/D2/PolygonTest.php index d46ed1fa0..6a71ee738 100755 --- a/tests/Math/Geometry/Shape/D2/PolygonTest.php +++ b/tests/Math/Geometry/Shape/D2/PolygonTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php index 95daedf6e..885b6e2c0 100755 --- a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php +++ b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/RectangleTest.php b/tests/Math/Geometry/Shape/D2/RectangleTest.php index 9d5c4da46..1f32858ad 100755 --- a/tests/Math/Geometry/Shape/D2/RectangleTest.php +++ b/tests/Math/Geometry/Shape/D2/RectangleTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php index 104248fcc..a56fca9df 100755 --- a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php +++ b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/TriangleTest.php b/tests/Math/Geometry/Shape/D2/TriangleTest.php index d15d5b80e..ad2789e14 100755 --- a/tests/Math/Geometry/Shape/D2/TriangleTest.php +++ b/tests/Math/Geometry/Shape/D2/TriangleTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/ConeTest.php b/tests/Math/Geometry/Shape/D3/ConeTest.php index 82b02a60f..77e51531d 100755 --- a/tests/Math/Geometry/Shape/D3/ConeTest.php +++ b/tests/Math/Geometry/Shape/D3/ConeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/CuboidTest.php b/tests/Math/Geometry/Shape/D3/CuboidTest.php index e54b8bcb2..8d1798919 100755 --- a/tests/Math/Geometry/Shape/D3/CuboidTest.php +++ b/tests/Math/Geometry/Shape/D3/CuboidTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/CylinderTest.php b/tests/Math/Geometry/Shape/D3/CylinderTest.php index c517ce040..424cf6c96 100755 --- a/tests/Math/Geometry/Shape/D3/CylinderTest.php +++ b/tests/Math/Geometry/Shape/D3/CylinderTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/PrismTest.php b/tests/Math/Geometry/Shape/D3/PrismTest.php index c083647dd..3518bd93e 100755 --- a/tests/Math/Geometry/Shape/D3/PrismTest.php +++ b/tests/Math/Geometry/Shape/D3/PrismTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php index 4f5a9a2c7..ac9efb1da 100755 --- a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php +++ b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/SphereTest.php b/tests/Math/Geometry/Shape/D3/SphereTest.php index 067967b9a..9805e0b0a 100755 --- a/tests/Math/Geometry/Shape/D3/SphereTest.php +++ b/tests/Math/Geometry/Shape/D3/SphereTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php index 91537ec7d..e16999cf0 100755 --- a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php +++ b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/CholeskyDecompositionTest.php b/tests/Math/Matrix/CholeskyDecompositionTest.php index c87b336d8..ad808a7f5 100755 --- a/tests/Math/Matrix/CholeskyDecompositionTest.php +++ b/tests/Math/Matrix/CholeskyDecompositionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/EigenvalueDecompositionTest.php b/tests/Math/Matrix/EigenvalueDecompositionTest.php index 85a5ceff3..bb823c9c6 100755 --- a/tests/Math/Matrix/EigenvalueDecompositionTest.php +++ b/tests/Math/Matrix/EigenvalueDecompositionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php index 288bb5396..7f3d07349 100755 --- a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php +++ b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/IdentityMatrixTest.php b/tests/Math/Matrix/IdentityMatrixTest.php index ebfa90674..e8f42a9b4 100755 --- a/tests/Math/Matrix/IdentityMatrixTest.php +++ b/tests/Math/Matrix/IdentityMatrixTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/LUDecompositionTest.php b/tests/Math/Matrix/LUDecompositionTest.php index 27b547d8a..72a2423c7 100755 --- a/tests/Math/Matrix/LUDecompositionTest.php +++ b/tests/Math/Matrix/LUDecompositionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/MatrixTest.php b/tests/Math/Matrix/MatrixTest.php index 83345b289..c8939299d 100755 --- a/tests/Math/Matrix/MatrixTest.php +++ b/tests/Math/Matrix/MatrixTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/QRDecompositionTest.php b/tests/Math/Matrix/QRDecompositionTest.php index f6145ea2b..dc47b85fb 100755 --- a/tests/Math/Matrix/QRDecompositionTest.php +++ b/tests/Math/Matrix/QRDecompositionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/VectorTest.php b/tests/Math/Matrix/VectorTest.php index b65524415..9f2c55c00 100755 --- a/tests/Math/Matrix/VectorTest.php +++ b/tests/Math/Matrix/VectorTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/ComplexTest.php b/tests/Math/Number/ComplexTest.php index b46b1cfad..0e632ff41 100755 --- a/tests/Math/Number/ComplexTest.php +++ b/tests/Math/Number/ComplexTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/IntegerTest.php b/tests/Math/Number/IntegerTest.php index 49f744c1e..e878642aa 100755 --- a/tests/Math/Number/IntegerTest.php +++ b/tests/Math/Number/IntegerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/NaturalTest.php b/tests/Math/Number/NaturalTest.php index 7bb7913b8..802ff98d5 100755 --- a/tests/Math/Number/NaturalTest.php +++ b/tests/Math/Number/NaturalTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/NumberTypeTest.php b/tests/Math/Number/NumberTypeTest.php index 23b1b0095..58ab0825f 100755 --- a/tests/Math/Number/NumberTypeTest.php +++ b/tests/Math/Number/NumberTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/NumbersTest.php b/tests/Math/Number/NumbersTest.php index 5d038ad36..72cfaade4 100755 --- a/tests/Math/Number/NumbersTest.php +++ b/tests/Math/Number/NumbersTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/PrimeTest.php b/tests/Math/Number/PrimeTest.php index 0b9c7b128..c0996da7b 100755 --- a/tests/Math/Number/PrimeTest.php +++ b/tests/Math/Number/PrimeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Numerics/IntegrationTest.php b/tests/Math/Numerics/IntegrationTest.php index f2579ec0c..9de82189f 100755 --- a/tests/Math/Numerics/IntegrationTest.php +++ b/tests/Math/Numerics/IntegrationTest.php @@ -3,7 +3,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php index 1e9937699..5dcefc216 100755 --- a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php index 1181f1c61..614d7554d 100755 --- a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php index 68d9c5985..45b76ac51 100755 --- a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Optimization/SimplexTest.php b/tests/Math/Optimization/SimplexTest.php index 26fe445a0..3f4c44a42 100644 --- a/tests/Math/Optimization/SimplexTest.php +++ b/tests/Math/Optimization/SimplexTest.php @@ -3,7 +3,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Parser/EvaluatorTest.php b/tests/Math/Parser/EvaluatorTest.php index adb612c3e..8115538f2 100755 --- a/tests/Math/Parser/EvaluatorTest.php +++ b/tests/Math/Parser/EvaluatorTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Solver/Root/BisectionTest.php b/tests/Math/Solver/Root/BisectionTest.php index 5bc5f3036..26b702b85 100644 --- a/tests/Math/Solver/Root/BisectionTest.php +++ b/tests/Math/Solver/Root/BisectionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Solver/Root/IllinoisTest.php b/tests/Math/Solver/Root/IllinoisTest.php index 8ee62a973..6a132b2aa 100644 --- a/tests/Math/Solver/Root/IllinoisTest.php +++ b/tests/Math/Solver/Root/IllinoisTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Solver/Root/RegulaFalsiTest.php b/tests/Math/Solver/Root/RegulaFalsiTest.php index 6e745ca80..395436396 100644 --- a/tests/Math/Solver/Root/RegulaFalsiTest.php +++ b/tests/Math/Solver/Root/RegulaFalsiTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/AverageTest.php b/tests/Math/Statistic/AverageTest.php index da7d81825..fdafb2961 100755 --- a/tests/Math/Statistic/AverageTest.php +++ b/tests/Math/Statistic/AverageTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/BasicTest.php b/tests/Math/Statistic/BasicTest.php index 2b5784ce8..620303ab8 100755 --- a/tests/Math/Statistic/BasicTest.php +++ b/tests/Math/Statistic/BasicTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/CorrelationTest.php b/tests/Math/Statistic/CorrelationTest.php index 22de50bbe..b063f0959 100755 --- a/tests/Math/Statistic/CorrelationTest.php +++ b/tests/Math/Statistic/CorrelationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/ErrorTest.php b/tests/Math/Statistic/Forecast/ErrorTest.php index 3130b5885..ad6601dcd 100755 --- a/tests/Math/Statistic/Forecast/ErrorTest.php +++ b/tests/Math/Statistic/Forecast/ErrorTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/ForecastsTest.php b/tests/Math/Statistic/Forecast/ForecastsTest.php index ccdb4ca65..5bfce9250 100755 --- a/tests/Math/Statistic/Forecast/ForecastsTest.php +++ b/tests/Math/Statistic/Forecast/ForecastsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php index acd90d1f9..eee644404 100755 --- a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php index f11fe8f43..2bd4bc794 100755 --- a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php index ed1b08019..31521cbb8 100755 --- a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php index d8af6f9d6..acaf39ea4 100755 --- a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php index 60bf4e888..4f341677d 100755 --- a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/MeasureOfDispersionTest.php b/tests/Math/Statistic/MeasureOfDispersionTest.php index 18a7b903a..5af75c2cc 100755 --- a/tests/Math/Statistic/MeasureOfDispersionTest.php +++ b/tests/Math/Statistic/MeasureOfDispersionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php index f3e7c21de..151abc005 100755 --- a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php index 020ba0ec2..5872c0838 100755 --- a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php index 401d4ee6f..23d169b76 100755 --- a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php index f8ef94252..1fb66ce13 100755 --- a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php index ec00da11c..df9e6c565 100755 --- a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php index 74eacb752..a7cf9c147 100755 --- a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/FDistributionTest.php b/tests/Math/Stochastic/Distribution/FDistributionTest.php index 41eedabea..995612e72 100755 --- a/tests/Math/Stochastic/Distribution/FDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/FDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php index 0535a1c6d..a7bcea679 100755 --- a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php index f86e2d4b4..cc6b43bb0 100755 --- a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php index 5b330b1e6..c84920593 100755 --- a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php index dd2310bce..d7427b1ee 100755 --- a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/LogDistributionTest.php b/tests/Math/Stochastic/Distribution/LogDistributionTest.php index 330df50bb..7ad193d60 100755 --- a/tests/Math/Stochastic/Distribution/LogDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php index 49d43e7f3..a9e537b65 100755 --- a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php index 0a7ac5751..d7fc916d8 100755 --- a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php index eef687e8f..97f0183fd 100755 --- a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php index 1ee427b6a..40f20fe46 100755 --- a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php index 55022a7e7..45a25c4b1 100755 --- a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/TDistributionTest.php b/tests/Math/Stochastic/Distribution/TDistributionTest.php index 946669baf..60038dfc0 100755 --- a/tests/Math/Stochastic/Distribution/TDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/TDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php index 882801265..ea4412a0f 100755 --- a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php index 8d199aad3..f97fb3343 100755 --- a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php index 5288b0b07..c4fbd375a 100755 --- a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/ZTestingTest.php b/tests/Math/Stochastic/Distribution/ZTestingTest.php index ad6c0b730..e25472853 100644 --- a/tests/Math/Stochastic/Distribution/ZTestingTest.php +++ b/tests/Math/Stochastic/Distribution/ZTestingTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/NaiveBayesClassifierTest.php b/tests/Math/Stochastic/NaiveBayesClassifierTest.php index 5e6f553c9..73fde9b0a 100755 --- a/tests/Math/Stochastic/NaiveBayesClassifierTest.php +++ b/tests/Math/Stochastic/NaiveBayesClassifierTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Topology/Kernel2DTest.php b/tests/Math/Topology/Kernel2DTest.php index addb95337..4358063bb 100644 --- a/tests/Math/Topology/Kernel2DTest.php +++ b/tests/Math/Topology/Kernel2DTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Topology/Metrics2DTest.php b/tests/Math/Topology/Metrics2DTest.php index b32577e8f..baaa7d8f4 100755 --- a/tests/Math/Topology/Metrics2DTest.php +++ b/tests/Math/Topology/Metrics2DTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Topology/MetricsNDTest.php b/tests/Math/Topology/MetricsNDTest.php index 6cbcf5582..074b865de 100755 --- a/tests/Math/Topology/MetricsNDTest.php +++ b/tests/Math/Topology/MetricsNDTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Cli/CliHeaderTest.php b/tests/Message/Cli/CliHeaderTest.php index 5e101bc8e..b80ad2cce 100755 --- a/tests/Message/Cli/CliHeaderTest.php +++ b/tests/Message/Cli/CliHeaderTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Cli/CliRequestTest.php b/tests/Message/Cli/CliRequestTest.php index d7df7cd06..0be20c8fe 100755 --- a/tests/Message/Cli/CliRequestTest.php +++ b/tests/Message/Cli/CliRequestTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Cli/CliResponseTest.php b/tests/Message/Cli/CliResponseTest.php index dfba1ab12..2a9b8a146 100755 --- a/tests/Message/Cli/CliResponseTest.php +++ b/tests/Message/Cli/CliResponseTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/HeaderAbstractTest.php b/tests/Message/HeaderAbstractTest.php index 7c30b0942..30e715133 100755 --- a/tests/Message/HeaderAbstractTest.php +++ b/tests/Message/HeaderAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/BrowserTypeTest.php b/tests/Message/Http/BrowserTypeTest.php index 7c6199775..1d7eb1f3f 100755 --- a/tests/Message/Http/BrowserTypeTest.php +++ b/tests/Message/Http/BrowserTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/HttpHeaderTest.php b/tests/Message/Http/HttpHeaderTest.php index f6a7111ff..4376b4339 100755 --- a/tests/Message/Http/HttpHeaderTest.php +++ b/tests/Message/Http/HttpHeaderTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/HttpRequestTest.php b/tests/Message/Http/HttpRequestTest.php index 27343e58e..9e44ced71 100755 --- a/tests/Message/Http/HttpRequestTest.php +++ b/tests/Message/Http/HttpRequestTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/HttpResponseTest.php b/tests/Message/Http/HttpResponseTest.php index 89a95feb3..516aec8a3 100755 --- a/tests/Message/Http/HttpResponseTest.php +++ b/tests/Message/Http/HttpResponseTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/OSTypeTest.php b/tests/Message/Http/OSTypeTest.php index 6ab64e803..c7af172c7 100755 --- a/tests/Message/Http/OSTypeTest.php +++ b/tests/Message/Http/OSTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/RequestMethodTest.php b/tests/Message/Http/RequestMethodTest.php index 8b1dbc6c3..0879346d6 100755 --- a/tests/Message/Http/RequestMethodTest.php +++ b/tests/Message/Http/RequestMethodTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/RequestStatusCodeTest.php b/tests/Message/Http/RequestStatusCodeTest.php index df294bd5a..dbfebcaa1 100755 --- a/tests/Message/Http/RequestStatusCodeTest.php +++ b/tests/Message/Http/RequestStatusCodeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/RequestStatusTest.php b/tests/Message/Http/RequestStatusTest.php index de37c21b1..f2530dda6 100755 --- a/tests/Message/Http/RequestStatusTest.php +++ b/tests/Message/Http/RequestStatusTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/RestTest.php b/tests/Message/Http/RestTest.php index 1c85ea8a2..6d1f552c9 100755 --- a/tests/Message/Http/RestTest.php +++ b/tests/Message/Http/RestTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/EmailTest.php b/tests/Message/Mail/EmailTest.php index 3f552bf0a..8f7b1b77c 100755 --- a/tests/Message/Mail/EmailTest.php +++ b/tests/Message/Mail/EmailTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/ImapTest.php b/tests/Message/Mail/ImapTest.php index 0b97f5f07..a3b286415 100755 --- a/tests/Message/Mail/ImapTest.php +++ b/tests/Message/Mail/ImapTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/MailHandlerMailTrait.php b/tests/Message/Mail/MailHandlerMailTrait.php index 3b956d00e..85b3343b2 100755 --- a/tests/Message/Mail/MailHandlerMailTrait.php +++ b/tests/Message/Mail/MailHandlerMailTrait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/MailHandlerSendmailTrait.php b/tests/Message/Mail/MailHandlerSendmailTrait.php index 1deca9739..95d78ba9b 100755 --- a/tests/Message/Mail/MailHandlerSendmailTrait.php +++ b/tests/Message/Mail/MailHandlerSendmailTrait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/MailHandlerSmtpTrait.php b/tests/Message/Mail/MailHandlerSmtpTrait.php index c0b1c6ea3..44581ea4f 100755 --- a/tests/Message/Mail/MailHandlerSmtpTrait.php +++ b/tests/Message/Mail/MailHandlerSmtpTrait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/MailHandlerTest.php b/tests/Message/Mail/MailHandlerTest.php index 0944dca51..4e6cc8594 100755 --- a/tests/Message/Mail/MailHandlerTest.php +++ b/tests/Message/Mail/MailHandlerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/Pop3Test.php b/tests/Message/Mail/Pop3Test.php index 7a40f21cb..39635eadd 100755 --- a/tests/Message/Mail/Pop3Test.php +++ b/tests/Message/Mail/Pop3Test.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/RequestAbstractTest.php b/tests/Message/RequestAbstractTest.php index 9eab9f759..eaa8caca7 100755 --- a/tests/Message/RequestAbstractTest.php +++ b/tests/Message/RequestAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/ResponseAbstractTest.php b/tests/Message/ResponseAbstractTest.php index a0e7c5ad5..ba1db7b84 100755 --- a/tests/Message/ResponseAbstractTest.php +++ b/tests/Message/ResponseAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/HeaderTest.php b/tests/Message/Socket/HeaderTest.php index fe604cd5d..86ac4dfcd 100755 --- a/tests/Message/Socket/HeaderTest.php +++ b/tests/Message/Socket/HeaderTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/PacketManagerTest.php b/tests/Message/Socket/PacketManagerTest.php index 66d9f2234..c65898193 100755 --- a/tests/Message/Socket/PacketManagerTest.php +++ b/tests/Message/Socket/PacketManagerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/PacketTypeTest.php b/tests/Message/Socket/PacketTypeTest.php index 854be0ca3..2ea1baf59 100755 --- a/tests/Message/Socket/PacketTypeTest.php +++ b/tests/Message/Socket/PacketTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/RequestTest.php b/tests/Message/Socket/RequestTest.php index b459f0d27..d5e2f7468 100755 --- a/tests/Message/Socket/RequestTest.php +++ b/tests/Message/Socket/RequestTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/ResponseTest.php b/tests/Message/Socket/ResponseTest.php index 449dd0493..7ecb8a27c 100755 --- a/tests/Message/Socket/ResponseTest.php +++ b/tests/Message/Socket/ResponseTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Html/FormElementGeneratorTest.php b/tests/Model/Html/FormElementGeneratorTest.php index b196da615..04d71661f 100755 --- a/tests/Model/Html/FormElementGeneratorTest.php +++ b/tests/Model/Html/FormElementGeneratorTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Html/HeadTest.php b/tests/Model/Html/HeadTest.php index 5b399d343..302a6dff5 100755 --- a/tests/Model/Html/HeadTest.php +++ b/tests/Model/Html/HeadTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Html/MetaTest.php b/tests/Model/Html/MetaTest.php index dee6e2a9a..2ccc0765d 100755 --- a/tests/Model/Html/MetaTest.php +++ b/tests/Model/Html/MetaTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Message/DomActionTest.php b/tests/Model/Message/DomActionTest.php index cdfcfa7e3..ffc676d7a 100755 --- a/tests/Model/Message/DomActionTest.php +++ b/tests/Model/Message/DomActionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Message/DomTest.php b/tests/Model/Message/DomTest.php index 9c04749d0..f124ef258 100755 --- a/tests/Model/Message/DomTest.php +++ b/tests/Model/Message/DomTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Model/Message/FormValidationTest.php b/tests/Model/Message/FormValidationTest.php index 015cd40c9..4b5a644f0 100755 --- a/tests/Model/Message/FormValidationTest.php +++ b/tests/Model/Message/FormValidationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Model/Message/NotifyTest.php b/tests/Model/Message/NotifyTest.php index 8fff5e536..69a90c5fc 100755 --- a/tests/Model/Message/NotifyTest.php +++ b/tests/Model/Message/NotifyTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Model/Message/RedirectTest.php b/tests/Model/Message/RedirectTest.php index f37d6d187..7e9d0302b 100755 --- a/tests/Model/Message/RedirectTest.php +++ b/tests/Model/Message/RedirectTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Model/Message/ReloadTest.php b/tests/Model/Message/ReloadTest.php index 6141b4db4..9f06bb150 100755 --- a/tests/Model/Message/ReloadTest.php +++ b/tests/Model/Message/ReloadTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Module/Exception/InvalidModuleExceptionTest.php b/tests/Module/Exception/InvalidModuleExceptionTest.php index 497894376..445072cc4 100755 --- a/tests/Module/Exception/InvalidModuleExceptionTest.php +++ b/tests/Module/Exception/InvalidModuleExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/Exception/InvalidThemeExceptionTest.php b/tests/Module/Exception/InvalidThemeExceptionTest.php index 1b4afc2bd..e2276272f 100755 --- a/tests/Module/Exception/InvalidThemeExceptionTest.php +++ b/tests/Module/Exception/InvalidThemeExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/InstallerAbstractTest.php b/tests/Module/InstallerAbstractTest.php index 3111fc5b7..aa314db94 100755 --- a/tests/Module/InstallerAbstractTest.php +++ b/tests/Module/InstallerAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/ModuleAbstractTest.php b/tests/Module/ModuleAbstractTest.php index 4baad98d9..0098f95e7 100755 --- a/tests/Module/ModuleAbstractTest.php +++ b/tests/Module/ModuleAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/ModuleInfoTest.php b/tests/Module/ModuleInfoTest.php index bed7122f1..2f7d332f6 100755 --- a/tests/Module/ModuleInfoTest.php +++ b/tests/Module/ModuleInfoTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/ModuleManagerTest.php b/tests/Module/ModuleManagerTest.php index a56ed1664..378c9ba7a 100755 --- a/tests/Module/ModuleManagerTest.php +++ b/tests/Module/ModuleManagerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/NullModuleTest.php b/tests/Module/NullModuleTest.php index fc14a6d6f..cea05c950 100755 --- a/tests/Module/NullModuleTest.php +++ b/tests/Module/NullModuleTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/PackageManagerTest.php b/tests/Module/PackageManagerTest.php index 1ca33c960..e8006bdda 100755 --- a/tests/Module/PackageManagerTest.php +++ b/tests/Module/PackageManagerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/StatusAbstractTest.php b/tests/Module/StatusAbstractTest.php index 883157e47..e19ce1c4d 100755 --- a/tests/Module/StatusAbstractTest.php +++ b/tests/Module/StatusAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php b/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php index 48064671a..437d00a68 100755 --- a/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php +++ b/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/tests/Module/Testmodule/Admin/Installer.php b/tests/Module/Testmodule/Admin/Installer.php index 2f7d7c04b..e49f2f076 100755 --- a/tests/Module/Testmodule/Admin/Installer.php +++ b/tests/Module/Testmodule/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/UninstallerAbstractTest.php b/tests/Module/UninstallerAbstractTest.php index 5e2f53701..6221bd52d 100755 --- a/tests/Module/UninstallerAbstractTest.php +++ b/tests/Module/UninstallerAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Preload0.php b/tests/Preload0.php index 036a776d8..025d0695c 100755 --- a/tests/Preload0.php +++ b/tests/Preload0.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/PreloadTest/Preload1.php b/tests/PreloadTest/Preload1.php index d408305f2..f4c2c8715 100755 --- a/tests/PreloadTest/Preload1.php +++ b/tests/PreloadTest/Preload1.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/PreloadTest/Sub/Preload2.php b/tests/PreloadTest/Sub/Preload2.php index 71f6f3cbb..90f2e5a26 100755 --- a/tests/PreloadTest/Sub/Preload2.php +++ b/tests/PreloadTest/Sub/Preload2.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/PreloadTest/Sub/Preload3.php b/tests/PreloadTest/Sub/Preload3.php index 4b36a37ca..9bb86e06a 100755 --- a/tests/PreloadTest/Sub/Preload3.php +++ b/tests/PreloadTest/Sub/Preload3.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/PreloaderTest.php b/tests/PreloaderTest.php index 1fdb83ffd..280c9d19f 100755 --- a/tests/PreloaderTest.php +++ b/tests/PreloaderTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Router/RouteVerbTest.php b/tests/Router/RouteVerbTest.php index 8943b713b..3762dab49 100755 --- a/tests/Router/RouteVerbTest.php +++ b/tests/Router/RouteVerbTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Router/SocketRouterTest.php b/tests/Router/SocketRouterTest.php index 0df8d97f0..5946668be 100755 --- a/tests/Router/SocketRouterTest.php +++ b/tests/Router/SocketRouterTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Router/WebRouterTest.php b/tests/Router/WebRouterTest.php index afeac30b1..315c79bf6 100755 --- a/tests/Router/WebRouterTest.php +++ b/tests/Router/WebRouterTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Security/EncryptionHelperTest.php b/tests/Security/EncryptionHelperTest.php index 18049ed80..abc61a84e 100644 --- a/tests/Security/EncryptionHelperTest.php +++ b/tests/Security/EncryptionHelperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Security/GuardTest.php b/tests/Security/GuardTest.php index 97ef7bde4..e92db3364 100644 --- a/tests/Security/GuardTest.php +++ b/tests/Security/GuardTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Security/PhpCodeTest.php b/tests/Security/PhpCodeTest.php index 320643ad3..2d5d394c5 100755 --- a/tests/Security/PhpCodeTest.php +++ b/tests/Security/PhpCodeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Client/ClientConnectionTest.php b/tests/Socket/Client/ClientConnectionTest.php index 79348fe81..e6ae08e05 100755 --- a/tests/Socket/Client/ClientConnectionTest.php +++ b/tests/Socket/Client/ClientConnectionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Client/ClientTest.php b/tests/Socket/Client/ClientTest.php index b4773c55b..1994baba0 100755 --- a/tests/Socket/Client/ClientTest.php +++ b/tests/Socket/Client/ClientTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Client/ClientTestHelper.php b/tests/Socket/Client/ClientTestHelper.php index 1728af467..40e163407 100755 --- a/tests/Socket/Client/ClientTestHelper.php +++ b/tests/Socket/Client/ClientTestHelper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package test * @copyright Dennis Eichhorn diff --git a/tests/Socket/Client/NullClientConnectionTest.php b/tests/Socket/Client/NullClientConnectionTest.php index d6936fe94..f0ee6e43b 100755 --- a/tests/Socket/Client/NullClientConnectionTest.php +++ b/tests/Socket/Client/NullClientConnectionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Server/ClientManagerTest.php b/tests/Socket/Server/ClientManagerTest.php index cab0c6f33..a157d2f89 100755 --- a/tests/Socket/Server/ClientManagerTest.php +++ b/tests/Socket/Server/ClientManagerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Server/ServerTest.php b/tests/Socket/Server/ServerTest.php index 548c3e7ae..b85a52c4c 100755 --- a/tests/Socket/Server/ServerTest.php +++ b/tests/Socket/Server/ServerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Server/ServerTestHelper.php b/tests/Socket/Server/ServerTestHelper.php index 0245e7148..713746080 100755 --- a/tests/Socket/Server/ServerTestHelper.php +++ b/tests/Socket/Server/ServerTestHelper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package test * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/AddressTest.php b/tests/Stdlib/Base/AddressTest.php index 96942e495..c8cb8a6be 100755 --- a/tests/Stdlib/Base/AddressTest.php +++ b/tests/Stdlib/Base/AddressTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/AddressTypeTest.php b/tests/Stdlib/Base/AddressTypeTest.php index 81d1d44e9..6505d564d 100755 --- a/tests/Stdlib/Base/AddressTypeTest.php +++ b/tests/Stdlib/Base/AddressTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/EnumArrayDemo.php b/tests/Stdlib/Base/EnumArrayDemo.php index 4e60db55f..8c87888c8 100755 --- a/tests/Stdlib/Base/EnumArrayDemo.php +++ b/tests/Stdlib/Base/EnumArrayDemo.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/EnumArrayTest.php b/tests/Stdlib/Base/EnumArrayTest.php index dcd7fd422..f952bc60e 100755 --- a/tests/Stdlib/Base/EnumArrayTest.php +++ b/tests/Stdlib/Base/EnumArrayTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/EnumDemo.php b/tests/Stdlib/Base/EnumDemo.php index 27f358e2f..96266b677 100755 --- a/tests/Stdlib/Base/EnumDemo.php +++ b/tests/Stdlib/Base/EnumDemo.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/EnumTest.php b/tests/Stdlib/Base/EnumTest.php index 7a07a0626..dbabffb5b 100755 --- a/tests/Stdlib/Base/EnumTest.php +++ b/tests/Stdlib/Base/EnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php index ea7deb893..8b4b2b045 100755 --- a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php index 0f3c28a71..1090a5555 100755 --- a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/HeapItem.php b/tests/Stdlib/Base/HeapItem.php index bae3efbc0..9f92a54e3 100755 --- a/tests/Stdlib/Base/HeapItem.php +++ b/tests/Stdlib/Base/HeapItem.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/HeapTest.php b/tests/Stdlib/Base/HeapTest.php index f687a08e9..dace97921 100755 --- a/tests/Stdlib/Base/HeapTest.php +++ b/tests/Stdlib/Base/HeapTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/IbanTest.php b/tests/Stdlib/Base/IbanTest.php index 8f5f614eb..13767a43a 100755 --- a/tests/Stdlib/Base/IbanTest.php +++ b/tests/Stdlib/Base/IbanTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/LocationTest.php b/tests/Stdlib/Base/LocationTest.php index 3ba6cd923..00793368a 100755 --- a/tests/Stdlib/Base/LocationTest.php +++ b/tests/Stdlib/Base/LocationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/NullLocationTest.php b/tests/Stdlib/Base/NullLocationTest.php index 3b8515b6a..99e314ed7 100755 --- a/tests/Stdlib/Base/NullLocationTest.php +++ b/tests/Stdlib/Base/NullLocationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/PhoneTypeTest.php b/tests/Stdlib/Base/PhoneTypeTest.php index fe74cefcb..c616bf65b 100755 --- a/tests/Stdlib/Base/PhoneTypeTest.php +++ b/tests/Stdlib/Base/PhoneTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/SmartDateTimeTest.php b/tests/Stdlib/Base/SmartDateTimeTest.php index 62dbbfdfc..c97b86cb4 100755 --- a/tests/Stdlib/Base/SmartDateTimeTest.php +++ b/tests/Stdlib/Base/SmartDateTimeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Graph/EdgeTest.php b/tests/Stdlib/Graph/EdgeTest.php index 4fa0b4639..b808b8526 100755 --- a/tests/Stdlib/Graph/EdgeTest.php +++ b/tests/Stdlib/Graph/EdgeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Graph/GraphTest.php b/tests/Stdlib/Graph/GraphTest.php index 7006be2ef..1a97f7eb7 100755 --- a/tests/Stdlib/Graph/GraphTest.php +++ b/tests/Stdlib/Graph/GraphTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Graph/NodeTest.php b/tests/Stdlib/Graph/NodeTest.php index 607058d8c..5e7c11e06 100755 --- a/tests/Stdlib/Graph/NodeTest.php +++ b/tests/Stdlib/Graph/NodeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Map/KeyTypeTest.php b/tests/Stdlib/Map/KeyTypeTest.php index 5ce2b409f..987b000eb 100755 --- a/tests/Stdlib/Map/KeyTypeTest.php +++ b/tests/Stdlib/Map/KeyTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Map/MultiMapTest.php b/tests/Stdlib/Map/MultiMapTest.php index eff7aeace..9aa2c5f1e 100755 --- a/tests/Stdlib/Map/MultiMapTest.php +++ b/tests/Stdlib/Map/MultiMapTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Map/OrderTypeTest.php b/tests/Stdlib/Map/OrderTypeTest.php index 315fec6e8..7147d92cf 100755 --- a/tests/Stdlib/Map/OrderTypeTest.php +++ b/tests/Stdlib/Map/OrderTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Queue/PriorityModeTest.php b/tests/Stdlib/Queue/PriorityModeTest.php index 4824fe7db..91463ad73 100755 --- a/tests/Stdlib/Queue/PriorityModeTest.php +++ b/tests/Stdlib/Queue/PriorityModeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Queue/PriorityQueueTest.php b/tests/Stdlib/Queue/PriorityQueueTest.php index 49496c8c8..92f4a8170 100755 --- a/tests/Stdlib/Queue/PriorityQueueTest.php +++ b/tests/Stdlib/Queue/PriorityQueueTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Tree/BinarySearchTreeTest.php b/tests/Stdlib/Tree/BinarySearchTreeTest.php index 6eac4d46e..79b2445c7 100644 --- a/tests/Stdlib/Tree/BinarySearchTreeTest.php +++ b/tests/Stdlib/Tree/BinarySearchTreeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/CharsetTypeTest.php b/tests/System/CharsetTypeTest.php index f3c5d81a8..65d45628f 100755 --- a/tests/System/CharsetTypeTest.php +++ b/tests/System/CharsetTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/ContentPutModeTest.php b/tests/System/File/ContentPutModeTest.php index 565ad872f..473f593f0 100755 --- a/tests/System/File/ContentPutModeTest.php +++ b/tests/System/File/ContentPutModeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/ExtensionTypeTest.php b/tests/System/File/ExtensionTypeTest.php index a00f31ae5..8b7932739 100755 --- a/tests/System/File/ExtensionTypeTest.php +++ b/tests/System/File/ExtensionTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/FileUtilsTest.php b/tests/System/File/FileUtilsTest.php index fe860cf70..9bc0a1b55 100755 --- a/tests/System/File/FileUtilsTest.php +++ b/tests/System/File/FileUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php index f68391367..96639a1d8 100755 --- a/tests/System/File/Ftp/DirectoryTest.php +++ b/tests/System/File/Ftp/DirectoryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Ftp/FileTest.php b/tests/System/File/Ftp/FileTest.php index b14aecaeb..e562b3b9e 100755 --- a/tests/System/File/Ftp/FileTest.php +++ b/tests/System/File/Ftp/FileTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Ftp/FtpStorageTest.php b/tests/System/File/Ftp/FtpStorageTest.php index ca016df9c..4e0de874a 100755 --- a/tests/System/File/Ftp/FtpStorageTest.php +++ b/tests/System/File/Ftp/FtpStorageTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Local/DirectoryTest.php b/tests/System/File/Local/DirectoryTest.php index dac83ef0b..4e8d631bb 100755 --- a/tests/System/File/Local/DirectoryTest.php +++ b/tests/System/File/Local/DirectoryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Local/FileTest.php b/tests/System/File/Local/FileTest.php index 0ecea45df..137edb5e9 100755 --- a/tests/System/File/Local/FileTest.php +++ b/tests/System/File/Local/FileTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Local/LocalStorageTest.php b/tests/System/File/Local/LocalStorageTest.php index 233f673f1..854fc18fe 100755 --- a/tests/System/File/Local/LocalStorageTest.php +++ b/tests/System/File/Local/LocalStorageTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/PathExceptionTest.php b/tests/System/File/PathExceptionTest.php index f065dff44..5292bc580 100755 --- a/tests/System/File/PathExceptionTest.php +++ b/tests/System/File/PathExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/PermissionExceptionTest.php b/tests/System/File/PermissionExceptionTest.php index 6bb3c5767..32a9fb5fb 100755 --- a/tests/System/File/PermissionExceptionTest.php +++ b/tests/System/File/PermissionExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/StorageTest.php b/tests/System/File/StorageTest.php index da7633eec..322dab188 100755 --- a/tests/System/File/StorageTest.php +++ b/tests/System/File/StorageTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/MimeTypeTest.php b/tests/System/MimeTypeTest.php index 49541539b..1d3f9fe74 100755 --- a/tests/System/MimeTypeTest.php +++ b/tests/System/MimeTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/OperatingSystemTest.php b/tests/System/OperatingSystemTest.php index a61e94743..f8a7228be 100755 --- a/tests/System/OperatingSystemTest.php +++ b/tests/System/OperatingSystemTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/Search/StringSearchTest.php b/tests/System/Search/StringSearchTest.php index ecfab681b..65b59a28a 100755 --- a/tests/System/Search/StringSearchTest.php +++ b/tests/System/Search/StringSearchTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/SystemTypeTest.php b/tests/System/SystemTypeTest.php index 0b637dce8..f11337502 100755 --- a/tests/System/SystemTypeTest.php +++ b/tests/System/SystemTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/SystemUtilsTest.php b/tests/System/SystemUtilsTest.php index 5be7dcf4a..73d35885e 100755 --- a/tests/System/SystemUtilsTest.php +++ b/tests/System/SystemUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/TestLoad.php b/tests/TestLoad.php index 8ceecc1e6..6a1be9f78 100755 --- a/tests/TestLoad.php +++ b/tests/TestLoad.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/TestLoad2.php b/tests/TestLoad2.php index 88ed62bec..85e44da13 100755 --- a/tests/TestLoad2.php +++ b/tests/TestLoad2.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/TestLoad3.php b/tests/TestLoad3.php index 154cab9a3..98c108846 100755 --- a/tests/TestLoad3.php +++ b/tests/TestLoad3.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/TestLoad4.php b/tests/TestLoad4.php index 882072e28..932b5b859 100755 --- a/tests/TestLoad4.php +++ b/tests/TestLoad4.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/UnhandledHandlerTest.php b/tests/UnhandledHandlerTest.php index 12c7ddc1c..d550468ee 100755 --- a/tests/UnhandledHandlerTest.php +++ b/tests/UnhandledHandlerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/ArgumentTest.php b/tests/Uri/ArgumentTest.php index e01ffd6a5..7abefdbb1 100755 --- a/tests/Uri/ArgumentTest.php +++ b/tests/Uri/ArgumentTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/HttpUriTest.php b/tests/Uri/HttpUriTest.php index 49a9f10f4..cbfb6ff42 100755 --- a/tests/Uri/HttpUriTest.php +++ b/tests/Uri/HttpUriTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/InvalidUriExceptionTest.php b/tests/Uri/InvalidUriExceptionTest.php index 608e57823..aef7b22a6 100755 --- a/tests/Uri/InvalidUriExceptionTest.php +++ b/tests/Uri/InvalidUriExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/UriFactoryTest.php b/tests/Uri/UriFactoryTest.php index 010dff9fa..1e7ee6e0a 100755 --- a/tests/Uri/UriFactoryTest.php +++ b/tests/Uri/UriFactoryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/UriSchemeTest.php b/tests/Uri/UriSchemeTest.php index 32f0af18b..0c0ffa38d 100755 --- a/tests/Uri/UriSchemeTest.php +++ b/tests/Uri/UriSchemeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/ArrayUtilsTest.php b/tests/Utils/ArrayUtilsTest.php index 2d20be07c..7cc044830 100755 --- a/tests/Utils/ArrayUtilsTest.php +++ b/tests/Utils/ArrayUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn @@ -234,7 +234,7 @@ final class ArrayUtilsTest extends \PHPUnit\Framework\TestCase self::assertNull(ArrayUtils::getArg('--testNull', $_SERVER['argv'] ?? [])); } - + #[\PHPUnit\Framework\Attributes\Group('framework')] #[\PHPUnit\Framework\Attributes\TestDox('All array values in an array can be potentiated by a numeric value')] public function test() : void diff --git a/tests/Utils/Barcode/AztecTest.php b/tests/Utils/Barcode/AztecTest.php index a1f6143fe..f9e3191f7 100755 --- a/tests/Utils/Barcode/AztecTest.php +++ b/tests/Utils/Barcode/AztecTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/BarAbstractTest.php b/tests/Utils/Barcode/BarAbstractTest.php index 1285cc6c7..c71ba6d45 100755 --- a/tests/Utils/Barcode/BarAbstractTest.php +++ b/tests/Utils/Barcode/BarAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C128aTest.php b/tests/Utils/Barcode/C128aTest.php index 37e8899f9..7a865ac8a 100755 --- a/tests/Utils/Barcode/C128aTest.php +++ b/tests/Utils/Barcode/C128aTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C128bTest.php b/tests/Utils/Barcode/C128bTest.php index cf38f2950..a7c32797e 100755 --- a/tests/Utils/Barcode/C128bTest.php +++ b/tests/Utils/Barcode/C128bTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C128cTest.php b/tests/Utils/Barcode/C128cTest.php index b94e02251..a93284856 100755 --- a/tests/Utils/Barcode/C128cTest.php +++ b/tests/Utils/Barcode/C128cTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C25Test.php b/tests/Utils/Barcode/C25Test.php index cd59e14c9..923f86302 100755 --- a/tests/Utils/Barcode/C25Test.php +++ b/tests/Utils/Barcode/C25Test.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C39Test.php b/tests/Utils/Barcode/C39Test.php index 855099825..597745f75 100755 --- a/tests/Utils/Barcode/C39Test.php +++ b/tests/Utils/Barcode/C39Test.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/CodebarTest.php b/tests/Utils/Barcode/CodebarTest.php index 28f394d3f..1a1713c76 100755 --- a/tests/Utils/Barcode/CodebarTest.php +++ b/tests/Utils/Barcode/CodebarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/DatamatrixTest.php b/tests/Utils/Barcode/DatamatrixTest.php index 77d538547..50432a492 100755 --- a/tests/Utils/Barcode/DatamatrixTest.php +++ b/tests/Utils/Barcode/DatamatrixTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/HIBCCTest.php b/tests/Utils/Barcode/HIBCCTest.php index a3ec0a33f..1f7730ff4 100755 --- a/tests/Utils/Barcode/HIBCCTest.php +++ b/tests/Utils/Barcode/HIBCCTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/OrientationTypeTest.php b/tests/Utils/Barcode/OrientationTypeTest.php index 85ca55594..54f5de240 100755 --- a/tests/Utils/Barcode/OrientationTypeTest.php +++ b/tests/Utils/Barcode/OrientationTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/QRTest.php b/tests/Utils/Barcode/QRTest.php index a7cf87ca1..91c35d87c 100755 --- a/tests/Utils/Barcode/QRTest.php +++ b/tests/Utils/Barcode/QRTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/ColorUtilsTest.php b/tests/Utils/ColorUtilsTest.php index b68034f4d..d89f4ee38 100755 --- a/tests/Utils/ColorUtilsTest.php +++ b/tests/Utils/ColorUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Compression/LZWTest.php b/tests/Utils/Compression/LZWTest.php index b29424392..761afbecc 100755 --- a/tests/Utils/Compression/LZWTest.php +++ b/tests/Utils/Compression/LZWTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/AngleTypeTest.php b/tests/Utils/Converter/AngleTypeTest.php index 20d75c89e..db6ae9822 100755 --- a/tests/Utils/Converter/AngleTypeTest.php +++ b/tests/Utils/Converter/AngleTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/AreaTypeTest.php b/tests/Utils/Converter/AreaTypeTest.php index cb034d1b3..e118eee5d 100755 --- a/tests/Utils/Converter/AreaTypeTest.php +++ b/tests/Utils/Converter/AreaTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/CurrencyTest.php b/tests/Utils/Converter/CurrencyTest.php index ed021503a..222d62351 100755 --- a/tests/Utils/Converter/CurrencyTest.php +++ b/tests/Utils/Converter/CurrencyTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/EnergyPowerTypeTest.php b/tests/Utils/Converter/EnergyPowerTypeTest.php index 88fbf7b22..0bdc3cf15 100755 --- a/tests/Utils/Converter/EnergyPowerTypeTest.php +++ b/tests/Utils/Converter/EnergyPowerTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/FileSizeTypeTest.php b/tests/Utils/Converter/FileSizeTypeTest.php index c82430b45..d84e4d958 100755 --- a/tests/Utils/Converter/FileSizeTypeTest.php +++ b/tests/Utils/Converter/FileSizeTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/FileTest.php b/tests/Utils/Converter/FileTest.php index 7967623a4..2ae1733b1 100755 --- a/tests/Utils/Converter/FileTest.php +++ b/tests/Utils/Converter/FileTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/IpTest.php b/tests/Utils/Converter/IpTest.php index 2500a9e9d..9df88a87b 100755 --- a/tests/Utils/Converter/IpTest.php +++ b/tests/Utils/Converter/IpTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/LengthTypeTest.php b/tests/Utils/Converter/LengthTypeTest.php index fbdecf3bb..3d9639ed7 100755 --- a/tests/Utils/Converter/LengthTypeTest.php +++ b/tests/Utils/Converter/LengthTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/MeasurementTest.php b/tests/Utils/Converter/MeasurementTest.php index f5f8d4909..da0e71fba 100755 --- a/tests/Utils/Converter/MeasurementTest.php +++ b/tests/Utils/Converter/MeasurementTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/NumericTest.php b/tests/Utils/Converter/NumericTest.php index c5de74536..56734a196 100755 --- a/tests/Utils/Converter/NumericTest.php +++ b/tests/Utils/Converter/NumericTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/PressureTypeTest.php b/tests/Utils/Converter/PressureTypeTest.php index 54f45628a..56947d849 100755 --- a/tests/Utils/Converter/PressureTypeTest.php +++ b/tests/Utils/Converter/PressureTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/SpeedTypeTest.php b/tests/Utils/Converter/SpeedTypeTest.php index 3525f2003..7bbb5f167 100755 --- a/tests/Utils/Converter/SpeedTypeTest.php +++ b/tests/Utils/Converter/SpeedTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/TemperatureTypeTest.php b/tests/Utils/Converter/TemperatureTypeTest.php index 38122f982..e3645cc2e 100755 --- a/tests/Utils/Converter/TemperatureTypeTest.php +++ b/tests/Utils/Converter/TemperatureTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/TimeTypeTest.php b/tests/Utils/Converter/TimeTypeTest.php index 59dfa2517..20e848e46 100755 --- a/tests/Utils/Converter/TimeTypeTest.php +++ b/tests/Utils/Converter/TimeTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/VolumeTypeTest.php b/tests/Utils/Converter/VolumeTypeTest.php index 58316a7cd..991036991 100755 --- a/tests/Utils/Converter/VolumeTypeTest.php +++ b/tests/Utils/Converter/VolumeTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/WeightTypeTest.php b/tests/Utils/Converter/WeightTypeTest.php index 1e173620b..e00813f14 100755 --- a/tests/Utils/Converter/WeightTypeTest.php +++ b/tests/Utils/Converter/WeightTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/CaesarTest.php b/tests/Utils/Encoding/CaesarTest.php index 24c1b154a..9d88fa75a 100755 --- a/tests/Utils/Encoding/CaesarTest.php +++ b/tests/Utils/Encoding/CaesarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/GrayTest.php b/tests/Utils/Encoding/GrayTest.php index bd41a4acc..abcc5d100 100755 --- a/tests/Utils/Encoding/GrayTest.php +++ b/tests/Utils/Encoding/GrayTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/Huffman/DictionaryTest.php b/tests/Utils/Encoding/Huffman/DictionaryTest.php index 9bcff454a..c2002fbc9 100755 --- a/tests/Utils/Encoding/Huffman/DictionaryTest.php +++ b/tests/Utils/Encoding/Huffman/DictionaryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/Huffman/HuffmanTest.php b/tests/Utils/Encoding/Huffman/HuffmanTest.php index 3c609e2ed..fa9e8b5a7 100755 --- a/tests/Utils/Encoding/Huffman/HuffmanTest.php +++ b/tests/Utils/Encoding/Huffman/HuffmanTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/XorEncodingTest.php b/tests/Utils/Encoding/XorEncodingTest.php index bf1ddb807..ac9474305 100755 --- a/tests/Utils/Encoding/XorEncodingTest.php +++ b/tests/Utils/Encoding/XorEncodingTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Excel/ExcelTest.php b/tests/Utils/Excel/ExcelTest.php index 0554bdd5e..f418e2579 100755 --- a/tests/Utils/Excel/ExcelTest.php +++ b/tests/Utils/Excel/ExcelTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/AuthorTest.php b/tests/Utils/Git/AuthorTest.php index ff2d7bcfc..fdbb0dfb8 100755 --- a/tests/Utils/Git/AuthorTest.php +++ b/tests/Utils/Git/AuthorTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/BranchTest.php b/tests/Utils/Git/BranchTest.php index 741cb0330..f08e53147 100755 --- a/tests/Utils/Git/BranchTest.php +++ b/tests/Utils/Git/BranchTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php index 62494aabe..049792c86 100755 --- a/tests/Utils/Git/CommitTest.php +++ b/tests/Utils/Git/CommitTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/GitTest.php b/tests/Utils/Git/GitTest.php index 38f75971d..d19a4d09b 100755 --- a/tests/Utils/Git/GitTest.php +++ b/tests/Utils/Git/GitTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/RepositoryTest.php b/tests/Utils/Git/RepositoryTest.php index 67a3b0251..8a5a3238f 100755 --- a/tests/Utils/Git/RepositoryTest.php +++ b/tests/Utils/Git/RepositoryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/TagTest.php b/tests/Utils/Git/TagTest.php index ae74c4955..478c7df6a 100755 --- a/tests/Utils/Git/TagTest.php +++ b/tests/Utils/Git/TagTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Csv/CsvSettingsTest.php b/tests/Utils/IO/Csv/CsvSettingsTest.php index 093120aaa..7f36ad81a 100755 --- a/tests/Utils/IO/Csv/CsvSettingsTest.php +++ b/tests/Utils/IO/Csv/CsvSettingsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/IODatabaseMapperTest.php b/tests/Utils/IO/IODatabaseMapperTest.php index 91ce83998..3adee6336 100755 --- a/tests/Utils/IO/IODatabaseMapperTest.php +++ b/tests/Utils/IO/IODatabaseMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php index 5bb6cd7de..94acf480c 100755 --- a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php +++ b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php index 0a1943a90..90f54af6a 100755 --- a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php +++ b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Zip/GzTest.php b/tests/Utils/IO/Zip/GzTest.php index dc5e92c39..85ca8f938 100755 --- a/tests/Utils/IO/Zip/GzTest.php +++ b/tests/Utils/IO/Zip/GzTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Zip/TarGzTest.php b/tests/Utils/IO/Zip/TarGzTest.php index da97ff234..a461b540f 100755 --- a/tests/Utils/IO/Zip/TarGzTest.php +++ b/tests/Utils/IO/Zip/TarGzTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Zip/TarTest.php b/tests/Utils/IO/Zip/TarTest.php index 11c3d2cee..a92b0ff3c 100755 --- a/tests/Utils/IO/Zip/TarTest.php +++ b/tests/Utils/IO/Zip/TarTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Zip/ZipTest.php b/tests/Utils/IO/Zip/ZipTest.php index ea1d4ba15..e7160577f 100755 --- a/tests/Utils/IO/Zip/ZipTest.php +++ b/tests/Utils/IO/Zip/ZipTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/ImageUtilsTest.php b/tests/Utils/ImageUtilsTest.php index dd86a154a..4af6e9d5e 100755 --- a/tests/Utils/ImageUtilsTest.php +++ b/tests/Utils/ImageUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/MbStringUtilsTest.php b/tests/Utils/MbStringUtilsTest.php index 6acacde8f..c4582eced 100755 --- a/tests/Utils/MbStringUtilsTest.php +++ b/tests/Utils/MbStringUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/NumericUtilsTest.php b/tests/Utils/NumericUtilsTest.php index ad5961e76..30c7ee5ea 100755 --- a/tests/Utils/NumericUtilsTest.php +++ b/tests/Utils/NumericUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/PDF/PdfTest.php b/tests/Utils/PDF/PdfTest.php index a5a2c81da..324396b46 100755 --- a/tests/Utils/PDF/PdfTest.php +++ b/tests/Utils/PDF/PdfTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Parser/Calendar/ICalParserTest.php b/tests/Utils/Parser/Calendar/ICalParserTest.php index 64ddafac2..2ddbcbbdb 100644 --- a/tests/Utils/Parser/Calendar/ICalParserTest.php +++ b/tests/Utils/Parser/Calendar/ICalParserTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Parser/Document/DocumentWriterTest.php b/tests/Utils/Parser/Document/DocumentWriterTest.php index a6814807c..184919e90 100644 --- a/tests/Utils/Parser/Document/DocumentWriterTest.php +++ b/tests/Utils/Parser/Document/DocumentWriterTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Parser/Markdown/MarkdownTest.php b/tests/Utils/Parser/Markdown/MarkdownTest.php index 71d65ba06..390b603e9 100755 --- a/tests/Utils/Parser/Markdown/MarkdownTest.php +++ b/tests/Utils/Parser/Markdown/MarkdownTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Parser/Php/ArrayParserTest.php b/tests/Utils/Parser/Php/ArrayParserTest.php index 725712e37..a6b5e8c55 100755 --- a/tests/Utils/Parser/Php/ArrayParserTest.php +++ b/tests/Utils/Parser/Php/ArrayParserTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Parser/Presentation/PresentationWriterTest.php b/tests/Utils/Parser/Presentation/PresentationWriterTest.php index eb4d87a60..f44e0f556 100644 --- a/tests/Utils/Parser/Presentation/PresentationWriterTest.php +++ b/tests/Utils/Parser/Presentation/PresentationWriterTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php b/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php index c8a869868..40bd0fc16 100644 --- a/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php +++ b/tests/Utils/Parser/Spreadsheet/SpreadsheetWriterTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/PermutationTest.php b/tests/Utils/PermutationTest.php index 2a0dc5031..5bd93d5c7 100755 --- a/tests/Utils/PermutationTest.php +++ b/tests/Utils/PermutationTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/ArrayRandomizeTest.php b/tests/Utils/RnG/ArrayRandomizeTest.php index 15052fb66..18b97ea11 100755 --- a/tests/Utils/RnG/ArrayRandomizeTest.php +++ b/tests/Utils/RnG/ArrayRandomizeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/DateTimeTest.php b/tests/Utils/RnG/DateTimeTest.php index 7570f6be8..5a2673f60 100755 --- a/tests/Utils/RnG/DateTimeTest.php +++ b/tests/Utils/RnG/DateTimeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/DistributionTypeTest.php b/tests/Utils/RnG/DistributionTypeTest.php index e85408fa8..9ef9e7f9b 100755 --- a/tests/Utils/RnG/DistributionTypeTest.php +++ b/tests/Utils/RnG/DistributionTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/FileTest.php b/tests/Utils/RnG/FileTest.php index 6afdd3878..7b080722d 100755 --- a/tests/Utils/RnG/FileTest.php +++ b/tests/Utils/RnG/FileTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php index c6a61b5b6..6efb9a7d8 100755 --- a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php +++ b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/NameTest.php b/tests/Utils/RnG/NameTest.php index 7f27b64c2..b774b0b92 100755 --- a/tests/Utils/RnG/NameTest.php +++ b/tests/Utils/RnG/NameTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/PhoneTest.php b/tests/Utils/RnG/PhoneTest.php index 061481b3b..24efa337a 100755 --- a/tests/Utils/RnG/PhoneTest.php +++ b/tests/Utils/RnG/PhoneTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/StringUtilsTest.php b/tests/Utils/RnG/StringUtilsTest.php index 5e992f198..dbcefcda9 100755 --- a/tests/Utils/RnG/StringUtilsTest.php +++ b/tests/Utils/RnG/StringUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/TextTest.php b/tests/Utils/RnG/TextTest.php index a0b29debe..13a366035 100755 --- a/tests/Utils/RnG/TextTest.php +++ b/tests/Utils/RnG/TextTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/StringCompareTest.php b/tests/Utils/StringCompareTest.php index c3f70f968..7dd7088e4 100755 --- a/tests/Utils/StringCompareTest.php +++ b/tests/Utils/StringCompareTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/StringUtilsTest.php b/tests/Utils/StringUtilsTest.php index 292fb6dfe..858c9660a 100755 --- a/tests/Utils/StringUtilsTest.php +++ b/tests/Utils/StringUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/CronJobTest.php b/tests/Utils/TaskSchedule/CronJobTest.php index 9f83cc87f..e29f2e65f 100755 --- a/tests/Utils/TaskSchedule/CronJobTest.php +++ b/tests/Utils/TaskSchedule/CronJobTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/CronTest.php b/tests/Utils/TaskSchedule/CronTest.php index 1ab6663b3..4952964bc 100755 --- a/tests/Utils/TaskSchedule/CronTest.php +++ b/tests/Utils/TaskSchedule/CronTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/IntervalTest.php b/tests/Utils/TaskSchedule/IntervalTest.php index 6d4a97f5e..50601cf06 100755 --- a/tests/Utils/TaskSchedule/IntervalTest.php +++ b/tests/Utils/TaskSchedule/IntervalTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/ScheduleTest.php b/tests/Utils/TaskSchedule/ScheduleTest.php index be3ae2bca..7099e2897 100755 --- a/tests/Utils/TaskSchedule/ScheduleTest.php +++ b/tests/Utils/TaskSchedule/ScheduleTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn @@ -32,7 +32,7 @@ final class ScheduleTest extends \PHPUnit\Framework\TestCase self::assertInstanceOf('\phpOMS\Utils\TaskSchedule\TaskAbstract', $job); } - + #[\PHPUnit\Framework\Attributes\Group('framework')] #[\PHPUnit\Framework\Attributes\TestDox('A task can be created from an array and rendered')] public function testCreateJobWithData() : void diff --git a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php index 2a12a5708..122c1b590 100755 --- a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php +++ b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php index 21fa10be0..e1db51cac 100755 --- a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php +++ b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/TaskAbstractTest.php b/tests/Utils/TaskSchedule/TaskAbstractTest.php index 4f755c07c..dedc070c9 100755 --- a/tests/Utils/TaskSchedule/TaskAbstractTest.php +++ b/tests/Utils/TaskSchedule/TaskAbstractTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/TaskFactoryTest.php b/tests/Utils/TaskSchedule/TaskFactoryTest.php index df745e8ae..1d34202d2 100755 --- a/tests/Utils/TaskSchedule/TaskFactoryTest.php +++ b/tests/Utils/TaskSchedule/TaskFactoryTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/TaskSchedulerTest.php b/tests/Utils/TaskSchedule/TaskSchedulerTest.php index 157077141..7c2f39ac5 100755 --- a/tests/Utils/TaskSchedule/TaskSchedulerTest.php +++ b/tests/Utils/TaskSchedule/TaskSchedulerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TestUtilsClass.php b/tests/Utils/TestUtilsClass.php index 46cdf4a71..b0cf10bfa 100755 --- a/tests/Utils/TestUtilsClass.php +++ b/tests/Utils/TestUtilsClass.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TestUtilsTest.php b/tests/Utils/TestUtilsTest.php index dd775546f..19bf52d6d 100755 --- a/tests/Utils/TestUtilsTest.php +++ b/tests/Utils/TestUtilsTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Base/DateTimeTest.php b/tests/Validation/Base/DateTimeTest.php index b7b6c3121..fc1c59166 100755 --- a/tests/Validation/Base/DateTimeTest.php +++ b/tests/Validation/Base/DateTimeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Base/JsonTest.php b/tests/Validation/Base/JsonTest.php index c6016ec85..6c2808269 100755 --- a/tests/Validation/Base/JsonTest.php +++ b/tests/Validation/Base/JsonTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/BICTest.php b/tests/Validation/Finance/BICTest.php index 45a996490..39167aa65 100755 --- a/tests/Validation/Finance/BICTest.php +++ b/tests/Validation/Finance/BICTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/CreditCardTest.php b/tests/Validation/Finance/CreditCardTest.php index 7b7df498b..ee9d60475 100755 --- a/tests/Validation/Finance/CreditCardTest.php +++ b/tests/Validation/Finance/CreditCardTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/IbanEnumTest.php b/tests/Validation/Finance/IbanEnumTest.php index 35173eaba..62e6b6c71 100755 --- a/tests/Validation/Finance/IbanEnumTest.php +++ b/tests/Validation/Finance/IbanEnumTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/IbanErrorTypeTest.php b/tests/Validation/Finance/IbanErrorTypeTest.php index a6ea619b3..0f3579bc6 100755 --- a/tests/Validation/Finance/IbanErrorTypeTest.php +++ b/tests/Validation/Finance/IbanErrorTypeTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/IbanTest.php b/tests/Validation/Finance/IbanTest.php index 4951c5b6f..eee6783e3 100755 --- a/tests/Validation/Finance/IbanTest.php +++ b/tests/Validation/Finance/IbanTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Network/EmailTest.php b/tests/Validation/Network/EmailTest.php index 7711aa69d..217300948 100755 --- a/tests/Validation/Network/EmailTest.php +++ b/tests/Validation/Network/EmailTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Network/HostnameTest.php b/tests/Validation/Network/HostnameTest.php index 07583b66b..51b0e0391 100755 --- a/tests/Validation/Network/HostnameTest.php +++ b/tests/Validation/Network/HostnameTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Network/IpTest.php b/tests/Validation/Network/IpTest.php index 15607e038..7895924b6 100755 --- a/tests/Validation/Network/IpTest.php +++ b/tests/Validation/Network/IpTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/ValidatorTest.php b/tests/Validation/ValidatorTest.php index 9d58c626a..25b1e7f86 100755 --- a/tests/Validation/ValidatorTest.php +++ b/tests/Validation/ValidatorTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Version/VersionTest.php b/tests/Version/VersionTest.php index 338e7ac16..98e976e3e 100755 --- a/tests/Version/VersionTest.php +++ b/tests/Version/VersionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Views/PaginationViewTest.php b/tests/Views/PaginationViewTest.php index 5857fb587..60d4db96a 100755 --- a/tests/Views/PaginationViewTest.php +++ b/tests/Views/PaginationViewTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Views/ViewTest.php b/tests/Views/ViewTest.php index 143d07bd8..478759e7b 100755 --- a/tests/Views/ViewTest.php +++ b/tests/Views/ViewTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Views/testArray.tpl.php b/tests/Views/testArray.tpl.php index 63cef75c4..f44d39f51 100755 --- a/tests/Views/testArray.tpl.php +++ b/tests/Views/testArray.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Template * @copyright Dennis Eichhorn diff --git a/tests/Views/testReturnTemplate.tpl.php b/tests/Views/testReturnTemplate.tpl.php index b8e11b3a2..cf322e699 100755 --- a/tests/Views/testReturnTemplate.tpl.php +++ b/tests/Views/testReturnTemplate.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Template * @copyright Dennis Eichhorn