diff --git a/Account/Account.php b/Account/Account.php index 7cc661071..2368176f2 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/AccountManager.php b/Account/AccountManager.php index d477b1f31..db6ed5184 100755 --- a/Account/AccountManager.php +++ b/Account/AccountManager.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/AccountStatus.php b/Account/AccountStatus.php index 17e6cdb25..303505d7f 100755 --- a/Account/AccountStatus.php +++ b/Account/AccountStatus.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/AccountType.php b/Account/AccountType.php index 496c9c1cb..7aae7d438 100755 --- a/Account/AccountType.php +++ b/Account/AccountType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/Group.php b/Account/Group.php index eb90a599a..8e292dd1d 100644 --- a/Account/Group.php +++ b/Account/Group.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php index 67f7a5c00..c6bea43db 100755 --- a/Account/GroupStatus.php +++ b/Account/GroupStatus.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/NullAccount.php b/Account/NullAccount.php index bb5626005..c06930624 100755 --- a/Account/NullAccount.php +++ b/Account/NullAccount.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/NullGroup.php b/Account/NullGroup.php index a3536d283..25f5ca087 100755 --- a/Account/NullGroup.php +++ b/Account/NullGroup.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index d98f6be68..05494ed38 100755 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/PermissionHandlingTrait.php b/Account/PermissionHandlingTrait.php index c51ccdbef..afcc31e7c 100644 --- a/Account/PermissionHandlingTrait.php +++ b/Account/PermissionHandlingTrait.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/PermissionOwner.php b/Account/PermissionOwner.php index 38b47c898..e6a847989 100755 --- a/Account/PermissionOwner.php +++ b/Account/PermissionOwner.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Account/PermissionType.php b/Account/PermissionType.php index 28277089a..b16905b15 100755 --- a/Account/PermissionType.php +++ b/Account/PermissionType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Account * @copyright Dennis Eichhorn diff --git a/Ai/NeuralNetwork/Neuron.php b/Ai/NeuralNetwork/Neuron.php index 8f3911554..bc63de2d2 100644 --- a/Ai/NeuralNetwork/Neuron.php +++ b/Ai/NeuralNetwork/Neuron.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Ai\NeuralNetwork * @copyright Dennis Eichhorn diff --git a/Ai/Ocr/BasicOcr.php b/Ai/Ocr/BasicOcr.php index c7b03300a..1d2192759 100644 --- a/Ai/Ocr/BasicOcr.php +++ b/Ai/Ocr/BasicOcr.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Ai\Ocr * @copyright Dennis Eichhorn diff --git a/Ai/Ocr/Tesseract/TesseractOcr.php b/Ai/Ocr/Tesseract/TesseractOcr.php index 377f82636..3954bbcf0 100644 --- a/Ai/Ocr/Tesseract/TesseractOcr.php +++ b/Ai/Ocr/Tesseract/TesseractOcr.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Ai\Ocr\Tesseract * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/Kmeans.php b/Algorithm/Clustering/Kmeans.php index 6e35e3ff6..67d59eabc 100644 --- a/Algorithm/Clustering/Kmeans.php +++ b/Algorithm/Clustering/Kmeans.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/Point.php b/Algorithm/Clustering/Point.php index ab3ffa0c3..b24684ef7 100755 --- a/Algorithm/Clustering/Point.php +++ b/Algorithm/Clustering/Point.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/Clustering/PointInterface.php b/Algorithm/Clustering/PointInterface.php index 69bee4b8a..58b754e9f 100644 --- a/Algorithm/Clustering/PointInterface.php +++ b/Algorithm/Clustering/PointInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Clustering * @copyright Dennis Eichhorn diff --git a/Algorithm/CoinMatching/MinimumCoinProblem.php b/Algorithm/CoinMatching/MinimumCoinProblem.php index 7e1bb355d..fbe2743e9 100644 --- a/Algorithm/CoinMatching/MinimumCoinProblem.php +++ b/Algorithm/CoinMatching/MinimumCoinProblem.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\CoinMatching * @copyright Dennis Eichhorn diff --git a/Algorithm/Graph/DependencyResolver.php b/Algorithm/Graph/DependencyResolver.php index cb7416f52..fc65ef606 100755 --- a/Algorithm/Graph/DependencyResolver.php +++ b/Algorithm/Graph/DependencyResolver.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Graph; * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/Job.php b/Algorithm/JobScheduling/Job.php index da72ce6c5..7675d86ab 100755 --- a/Algorithm/JobScheduling/Job.php +++ b/Algorithm/JobScheduling/Job.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\JobScheduling * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/JobInterface.php b/Algorithm/JobScheduling/JobInterface.php index 7184bcc59..8d3d0f87c 100755 --- a/Algorithm/JobScheduling/JobInterface.php +++ b/Algorithm/JobScheduling/JobInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\JobScheduling * @copyright Dennis Eichhorn diff --git a/Algorithm/JobScheduling/Weighted.php b/Algorithm/JobScheduling/Weighted.php index 69f7d2522..a3e3635c1 100644 --- a/Algorithm/JobScheduling/Weighted.php +++ b/Algorithm/JobScheduling/Weighted.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\JobScheduling * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/Backpack.php b/Algorithm/Knapsack/Backpack.php index f6f50e59c..f04a02744 100755 --- a/Algorithm/Knapsack/Backpack.php +++ b/Algorithm/Knapsack/Backpack.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/BackpackInterface.php b/Algorithm/Knapsack/BackpackInterface.php index f36228ddc..389069097 100755 --- a/Algorithm/Knapsack/BackpackInterface.php +++ b/Algorithm/Knapsack/BackpackInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/Bounded.php b/Algorithm/Knapsack/Bounded.php index f2c163790..8f0f8fcd8 100644 --- a/Algorithm/Knapsack/Bounded.php +++ b/Algorithm/Knapsack/Bounded.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/Continuous.php b/Algorithm/Knapsack/Continuous.php index 9c5b0571a..98b274107 100644 --- a/Algorithm/Knapsack/Continuous.php +++ b/Algorithm/Knapsack/Continuous.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/Item.php b/Algorithm/Knapsack/Item.php index 84524cf0f..5d243d610 100755 --- a/Algorithm/Knapsack/Item.php +++ b/Algorithm/Knapsack/Item.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Knapsack/ItemInterface.php b/Algorithm/Knapsack/ItemInterface.php index 2121007ba..c7ea9f7c1 100755 --- a/Algorithm/Knapsack/ItemInterface.php +++ b/Algorithm/Knapsack/ItemInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Knapsack * @copyright Dennis Eichhorn diff --git a/Algorithm/Maze/MazeGenerator.php b/Algorithm/Maze/MazeGenerator.php index 3a95838c2..1745f215e 100644 --- a/Algorithm/Maze/MazeGenerator.php +++ b/Algorithm/Maze/MazeGenerator.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Maze * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/AStar.php b/Algorithm/PathFinding/AStar.php index 3726e82a4..de20b9505 100644 --- a/Algorithm/PathFinding/AStar.php +++ b/Algorithm/PathFinding/AStar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn @@ -54,7 +54,7 @@ final class AStar implements PathFinderInterface $startNode->setF(0.0); $startNode->setOpened(true); - $openList = new Heap(function(AStarNode $node1, AStarNode $node2) { + $openList = new Heap(function (AStarNode $node1, AStarNode $node2) { return $node1->getF() - $node2->getF(); }); @@ -63,6 +63,11 @@ final class AStar implements PathFinderInterface while (!$openList->isEmpty()) { $node = $openList->pop(); + if ($node === null) { + break; + } + + /** @var AStarNode $node */ $node->setClosed(true); if ($node->isEqual($endNode)) { diff --git a/Algorithm/PathFinding/AStarNode.php b/Algorithm/PathFinding/AStarNode.php index c04e4dcf1..2b1c267e3 100755 --- a/Algorithm/PathFinding/AStarNode.php +++ b/Algorithm/PathFinding/AStarNode.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/Grid.php b/Algorithm/PathFinding/Grid.php index 330cd1831..041de756c 100755 --- a/Algorithm/PathFinding/Grid.php +++ b/Algorithm/PathFinding/Grid.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/Heuristic.php b/Algorithm/PathFinding/Heuristic.php index 347a74281..385674328 100755 --- a/Algorithm/PathFinding/Heuristic.php +++ b/Algorithm/PathFinding/Heuristic.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/HeuristicType.php b/Algorithm/PathFinding/HeuristicType.php index 1287d7ce0..8baa9dd8d 100755 --- a/Algorithm/PathFinding/HeuristicType.php +++ b/Algorithm/PathFinding/HeuristicType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/JumpPointNode.php b/Algorithm/PathFinding/JumpPointNode.php index f01c57b34..5abb47398 100755 --- a/Algorithm/PathFinding/JumpPointNode.php +++ b/Algorithm/PathFinding/JumpPointNode.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn @@ -14,6 +14,8 @@ declare(strict_types=1); namespace phpOMS\Algorithm\PathFinding; +use phpOMS\Stdlib\Base\HeapItemInterface; + /** * Node on grid. * diff --git a/Algorithm/PathFinding/JumpPointSearch.php b/Algorithm/PathFinding/JumpPointSearch.php index a8e650fa3..eb2db09d9 100644 --- a/Algorithm/PathFinding/JumpPointSearch.php +++ b/Algorithm/PathFinding/JumpPointSearch.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn @@ -63,6 +63,11 @@ final class JumpPointSearch implements PathFinderInterface while (!$openList->isEmpty()) { $node = $openList->pop(); + if ($node === null) { + break; + } + + /** @var JumpPointNode $node */ $node->setClosed(true); if ($node->isEqual($endNode)) { diff --git a/Algorithm/PathFinding/MovementType.php b/Algorithm/PathFinding/MovementType.php index 2a078bcb6..1cfe68798 100755 --- a/Algorithm/PathFinding/MovementType.php +++ b/Algorithm/PathFinding/MovementType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/Node.php b/Algorithm/PathFinding/Node.php index c0909070e..d46f32c2c 100755 --- a/Algorithm/PathFinding/Node.php +++ b/Algorithm/PathFinding/Node.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn @@ -14,6 +14,8 @@ declare(strict_types=1); namespace phpOMS\Algorithm\PathFinding; +use phpOMS\Stdlib\Base\HeapItemInterface; + /** * Node on grid. * @@ -22,7 +24,7 @@ namespace phpOMS\Algorithm\PathFinding; * @link https://karaka.app * @since 1.0.0 */ -class Node +class Node implements HeapItemInterface { /** * X-Coordinate. @@ -127,7 +129,7 @@ class Node * * @since 1.0.0 */ - public function isEqual(self $node) : bool + public function isEqual(HeapItemInterface $node) : bool { return $this->x === $node->getX() && $this->y === $node->getY(); } diff --git a/Algorithm/PathFinding/NullJumpPointNode.php b/Algorithm/PathFinding/NullJumpPointNode.php index 63988d147..d9a967cdb 100755 --- a/Algorithm/PathFinding/NullJumpPointNode.php +++ b/Algorithm/PathFinding/NullJumpPointNode.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/NullNode.php b/Algorithm/PathFinding/NullNode.php index ac0f98121..33ab5f33a 100755 --- a/Algorithm/PathFinding/NullNode.php +++ b/Algorithm/PathFinding/NullNode.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/Path.php b/Algorithm/PathFinding/Path.php index a5f3b6be1..884a449ca 100644 --- a/Algorithm/PathFinding/Path.php +++ b/Algorithm/PathFinding/Path.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/PathFinding/PathFinderInterface.php b/Algorithm/PathFinding/PathFinderInterface.php index 8a4e3e259..50f088f2f 100755 --- a/Algorithm/PathFinding/PathFinderInterface.php +++ b/Algorithm/PathFinding/PathFinderInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\PathFinding * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/BitonicSort.php b/Algorithm/Sort/BitonicSort.php index df8b0ec6d..3c4025dc3 100644 --- a/Algorithm/Sort/BitonicSort.php +++ b/Algorithm/Sort/BitonicSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/BubbleSort.php b/Algorithm/Sort/BubbleSort.php index 94090cb73..2421239b2 100755 --- a/Algorithm/Sort/BubbleSort.php +++ b/Algorithm/Sort/BubbleSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/BucketSort.php b/Algorithm/Sort/BucketSort.php index a2a1d35de..226a14a33 100644 --- a/Algorithm/Sort/BucketSort.php +++ b/Algorithm/Sort/BucketSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/CocktailShakerSort.php b/Algorithm/Sort/CocktailShakerSort.php index 300ec74c6..e52823cd8 100755 --- a/Algorithm/Sort/CocktailShakerSort.php +++ b/Algorithm/Sort/CocktailShakerSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/CombSort.php b/Algorithm/Sort/CombSort.php index e88fdba5b..d91d02b66 100644 --- a/Algorithm/Sort/CombSort.php +++ b/Algorithm/Sort/CombSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/CycleSort.php b/Algorithm/Sort/CycleSort.php index 4c91699f9..aa991b772 100755 --- a/Algorithm/Sort/CycleSort.php +++ b/Algorithm/Sort/CycleSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/GnomeSort.php b/Algorithm/Sort/GnomeSort.php index 5231c10ef..4a5c396a3 100755 --- a/Algorithm/Sort/GnomeSort.php +++ b/Algorithm/Sort/GnomeSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/HeapSort.php b/Algorithm/Sort/HeapSort.php index 9673ea7a9..1462ed9b9 100755 --- a/Algorithm/Sort/HeapSort.php +++ b/Algorithm/Sort/HeapSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/InsertionSort.php b/Algorithm/Sort/InsertionSort.php index 499594fdf..48b1d09cf 100755 --- a/Algorithm/Sort/InsertionSort.php +++ b/Algorithm/Sort/InsertionSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/IntroSort.php b/Algorithm/Sort/IntroSort.php index 6607ba663..c15e42e16 100644 --- a/Algorithm/Sort/IntroSort.php +++ b/Algorithm/Sort/IntroSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/MergeSort.php b/Algorithm/Sort/MergeSort.php index 63bfc2054..be8a8d436 100755 --- a/Algorithm/Sort/MergeSort.php +++ b/Algorithm/Sort/MergeSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/OddEvenSort.php b/Algorithm/Sort/OddEvenSort.php index 3238befdf..11565e750 100755 --- a/Algorithm/Sort/OddEvenSort.php +++ b/Algorithm/Sort/OddEvenSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/PancakeSort.php b/Algorithm/Sort/PancakeSort.php index 5080f6f35..e03e7d013 100755 --- a/Algorithm/Sort/PancakeSort.php +++ b/Algorithm/Sort/PancakeSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/QuickSort.php b/Algorithm/Sort/QuickSort.php index 77febee1b..00a78dfe0 100644 --- a/Algorithm/Sort/QuickSort.php +++ b/Algorithm/Sort/QuickSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/SelectionSort.php b/Algorithm/Sort/SelectionSort.php index 578bd862d..f9d5591f9 100755 --- a/Algorithm/Sort/SelectionSort.php +++ b/Algorithm/Sort/SelectionSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/ShellSort.php b/Algorithm/Sort/ShellSort.php index f40dcf8f9..6a67fbc50 100755 --- a/Algorithm/Sort/ShellSort.php +++ b/Algorithm/Sort/ShellSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/SortInterface.php b/Algorithm/Sort/SortInterface.php index b3391f99c..7919aa333 100755 --- a/Algorithm/Sort/SortInterface.php +++ b/Algorithm/Sort/SortInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/SortOrder.php b/Algorithm/Sort/SortOrder.php index 62e486221..594bb6a26 100755 --- a/Algorithm/Sort/SortOrder.php +++ b/Algorithm/Sort/SortOrder.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/SortableInterface.php b/Algorithm/Sort/SortableInterface.php index a84b41bc4..beca2e95e 100755 --- a/Algorithm/Sort/SortableInterface.php +++ b/Algorithm/Sort/SortableInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/StoogeSort.php b/Algorithm/Sort/StoogeSort.php index 0f12e79b2..73d70bf62 100755 --- a/Algorithm/Sort/StoogeSort.php +++ b/Algorithm/Sort/StoogeSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Algorithm/Sort/TimSort.php b/Algorithm/Sort/TimSort.php index 3620f623c..027ade45d 100644 --- a/Algorithm/Sort/TimSort.php +++ b/Algorithm/Sort/TimSort.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Algorithm\Sort; * @copyright Dennis Eichhorn diff --git a/Application/ApplicationAbstract.php b/Application/ApplicationAbstract.php index 8ce7192c6..3fad23a80 100644 --- a/Application/ApplicationAbstract.php +++ b/Application/ApplicationAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/ApplicationInfo.php b/Application/ApplicationInfo.php index 063fd15a1..defad60f0 100644 --- a/Application/ApplicationInfo.php +++ b/Application/ApplicationInfo.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/ApplicationManager.php b/Application/ApplicationManager.php index 836f577ad..ffe248a97 100644 --- a/Application/ApplicationManager.php +++ b/Application/ApplicationManager.php @@ -3,7 +3,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/ApplicationStatus.php b/Application/ApplicationStatus.php index a8b1d838b..9a8217211 100644 --- a/Application/ApplicationStatus.php +++ b/Application/ApplicationStatus.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/InstallerAbstract.php b/Application/InstallerAbstract.php index f8929ecf4..a7993191a 100644 --- a/Application/InstallerAbstract.php +++ b/Application/InstallerAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Application * @copyright Dennis Eichhorn @@ -117,6 +117,10 @@ abstract class InstallerAbstract } $definitions = \json_decode($content, true); + if (!\is_array($definitions)) { + return; + } + foreach ($definitions as $definition) { SchemaBuilder::createFromSchema($definition, $dbPool->get('schema'))->execute(); } diff --git a/Application/StatusAbstract.php b/Application/StatusAbstract.php index 1fffffd14..525d720a1 100644 --- a/Application/StatusAbstract.php +++ b/Application/StatusAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Application/UninstallerAbstract.php b/Application/UninstallerAbstract.php index 89b9c288f..865d48800 100644 --- a/Application/UninstallerAbstract.php +++ b/Application/UninstallerAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Application * @copyright Dennis Eichhorn diff --git a/Asset/AssetManager.php b/Asset/AssetManager.php index a4f0ece0c..4a8e64517 100755 --- a/Asset/AssetManager.php +++ b/Asset/AssetManager.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Asset * @copyright Dennis Eichhorn diff --git a/Asset/AssetType.php b/Asset/AssetType.php index aeb4e83c7..f8c0daf29 100755 --- a/Asset/AssetType.php +++ b/Asset/AssetType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Asset * @copyright Dennis Eichhorn diff --git a/Auth/Auth.php b/Auth/Auth.php index d964516f2..a0bc22059 100755 --- a/Auth/Auth.php +++ b/Auth/Auth.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Auth * @copyright Dennis Eichhorn diff --git a/Auth/LoginReturnType.php b/Auth/LoginReturnType.php index 3dbf1b02d..3607f53c6 100755 --- a/Auth/LoginReturnType.php +++ b/Auth/LoginReturnType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Auth * @copyright Dennis Eichhorn diff --git a/AutoloadException.php b/AutoloadException.php index 4b4720d65..fc2748474 100755 --- a/AutoloadException.php +++ b/AutoloadException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS * @copyright Dennis Eichhorn diff --git a/Autoloader.php b/Autoloader.php index b1edeef48..9aa80f488 100644 --- a/Autoloader.php +++ b/Autoloader.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS * @copyright Dennis Eichhorn diff --git a/Business/Finance/Depreciation.php b/Business/Finance/Depreciation.php index dfd4e72ff..35f0ad8b0 100644 --- a/Business/Finance/Depreciation.php +++ b/Business/Finance/Depreciation.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/FinanceFormulas.php b/Business/Finance/FinanceFormulas.php index 091d1abc4..09a5bf4c8 100644 --- a/Business/Finance/FinanceFormulas.php +++ b/Business/Finance/FinanceFormulas.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/Loan.php b/Business/Finance/Loan.php index fc1455c03..623ed5d3a 100644 --- a/Business/Finance/Loan.php +++ b/Business/Finance/Loan.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/Lorenzkurve.php b/Business/Finance/Lorenzkurve.php index b58f9d4ae..19c6c8525 100644 --- a/Business/Finance/Lorenzkurve.php +++ b/Business/Finance/Lorenzkurve.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Finance/StockBonds.php b/Business/Finance/StockBonds.php index 901d4a54e..e5a7b281d 100644 --- a/Business/Finance/StockBonds.php +++ b/Business/Finance/StockBonds.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn diff --git a/Business/Marketing/ArticleCorrelationAffinity.php b/Business/Marketing/ArticleCorrelationAffinity.php index a8814d551..76103d7e0 100644 --- a/Business/Marketing/ArticleCorrelationAffinity.php +++ b/Business/Marketing/ArticleCorrelationAffinity.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn diff --git a/Business/Marketing/CustomerValue.php b/Business/Marketing/CustomerValue.php index 4ac837d6b..84eb958d3 100644 --- a/Business/Marketing/CustomerValue.php +++ b/Business/Marketing/CustomerValue.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn diff --git a/Business/Marketing/Metrics.php b/Business/Marketing/Metrics.php index cac1430d3..a1e6b8443 100644 --- a/Business/Marketing/Metrics.php +++ b/Business/Marketing/Metrics.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn diff --git a/Business/Marketing/NetPromoterScore.php b/Business/Marketing/NetPromoterScore.php index ec7b502b8..69f3e724f 100755 --- a/Business/Marketing/NetPromoterScore.php +++ b/Business/Marketing/NetPromoterScore.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn diff --git a/Business/Marketing/PageRank.php b/Business/Marketing/PageRank.php index 37f518486..5f1ed90c6 100755 --- a/Business/Marketing/PageRank.php +++ b/Business/Marketing/PageRank.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn diff --git a/Business/Programming/Metrics.php b/Business/Programming/Metrics.php index 0fe08f109..09d293494 100644 --- a/Business/Programming/Metrics.php +++ b/Business/Programming/Metrics.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Programming * @copyright Dennis Eichhorn diff --git a/Business/Sales/MarketShareEstimation.php b/Business/Sales/MarketShareEstimation.php index 03884d061..b50295a44 100644 --- a/Business/Sales/MarketShareEstimation.php +++ b/Business/Sales/MarketShareEstimation.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Business\Sales * @copyright Dennis Eichhorn diff --git a/Config/OptionsInterface.php b/Config/OptionsInterface.php index 219e0f4c6..dd1214748 100755 --- a/Config/OptionsInterface.php +++ b/Config/OptionsInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Config * @copyright Dennis Eichhorn diff --git a/Config/OptionsTrait.php b/Config/OptionsTrait.php index e84065163..f921478a5 100755 --- a/Config/OptionsTrait.php +++ b/Config/OptionsTrait.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Config * @copyright Dennis Eichhorn diff --git a/Config/SettingsInterface.php b/Config/SettingsInterface.php index 080f38142..0511b4a11 100755 --- a/Config/SettingsInterface.php +++ b/Config/SettingsInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Config * @copyright Dennis Eichhorn diff --git a/Contract/ArrayableInterface.php b/Contract/ArrayableInterface.php index 5e85099ff..9813d9e84 100755 --- a/Contract/ArrayableInterface.php +++ b/Contract/ArrayableInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Contract * @copyright Dennis Eichhorn diff --git a/Contract/RenderableInterface.php b/Contract/RenderableInterface.php index e779dd89d..1adaf72fd 100755 --- a/Contract/RenderableInterface.php +++ b/Contract/RenderableInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Contract * @copyright Dennis Eichhorn diff --git a/Contract/SerializableInterface.php b/Contract/SerializableInterface.php index 40f8826b3..047e0a81b 100644 --- a/Contract/SerializableInterface.php +++ b/Contract/SerializableInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Contract * @copyright Dennis Eichhorn @@ -39,11 +39,11 @@ interface SerializableInterface /** * Fill object with data * - * @param mixed $data Date to unserialize + * @param null|int|float|string|bool $data Date to unserialize * * @return void * * @since 1.0.0 */ - public function unserialize($data) : void; + public function unserialize(mixed $data) : void; } diff --git a/Contract/StreamInterface.php b/Contract/StreamInterface.php index 1be6eb972..164028e26 100755 --- a/Contract/StreamInterface.php +++ b/Contract/StreamInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Contract * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/CachePool.php b/DataStorage/Cache/CachePool.php index c95b7674d..ae52caaeb 100644 --- a/DataStorage/Cache/CachePool.php +++ b/DataStorage/Cache/CachePool.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/CacheStatus.php b/DataStorage/Cache/CacheStatus.php index 2c49d5f5e..4890285e7 100755 --- a/DataStorage/Cache/CacheStatus.php +++ b/DataStorage/Cache/CacheStatus.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/CacheType.php b/DataStorage/Cache/CacheType.php index 08e5e0b80..cb4e9f636 100755 --- a/DataStorage/Cache/CacheType.php +++ b/DataStorage/Cache/CacheType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/CacheValueType.php b/DataStorage/Cache/Connection/CacheValueType.php index b45856bfb..87f390ffd 100755 --- a/DataStorage/Cache/Connection/CacheValueType.php +++ b/DataStorage/Cache/Connection/CacheValueType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/ConnectionAbstract.php b/DataStorage/Cache/Connection/ConnectionAbstract.php index 2f5e15b16..e3c1454bf 100755 --- a/DataStorage/Cache/Connection/ConnectionAbstract.php +++ b/DataStorage/Cache/Connection/ConnectionAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/ConnectionFactory.php b/DataStorage/Cache/Connection/ConnectionFactory.php index 1ffd54b11..bf1d1667d 100755 --- a/DataStorage/Cache/Connection/ConnectionFactory.php +++ b/DataStorage/Cache/Connection/ConnectionFactory.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/ConnectionInterface.php b/DataStorage/Cache/Connection/ConnectionInterface.php index 1a5028918..57fb2ab55 100755 --- a/DataStorage/Cache/Connection/ConnectionInterface.php +++ b/DataStorage/Cache/Connection/ConnectionInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/FileCache.php b/DataStorage/Cache/Connection/FileCache.php index 4e5e3731d..94b23b1de 100644 --- a/DataStorage/Cache/Connection/FileCache.php +++ b/DataStorage/Cache/Connection/FileCache.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/MemCached.php b/DataStorage/Cache/Connection/MemCached.php index c454a6f17..08a73c4ea 100644 --- a/DataStorage/Cache/Connection/MemCached.php +++ b/DataStorage/Cache/Connection/MemCached.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/NullCache.php b/DataStorage/Cache/Connection/NullCache.php index 863dd1b09..e9433ac23 100755 --- a/DataStorage/Cache/Connection/NullCache.php +++ b/DataStorage/Cache/Connection/NullCache.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Connection/RedisCache.php b/DataStorage/Cache/Connection/RedisCache.php index c3d715403..7fbabd009 100644 --- a/DataStorage/Cache/Connection/RedisCache.php +++ b/DataStorage/Cache/Connection/RedisCache.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Cache/Exception/InvalidConnectionConfigException.php b/DataStorage/Cache/Exception/InvalidConnectionConfigException.php index 514c8b0a3..5427a440d 100755 --- a/DataStorage/Cache/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Cache/Exception/InvalidConnectionConfigException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cache\Exception * @copyright Dennis Eichhorn diff --git a/DataStorage/Cookie/CookieJar.php b/DataStorage/Cookie/CookieJar.php index 8fb004e50..15d9674b9 100644 --- a/DataStorage/Cookie/CookieJar.php +++ b/DataStorage/Cookie/CookieJar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Cookie * @copyright Dennis Eichhorn diff --git a/DataStorage/DataMapperInterface.php b/DataStorage/DataMapperInterface.php index ed3c42f9b..344e8360f 100755 --- a/DataStorage/DataMapperInterface.php +++ b/DataStorage/DataMapperInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn diff --git a/DataStorage/DataStorageConnectionInterface.php b/DataStorage/DataStorageConnectionInterface.php index eac5b195d..99bb4051d 100755 --- a/DataStorage/DataStorageConnectionInterface.php +++ b/DataStorage/DataStorageConnectionInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn diff --git a/DataStorage/DataStoragePoolInterface.php b/DataStorage/DataStoragePoolInterface.php index 2cd207a5b..258c699ab 100755 --- a/DataStorage/DataStoragePoolInterface.php +++ b/DataStorage/DataStoragePoolInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/BuilderAbstract.php b/DataStorage/Database/BuilderAbstract.php index c29a04e65..cc5de135a 100755 --- a/DataStorage/Database/BuilderAbstract.php +++ b/DataStorage/Database/BuilderAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/ConnectionAbstract.php b/DataStorage/Database/Connection/ConnectionAbstract.php index 701b247b8..4af6339db 100755 --- a/DataStorage/Database/Connection/ConnectionAbstract.php +++ b/DataStorage/Database/Connection/ConnectionAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/ConnectionFactory.php b/DataStorage/Database/Connection/ConnectionFactory.php index 46388b41f..6ebca3bdb 100755 --- a/DataStorage/Database/Connection/ConnectionFactory.php +++ b/DataStorage/Database/Connection/ConnectionFactory.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/ConnectionInterface.php b/DataStorage/Database/Connection/ConnectionInterface.php index b7790f75a..3fa43181a 100755 --- a/DataStorage/Database/Connection/ConnectionInterface.php +++ b/DataStorage/Database/Connection/ConnectionInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/MysqlConnection.php b/DataStorage/Database/Connection/MysqlConnection.php index 5c2f9f3f3..b757b7381 100755 --- a/DataStorage/Database/Connection/MysqlConnection.php +++ b/DataStorage/Database/Connection/MysqlConnection.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/NullConnection.php b/DataStorage/Database/Connection/NullConnection.php index 2ca2edb06..09aea77c9 100755 --- a/DataStorage/Database/Connection/NullConnection.php +++ b/DataStorage/Database/Connection/NullConnection.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/NullPDO.php b/DataStorage/Database/Connection/NullPDO.php index e849d3065..02622fabf 100755 --- a/DataStorage/Database/Connection/NullPDO.php +++ b/DataStorage/Database/Connection/NullPDO.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/PostgresConnection.php b/DataStorage/Database/Connection/PostgresConnection.php index 6fc7d8ea0..8e7821666 100755 --- a/DataStorage/Database/Connection/PostgresConnection.php +++ b/DataStorage/Database/Connection/PostgresConnection.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/SQLiteConnection.php b/DataStorage/Database/Connection/SQLiteConnection.php index 8b0c3b882..050285ac1 100755 --- a/DataStorage/Database/Connection/SQLiteConnection.php +++ b/DataStorage/Database/Connection/SQLiteConnection.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Connection/SqlServerConnection.php b/DataStorage/Database/Connection/SqlServerConnection.php index cf3f8c8fa..cc7fc62af 100755 --- a/DataStorage/Database/Connection/SqlServerConnection.php +++ b/DataStorage/Database/Connection/SqlServerConnection.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Connection * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php index 18a1bae0b..27d9dec5d 100644 --- a/DataStorage/Database/DatabasePool.php +++ b/DataStorage/Database/DatabasePool.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/DatabaseStatus.php b/DataStorage/Database/DatabaseStatus.php index 247e1c0fa..f2706a127 100755 --- a/DataStorage/Database/DatabaseStatus.php +++ b/DataStorage/Database/DatabaseStatus.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/DatabaseType.php b/DataStorage/Database/DatabaseType.php index 2edac82cf..299150895 100755 --- a/DataStorage/Database/DatabaseType.php +++ b/DataStorage/Database/DatabaseType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Exception/InvalidConnectionConfigException.php b/DataStorage/Database/Exception/InvalidConnectionConfigException.php index 4dd553898..5703bb48b 100755 --- a/DataStorage/Database/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Database/Exception/InvalidConnectionConfigException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Exception * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Exception/InvalidDatabaseTypeException.php b/DataStorage/Database/Exception/InvalidDatabaseTypeException.php index a27b6a4ba..30c291699 100755 --- a/DataStorage/Database/Exception/InvalidDatabaseTypeException.php +++ b/DataStorage/Database/Exception/InvalidDatabaseTypeException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Exception * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Exception/InvalidMapperException.php b/DataStorage/Database/Exception/InvalidMapperException.php index 76bcf6439..dfeb71671 100755 --- a/DataStorage/Database/Exception/InvalidMapperException.php +++ b/DataStorage/Database/Exception/InvalidMapperException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Exception * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/GrammarAbstract.php b/DataStorage/Database/GrammarAbstract.php index f95673e9a..d4c59e5a9 100644 --- a/DataStorage/Database/GrammarAbstract.php +++ b/DataStorage/Database/GrammarAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn @@ -207,7 +207,7 @@ abstract class GrammarAbstract foreach ($elements as $key => $element) { if (\is_string($element) && $element !== '*') { $expression .= $this->compileSystem($element) . (\is_string($key) ? ' as ' . $key : '') . ', '; - } elseif (\is_string($element) && $element === '*') { + } elseif ($element === '*') { $expression .= '*, '; } elseif ($element instanceof \Closure) { $expression .= $element() . (\is_string($key) ? ' as ' . $key : '') . ', '; diff --git a/DataStorage/Database/Mapper/DataMapperAbstract.php b/DataStorage/Database/Mapper/DataMapperAbstract.php index 8a3711a0e..55489a58e 100644 --- a/DataStorage/Database/Mapper/DataMapperAbstract.php +++ b/DataStorage/Database/Mapper/DataMapperAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/DataMapperFactory.php b/DataStorage/Database/Mapper/DataMapperFactory.php index 7e645215e..fadd8eae5 100644 --- a/DataStorage/Database/Mapper/DataMapperFactory.php +++ b/DataStorage/Database/Mapper/DataMapperFactory.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/DeleteMapper.php b/DataStorage/Database/Mapper/DeleteMapper.php index 22219156a..6e92f64ba 100644 --- a/DataStorage/Database/Mapper/DeleteMapper.php +++ b/DataStorage/Database/Mapper/DeleteMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/MapperType.php b/DataStorage/Database/Mapper/MapperType.php index 78c1bcbec..f2a770451 100644 --- a/DataStorage/Database/Mapper/MapperType.php +++ b/DataStorage/Database/Mapper/MapperType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/ReadMapper.php b/DataStorage/Database/Mapper/ReadMapper.php index 298b3932b..a231b0662 100644 --- a/DataStorage/Database/Mapper/ReadMapper.php +++ b/DataStorage/Database/Mapper/ReadMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn @@ -245,7 +245,8 @@ final class ReadMapper extends DataMapperAbstract $results = $sth->fetchAll(\PDO::FETCH_ASSOC); } } catch (\Throwable $t) { - $results = false; + $results = false; + \var_dump($q = $query->toSql()); \var_dump($t->getMessage()); } diff --git a/DataStorage/Database/Mapper/UpdateMapper.php b/DataStorage/Database/Mapper/UpdateMapper.php index 5c595260f..7e13ec9c5 100644 --- a/DataStorage/Database/Mapper/UpdateMapper.php +++ b/DataStorage/Database/Mapper/UpdateMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Mapper/WriteMapper.php b/DataStorage/Database/Mapper/WriteMapper.php index 299ba6fdd..d79c20919 100644 --- a/DataStorage/Database/Mapper/WriteMapper.php +++ b/DataStorage/Database/Mapper/WriteMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Mapper * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Builder.php b/DataStorage/Database/Query/Builder.php index eee58653c..02d6364a7 100644 --- a/DataStorage/Database/Query/Builder.php +++ b/DataStorage/Database/Query/Builder.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn @@ -14,6 +14,7 @@ declare(strict_types=1); namespace phpOMS\DataStorage\Database\Query; +use PDOStatement; use phpOMS\Algorithm\Graph\DependencyResolver; use phpOMS\Contract\SerializableInterface; use phpOMS\DataStorage\Database\BuilderAbstract; @@ -1388,11 +1389,11 @@ class Builder extends BuilderAbstract /** * Execute query. * - * @return mixed + * @return ?PDOStatement * * @since 1.0.0 */ - public function execute() : mixed + public function execute() : ?PDOStatement { try { $sth = $this->connection->con->prepare($this->toSql()); diff --git a/DataStorage/Database/Query/Column.php b/DataStorage/Database/Query/Column.php index 9c99935b6..4663179ad 100755 --- a/DataStorage/Database/Query/Column.php +++ b/DataStorage/Database/Query/Column.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Count.php b/DataStorage/Database/Query/Count.php index fa9ad12a4..f6d83a8ba 100755 --- a/DataStorage/Database/Query/Count.php +++ b/DataStorage/Database/Query/Count.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Expression.php b/DataStorage/Database/Query/Expression.php index 5dc0e475b..df7f5e1a2 100755 --- a/DataStorage/Database/Query/Expression.php +++ b/DataStorage/Database/Query/Expression.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/From.php b/DataStorage/Database/Query/From.php index 6cea14d35..cc0338636 100755 --- a/DataStorage/Database/Query/From.php +++ b/DataStorage/Database/Query/From.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 a56676384..24bad2f8b 100644 --- a/DataStorage/Database/Query/Grammar/Grammar.php +++ b/DataStorage/Database/Query/Grammar/Grammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Grammar/GrammarInterface.php b/DataStorage/Database/Query/Grammar/GrammarInterface.php index 0ff2cff14..cd60e5015 100755 --- a/DataStorage/Database/Query/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Query/Grammar/GrammarInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 457a87e21..4a34d1eb5 100755 --- a/DataStorage/Database/Query/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Query/Grammar/MysqlGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 9fe50d139..142a1e4b5 100755 --- a/DataStorage/Database/Query/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Query/Grammar/OracleGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 1099976eb..5d1a04750 100755 --- a/DataStorage/Database/Query/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Query/Grammar/PostgresGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 ae59b1795..1e27a0dbf 100755 --- a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 d4991eebe..10b95a0ff 100755 --- a/DataStorage/Database/Query/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Query/Grammar/SqlServerGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Into.php b/DataStorage/Database/Query/Into.php index bb9e5e96b..04f2c0df3 100755 --- a/DataStorage/Database/Query/Into.php +++ b/DataStorage/Database/Query/Into.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/JoinType.php b/DataStorage/Database/Query/JoinType.php index 4e027415d..f52d0a28a 100755 --- a/DataStorage/Database/Query/JoinType.php +++ b/DataStorage/Database/Query/JoinType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/OrderType.php b/DataStorage/Database/Query/OrderType.php index dee13bb04..dd4fb9836 100644 --- a/DataStorage/Database/Query/OrderType.php +++ b/DataStorage/Database/Query/OrderType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Parameter.php b/DataStorage/Database/Query/Parameter.php index 4f885f767..9868bcf3d 100755 --- a/DataStorage/Database/Query/Parameter.php +++ b/DataStorage/Database/Query/Parameter.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/QueryType.php b/DataStorage/Database/Query/QueryType.php index 032eb6049..1e817be80 100755 --- a/DataStorage/Database/Query/QueryType.php +++ b/DataStorage/Database/Query/QueryType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Select.php b/DataStorage/Database/Query/Select.php index cdffbace5..fc2945d45 100755 --- a/DataStorage/Database/Query/Select.php +++ b/DataStorage/Database/Query/Select.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Query/Where.php b/DataStorage/Database/Query/Where.php index 7c96ff64d..2318f5351 100755 --- a/DataStorage/Database/Query/Where.php +++ b/DataStorage/Database/Query/Where.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Query * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/RelationType.php b/DataStorage/Database/RelationType.php index 7bdcdd9f9..15b66f6f2 100755 --- a/DataStorage/Database/RelationType.php +++ b/DataStorage/Database/RelationType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Builder.php b/DataStorage/Database/Schema/Builder.php index ae3fc0d88..9c2f7d809 100755 --- a/DataStorage/Database/Schema/Builder.php +++ b/DataStorage/Database/Schema/Builder.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Field.php b/DataStorage/Database/Schema/Field.php index 694c0fb87..8e8420461 100755 --- a/DataStorage/Database/Schema/Field.php +++ b/DataStorage/Database/Schema/Field.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 8a94582dc..49aaeb9d4 100755 --- a/DataStorage/Database/Schema/Grammar/Grammar.php +++ b/DataStorage/Database/Schema/Grammar/Grammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Grammar/GrammarInterface.php b/DataStorage/Database/Schema/Grammar/GrammarInterface.php index 17a51a1f7..fcc707c4f 100755 --- a/DataStorage/Database/Schema/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Schema/Grammar/GrammarInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php index 87ea19006..5b054ac0d 100644 --- a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 6a08d5145..1f63418fb 100755 --- a/DataStorage/Database/Schema/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Schema/Grammar/OracleGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 4b0c14fcf..3df24df21 100755 --- a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 f9aa1f3aa..8b6df8b80 100755 --- a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 cda23543a..8235ec034 100755 --- a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Schema\Grammar * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/QueryType.php b/DataStorage/Database/Schema/QueryType.php index 4495becad..7c29253b1 100755 --- a/DataStorage/Database/Schema/QueryType.php +++ b/DataStorage/Database/Schema/QueryType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/Schema/Table.php b/DataStorage/Database/Schema/Table.php index 1a124b03d..a371adaf1 100755 --- a/DataStorage/Database/Schema/Table.php +++ b/DataStorage/Database/Schema/Table.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/DataStorage/Database/SchemaMapper.php b/DataStorage/Database/SchemaMapper.php index ccbb51a26..b998a87e3 100644 --- a/DataStorage/Database/SchemaMapper.php +++ b/DataStorage/Database/SchemaMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database * @copyright Dennis Eichhorn @@ -58,12 +58,16 @@ class SchemaMapper */ public function getTables() : array { + $tables = []; $builder = new Builder($this->db); /** @var array $tNames */ - $tNames = $builder->selectTables()->execute()->fetchAll(\PDO::FETCH_ASSOC); + $tNames = $builder->selectTables()->execute()?->fetchAll(\PDO::FETCH_ASSOC); + + if ($tNames === null) { + return $tables; + } - $tables = []; foreach ($tNames as $name) { $tables[] = \array_values($name)[0]; } @@ -99,9 +103,9 @@ class SchemaMapper public function getFields(string $table) : array { $builder = new Builder($this->db); - $fields = $builder->selectFields($table)->execute()->fetchAll(\PDO::FETCH_ASSOC); + $fields = $builder->selectFields($table)->execute()?->fetchAll(\PDO::FETCH_ASSOC); - return $fields; + return $fields === null ? [] : $fields; } /** diff --git a/DataStorage/LockException.php b/DataStorage/LockException.php index 737ea6c29..7ae251c4f 100755 --- a/DataStorage/LockException.php +++ b/DataStorage/LockException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage * @copyright Dennis Eichhorn diff --git a/DataStorage/Session/FileSession.php b/DataStorage/Session/FileSession.php index de79f04a5..f32a0759e 100644 --- a/DataStorage/Session/FileSession.php +++ b/DataStorage/Session/FileSession.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn diff --git a/DataStorage/Session/FileSessionHandler.php b/DataStorage/Session/FileSessionHandler.php index c637e1a8c..1e882d0ad 100644 --- a/DataStorage/Session/FileSessionHandler.php +++ b/DataStorage/Session/FileSessionHandler.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php index f8e4bbcb5..f8ba9973f 100644 --- a/DataStorage/Session/HttpSession.php +++ b/DataStorage/Session/HttpSession.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn diff --git a/DataStorage/Session/SessionInterface.php b/DataStorage/Session/SessionInterface.php index bf93db82b..03e5a13dd 100755 --- a/DataStorage/Session/SessionInterface.php +++ b/DataStorage/Session/SessionInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Session * @copyright Dennis Eichhorn diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php index d59b58c4a..b9c2f04d1 100644 --- a/Dispatcher/Dispatcher.php +++ b/Dispatcher/Dispatcher.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Dispatcher * @copyright Dennis Eichhorn diff --git a/Dispatcher/DispatcherInterface.php b/Dispatcher/DispatcherInterface.php index 492a90e57..3e4409eb7 100755 --- a/Dispatcher/DispatcherInterface.php +++ b/Dispatcher/DispatcherInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Dispatcher * @copyright Dennis Eichhorn diff --git a/Event/EventManager.php b/Event/EventManager.php index fb87badda..a0dd75463 100644 --- a/Event/EventManager.php +++ b/Event/EventManager.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Event * @copyright Dennis Eichhorn diff --git a/Image/Kernel.php b/Image/Kernel.php index 3879ab0bf..c6c2c34d5 100644 --- a/Image/Kernel.php +++ b/Image/Kernel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Image * @copyright Dennis Eichhorn diff --git a/Image/Skew.php b/Image/Skew.php index 558e8fa80..6c9bcaf7a 100644 --- a/Image/Skew.php +++ b/Image/Skew.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Image * @copyright Dennis Eichhorn diff --git a/Image/Thresholding.php b/Image/Thresholding.php index eae7ff036..33713962e 100644 --- a/Image/Thresholding.php +++ b/Image/Thresholding.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Image * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/City.php b/Localization/Defaults/City.php index a60cc94e3..dee70af4a 100755 --- a/Localization/Defaults/City.php +++ b/Localization/Defaults/City.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/CityMapper.php b/Localization/Defaults/CityMapper.php index 329124c6e..6d252dcdd 100755 --- a/Localization/Defaults/CityMapper.php +++ b/Localization/Defaults/CityMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/Country.php b/Localization/Defaults/Country.php index b8c1295b5..f2277aaf0 100755 --- a/Localization/Defaults/Country.php +++ b/Localization/Defaults/Country.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/CountryMapper.php b/Localization/Defaults/CountryMapper.php index ec741fa65..f5d9dfca2 100755 --- a/Localization/Defaults/CountryMapper.php +++ b/Localization/Defaults/CountryMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/Currency.php b/Localization/Defaults/Currency.php index e50e0c791..7637420e5 100755 --- a/Localization/Defaults/Currency.php +++ b/Localization/Defaults/Currency.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/CurrencyMapper.php b/Localization/Defaults/CurrencyMapper.php index 151a2ad96..6553d4665 100755 --- a/Localization/Defaults/CurrencyMapper.php +++ b/Localization/Defaults/CurrencyMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/Iban.php b/Localization/Defaults/Iban.php index c0ae2d89b..5705864c2 100755 --- a/Localization/Defaults/Iban.php +++ b/Localization/Defaults/Iban.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/IbanMapper.php b/Localization/Defaults/IbanMapper.php index 6368ac1c7..73cecd40c 100755 --- a/Localization/Defaults/IbanMapper.php +++ b/Localization/Defaults/IbanMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/Language.php b/Localization/Defaults/Language.php index b07e62a06..01cc341f2 100755 --- a/Localization/Defaults/Language.php +++ b/Localization/Defaults/Language.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/LanguageMapper.php b/Localization/Defaults/LanguageMapper.php index d025e6243..9c3be433f 100755 --- a/Localization/Defaults/LanguageMapper.php +++ b/Localization/Defaults/LanguageMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullCity.php b/Localization/Defaults/NullCity.php index 2ce2fb084..866f03fa2 100755 --- a/Localization/Defaults/NullCity.php +++ b/Localization/Defaults/NullCity.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullCountry.php b/Localization/Defaults/NullCountry.php index a6fb9dd73..095cff58d 100755 --- a/Localization/Defaults/NullCountry.php +++ b/Localization/Defaults/NullCountry.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullCurrency.php b/Localization/Defaults/NullCurrency.php index 36dcf93ab..9bc9af077 100755 --- a/Localization/Defaults/NullCurrency.php +++ b/Localization/Defaults/NullCurrency.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullIban.php b/Localization/Defaults/NullIban.php index 01f2d62dd..c2507f0ea 100755 --- a/Localization/Defaults/NullIban.php +++ b/Localization/Defaults/NullIban.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/Defaults/NullLanguage.php b/Localization/Defaults/NullLanguage.php index 75be1f95e..9b152132b 100755 --- a/Localization/Defaults/NullLanguage.php +++ b/Localization/Defaults/NullLanguage.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization\Defaults * @copyright Dennis Eichhorn diff --git a/Localization/ISO3166CharEnum.php b/Localization/ISO3166CharEnum.php index b5d6af00c..8032d22d0 100755 --- a/Localization/ISO3166CharEnum.php +++ b/Localization/ISO3166CharEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO3166NameEnum.php b/Localization/ISO3166NameEnum.php index bef0e80d9..03c29dbe6 100755 --- a/Localization/ISO3166NameEnum.php +++ b/Localization/ISO3166NameEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO3166NumEnum.php b/Localization/ISO3166NumEnum.php index 64a87bd57..7ec3a8916 100755 --- a/Localization/ISO3166NumEnum.php +++ b/Localization/ISO3166NumEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO3166TwoEnum.php b/Localization/ISO3166TwoEnum.php index 37989762a..cd786144c 100755 --- a/Localization/ISO3166TwoEnum.php +++ b/Localization/ISO3166TwoEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217CharEnum.php b/Localization/ISO4217CharEnum.php index 037ba00fb..ef308a70c 100755 --- a/Localization/ISO4217CharEnum.php +++ b/Localization/ISO4217CharEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217DecimalEnum.php b/Localization/ISO4217DecimalEnum.php index 1264012ff..d159debbb 100755 --- a/Localization/ISO4217DecimalEnum.php +++ b/Localization/ISO4217DecimalEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217Enum.php b/Localization/ISO4217Enum.php index ccdac3eb2..8bcd8618e 100755 --- a/Localization/ISO4217Enum.php +++ b/Localization/ISO4217Enum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217NumEnum.php b/Localization/ISO4217NumEnum.php index 872e128ce..b5c3cb8c0 100755 --- a/Localization/ISO4217NumEnum.php +++ b/Localization/ISO4217NumEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217SubUnitEnum.php b/Localization/ISO4217SubUnitEnum.php index 55875e334..52b7e63a9 100755 --- a/Localization/ISO4217SubUnitEnum.php +++ b/Localization/ISO4217SubUnitEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO4217SymbolEnum.php b/Localization/ISO4217SymbolEnum.php index 5835043b8..dcca3691f 100755 --- a/Localization/ISO4217SymbolEnum.php +++ b/Localization/ISO4217SymbolEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO639Enum.php b/Localization/ISO639Enum.php index ef51c93e3..c18556bcb 100755 --- a/Localization/ISO639Enum.php +++ b/Localization/ISO639Enum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO639x1Enum.php b/Localization/ISO639x1Enum.php index 9f1689085..0cf5df5eb 100755 --- a/Localization/ISO639x1Enum.php +++ b/Localization/ISO639x1Enum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO639x2Enum.php b/Localization/ISO639x2Enum.php index 48add9400..5c9f445be 100755 --- a/Localization/ISO639x2Enum.php +++ b/Localization/ISO639x2Enum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/ISO8601EnumArray.php b/Localization/ISO8601EnumArray.php index d6751048a..6bf378e66 100755 --- a/Localization/ISO8601EnumArray.php +++ b/Localization/ISO8601EnumArray.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php index 5f5f77c79..7220a930c 100644 --- a/Localization/L11nManager.php +++ b/Localization/L11nManager.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/LegalEntityType.php b/Localization/LegalEntityType.php index 47b024a91..f79f4aef3 100755 --- a/Localization/LegalEntityType.php +++ b/Localization/LegalEntityType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/Localization.php b/Localization/Localization.php index aa4b8a047..8b2bfa53d 100644 --- a/Localization/Localization.php +++ b/Localization/Localization.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn @@ -268,7 +268,12 @@ class Localization implements \JsonSerializable break; // @codeCoverageIgnore } - $this->importLocale(\json_decode($fileContent, true)); + $json = \json_decode($fileContent, true); + if ($json === false) { + return; + } + + $this->importLocale($json); return; } @@ -278,13 +283,18 @@ class Localization implements \JsonSerializable return; // @codeCoverageIgnore } - $this->importLocale(\json_decode($fileContent, true)); + $json = \json_decode($fileContent, true); + if ($json === false) { + return; + } + + $this->importLocale($json); } /** * Load localization from locale * - * @param array $locale Locale data + * @param array $locale Locale data * * @return void * diff --git a/Localization/Money.php b/Localization/Money.php index fb955b060..88ed7e778 100755 --- a/Localization/Money.php +++ b/Localization/Money.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/NullLocalization.php b/Localization/NullLocalization.php index 1566fa7d2..7b6de26af 100755 --- a/Localization/NullLocalization.php +++ b/Localization/NullLocalization.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/PhoneEnum.php b/Localization/PhoneEnum.php index f35863d6c..dfc7cbddd 100755 --- a/Localization/PhoneEnum.php +++ b/Localization/PhoneEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Localization/TimeZoneEnumArray.php b/Localization/TimeZoneEnumArray.php index 777cf7021..bdb223fbb 100755 --- a/Localization/TimeZoneEnumArray.php +++ b/Localization/TimeZoneEnumArray.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Localization * @copyright Dennis Eichhorn diff --git a/Log/FileLogger.php b/Log/FileLogger.php index 0f61584f8..d8c61f371 100644 --- a/Log/FileLogger.php +++ b/Log/FileLogger.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Log * @copyright Dennis Eichhorn diff --git a/Log/LogLevel.php b/Log/LogLevel.php index 4ecdf0322..6914728df 100755 --- a/Log/LogLevel.php +++ b/Log/LogLevel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Log * @copyright Dennis Eichhorn diff --git a/Log/LoggerInterface.php b/Log/LoggerInterface.php index 24d713c73..048097809 100755 --- a/Log/LoggerInterface.php +++ b/Log/LoggerInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Log * @copyright Dennis Eichhorn diff --git a/Math/Exception/ZeroDivisionException.php b/Math/Exception/ZeroDivisionException.php index de4b3f2d4..82275a1dc 100755 --- a/Math/Exception/ZeroDivisionException.php +++ b/Math/Exception/ZeroDivisionException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Exception * @copyright Dennis Eichhorn diff --git a/Math/Functions/Beta.php b/Math/Functions/Beta.php index 47e8e3861..385ddeba5 100644 --- a/Math/Functions/Beta.php +++ b/Math/Functions/Beta.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn diff --git a/Math/Functions/Fibonacci.php b/Math/Functions/Fibonacci.php index 9f616a603..28ae6459d 100644 --- a/Math/Functions/Fibonacci.php +++ b/Math/Functions/Fibonacci.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php index ee1780b08..0125ba931 100644 --- a/Math/Functions/Functions.php +++ b/Math/Functions/Functions.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn diff --git a/Math/Functions/Gamma.php b/Math/Functions/Gamma.php index 35eef10ec..e26fe0f65 100644 --- a/Math/Functions/Gamma.php +++ b/Math/Functions/Gamma.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Functions * @copyright Dennis Eichhorn diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php index 7082b9261..14d765288 100644 --- a/Math/Geometry/ConvexHull/MonotoneChain.php +++ b/Math/Geometry/ConvexHull/MonotoneChain.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 2d0009e80..2a341ea3a 100644 --- a/Math/Geometry/Shape/D2/Circle.php +++ b/Math/Geometry/Shape/D2/Circle.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 7c28fea6d..eab3d9fc4 100755 --- a/Math/Geometry/Shape/D2/D2ShapeInterface.php +++ b/Math/Geometry/Shape/D2/D2ShapeInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 e495c7fae..16710b464 100644 --- a/Math/Geometry/Shape/D2/Ellipse.php +++ b/Math/Geometry/Shape/D2/Ellipse.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 669802e21..5f5026f7e 100644 --- a/Math/Geometry/Shape/D2/Polygon.php +++ b/Math/Geometry/Shape/D2/Polygon.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 8f9653757..b0b07240e 100644 --- a/Math/Geometry/Shape/D2/Quadrilateral.php +++ b/Math/Geometry/Shape/D2/Quadrilateral.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php index e5a828171..38c1c5848 100644 --- a/Math/Geometry/Shape/D2/Rectangle.php +++ b/Math/Geometry/Shape/D2/Rectangle.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 b12c0409f..1c232c069 100755 --- a/Math/Geometry/Shape/D2/Trapezoid.php +++ b/Math/Geometry/Shape/D2/Trapezoid.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 d85698c06..19982af12 100644 --- a/Math/Geometry/Shape/D2/Triangle.php +++ b/Math/Geometry/Shape/D2/Triangle.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 d0d0d0b8e..9f3c9c9df 100644 --- a/Math/Geometry/Shape/D3/Cone.php +++ b/Math/Geometry/Shape/D3/Cone.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 ebbe08097..7d19dae9a 100755 --- a/Math/Geometry/Shape/D3/Cuboid.php +++ b/Math/Geometry/Shape/D3/Cuboid.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 ffab46477..b8dfdfce5 100755 --- a/Math/Geometry/Shape/D3/Cylinder.php +++ b/Math/Geometry/Shape/D3/Cylinder.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 44e7cf842..ed4535f45 100755 --- a/Math/Geometry/Shape/D3/D3ShapeInterface.php +++ b/Math/Geometry/Shape/D3/D3ShapeInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 3fd6cf6bf..0be332cf0 100755 --- a/Math/Geometry/Shape/D3/Prism.php +++ b/Math/Geometry/Shape/D3/Prism.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 7b653d6ae..4ead83248 100644 --- a/Math/Geometry/Shape/D3/RectangularPyramid.php +++ b/Math/Geometry/Shape/D3/RectangularPyramid.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 98cf3c401..e03876c80 100644 --- a/Math/Geometry/Shape/D3/Sphere.php +++ b/Math/Geometry/Shape/D3/Sphere.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 16be403ab..737e4c47f 100644 --- a/Math/Geometry/Shape/D3/Tetrahedron.php +++ b/Math/Geometry/Shape/D3/Tetrahedron.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Geometry\Shape\D3 * @copyright Dennis Eichhorn diff --git a/Math/Geometry/Shape/ShapeInterface.php b/Math/Geometry/Shape/ShapeInterface.php index 919d11c6d..8134104f5 100755 --- a/Math/Geometry/Shape/ShapeInterface.php +++ b/Math/Geometry/Shape/ShapeInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Geometry\Shape * @copyright Dennis Eichhorn diff --git a/Math/Matrix/CholeskyDecomposition.php b/Math/Matrix/CholeskyDecomposition.php index 03f8cd470..1e5060c7b 100644 --- a/Math/Matrix/CholeskyDecomposition.php +++ b/Math/Matrix/CholeskyDecomposition.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/EigenvalueDecomposition.php b/Math/Matrix/EigenvalueDecomposition.php index 8d10eed72..b4de39247 100644 --- a/Math/Matrix/EigenvalueDecomposition.php +++ b/Math/Matrix/EigenvalueDecomposition.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/Exception/InvalidDimensionException.php b/Math/Matrix/Exception/InvalidDimensionException.php index 3103ebd9a..2d1a62afb 100755 --- a/Math/Matrix/Exception/InvalidDimensionException.php +++ b/Math/Matrix/Exception/InvalidDimensionException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Matrix\Exception * @copyright Dennis Eichhorn diff --git a/Math/Matrix/IdentityMatrix.php b/Math/Matrix/IdentityMatrix.php index 54c28c16f..15fdb8c3c 100755 --- a/Math/Matrix/IdentityMatrix.php +++ b/Math/Matrix/IdentityMatrix.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/LUDecomposition.php b/Math/Matrix/LUDecomposition.php index c43266802..d881b64fa 100644 --- a/Math/Matrix/LUDecomposition.php +++ b/Math/Matrix/LUDecomposition.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php index 6d682e60c..ae61a87c6 100644 --- a/Math/Matrix/Matrix.php +++ b/Math/Matrix/Matrix.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn @@ -702,7 +702,7 @@ class Matrix implements \ArrayAccess, \Iterator /** * {@inheritdoc} */ - public function offsetGet($offset) + public function offsetGet(mixed $offset) : mixed { $offset = (int) $offset; $row = (int) ($offset / $this->m); diff --git a/Math/Matrix/QRDecomposition.php b/Math/Matrix/QRDecomposition.php index afc8c8dad..0d950f443 100755 --- a/Math/Matrix/QRDecomposition.php +++ b/Math/Matrix/QRDecomposition.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Matrix/Vector.php b/Math/Matrix/Vector.php index 704dbd831..f31429210 100755 --- a/Math/Matrix/Vector.php +++ b/Math/Matrix/Vector.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Matrix * @copyright Dennis Eichhorn diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php index af8fb6d34..a10b55cc6 100644 --- a/Math/Number/Complex.php +++ b/Math/Number/Complex.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php index 299d02911..d7f9c88ec 100644 --- a/Math/Number/Integer.php +++ b/Math/Number/Integer.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/Natural.php b/Math/Number/Natural.php index 081fa91ce..c1f245344 100755 --- a/Math/Number/Natural.php +++ b/Math/Number/Natural.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/NumberType.php b/Math/Number/NumberType.php index 87bca9863..d7f99c398 100755 --- a/Math/Number/NumberType.php +++ b/Math/Number/NumberType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php index 6b702613c..e3364b4bb 100644 --- a/Math/Number/Numbers.php +++ b/Math/Number/Numbers.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/OperationInterface.php b/Math/Number/OperationInterface.php index a59a6dfd9..b94e4d29e 100755 --- a/Math/Number/OperationInterface.php +++ b/Math/Number/OperationInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php index 95679ddff..6861cd989 100644 --- a/Math/Number/Prime.php +++ b/Math/Number/Prime.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Number * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Integration.php b/Math/Numerics/Integration.php index 5ae3a3a51..6d12195b6 100755 --- a/Math/Numerics/Integration.php +++ b/Math/Numerics/Integration.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Numerics * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/CubicSplineInterpolation.php b/Math/Numerics/Interpolation/CubicSplineInterpolation.php index ad22538e8..22212a375 100644 --- a/Math/Numerics/Interpolation/CubicSplineInterpolation.php +++ b/Math/Numerics/Interpolation/CubicSplineInterpolation.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/DerivativeType.php b/Math/Numerics/Interpolation/DerivativeType.php index a387b2a6b..5dffab0c9 100755 --- a/Math/Numerics/Interpolation/DerivativeType.php +++ b/Math/Numerics/Interpolation/DerivativeType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/InterpolationInterface.php b/Math/Numerics/Interpolation/InterpolationInterface.php index 304ce34f0..4748c4c0d 100755 --- a/Math/Numerics/Interpolation/InterpolationInterface.php +++ b/Math/Numerics/Interpolation/InterpolationInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/LagrangeInterpolation.php b/Math/Numerics/Interpolation/LagrangeInterpolation.php index 0faa2b5f6..fa09788d6 100755 --- a/Math/Numerics/Interpolation/LagrangeInterpolation.php +++ b/Math/Numerics/Interpolation/LagrangeInterpolation.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Numerics/Interpolation/LinearInterpolation.php b/Math/Numerics/Interpolation/LinearInterpolation.php index 060ae01d1..0c455c6d7 100644 --- a/Math/Numerics/Interpolation/LinearInterpolation.php +++ b/Math/Numerics/Interpolation/LinearInterpolation.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Numerics\Interpolation * @copyright Dennis Eichhorn diff --git a/Math/Parser/Evaluator.php b/Math/Parser/Evaluator.php index 6c3d52a4b..d499269cf 100644 --- a/Math/Parser/Evaluator.php +++ b/Math/Parser/Evaluator.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Parser * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php index 40021da62..2449fc4bc 100644 --- a/Math/Statistic/Average.php +++ b/Math/Statistic/Average.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php index 3da0aea3a..d99fe79bc 100644 --- a/Math/Statistic/Basic.php +++ b/Math/Statistic/Basic.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Correlation.php b/Math/Statistic/Correlation.php index 405965d44..d3b19b9ad 100755 --- a/Math/Statistic/Correlation.php +++ b/Math/Statistic/Correlation.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php index 70f1204f1..955763447 100644 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Statistic\Forecast * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Forecasts.php b/Math/Statistic/Forecast/Forecasts.php index e679e94bb..971d09118 100755 --- a/Math/Statistic/Forecast/Forecasts.php +++ b/Math/Statistic/Forecast/Forecasts.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 a435fb775..018009631 100755 --- a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 4836de3c9..a8b01f43c 100644 --- a/Math/Statistic/Forecast/Regression/LevelLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLogRegression.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 7577791b2..3245b943a 100644 --- a/Math/Statistic/Forecast/Regression/LogLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLevelRegression.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 1409a8058..7d91601bd 100644 --- a/Math/Statistic/Forecast/Regression/LogLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLogRegression.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 047462ece..55443e341 100755 --- a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php +++ b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package TBD * @copyright Dennis Eichhorn diff --git a/Math/Statistic/Forecast/Regression/PolynomialRegression.php b/Math/Statistic/Forecast/Regression/PolynomialRegression.php index 0547e4d3f..46ab9cf7a 100644 --- a/Math/Statistic/Forecast/Regression/PolynomialRegression.php +++ b/Math/Statistic/Forecast/Regression/PolynomialRegression.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 ec8942328..e4a339bfa 100644 --- a/Math/Statistic/Forecast/Regression/RegressionAbstract.php +++ b/Math/Statistic/Forecast/Regression/RegressionAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Statistic\Forecast\Regression * @copyright Dennis Eichhorn diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php index 420e0101d..999fbc16d 100644 --- a/Math/Statistic/MeasureOfDispersion.php +++ b/Math/Statistic/MeasureOfDispersion.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Statistic * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/BernoulliDistribution.php b/Math/Stochastic/Distribution/BernoulliDistribution.php index 2c1c7791d..88dd3acc4 100644 --- a/Math/Stochastic/Distribution/BernoulliDistribution.php +++ b/Math/Stochastic/Distribution/BernoulliDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/BetaDistribution.php b/Math/Stochastic/Distribution/BetaDistribution.php index 922abb9bf..bd87e33fe 100644 --- a/Math/Stochastic/Distribution/BetaDistribution.php +++ b/Math/Stochastic/Distribution/BetaDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php index 9a8202a66..7236e0107 100644 --- a/Math/Stochastic/Distribution/BinomialDistribution.php +++ b/Math/Stochastic/Distribution/BinomialDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/CauchyDistribution.php b/Math/Stochastic/Distribution/CauchyDistribution.php index 5a08e4d1e..8eba95db4 100644 --- a/Math/Stochastic/Distribution/CauchyDistribution.php +++ b/Math/Stochastic/Distribution/CauchyDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php index 3e98e7d80..c5dd12e2e 100644 --- a/Math/Stochastic/Distribution/ChiSquaredDistribution.php +++ b/Math/Stochastic/Distribution/ChiSquaredDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/ExponentialDistribution.php b/Math/Stochastic/Distribution/ExponentialDistribution.php index 98c013061..003274828 100644 --- a/Math/Stochastic/Distribution/ExponentialDistribution.php +++ b/Math/Stochastic/Distribution/ExponentialDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/FDistribution.php b/Math/Stochastic/Distribution/FDistribution.php index bde244b55..def803323 100644 --- a/Math/Stochastic/Distribution/FDistribution.php +++ b/Math/Stochastic/Distribution/FDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/GammaDistribution.php b/Math/Stochastic/Distribution/GammaDistribution.php index 2f3b142b4..802ecb954 100644 --- a/Math/Stochastic/Distribution/GammaDistribution.php +++ b/Math/Stochastic/Distribution/GammaDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/GeometricDistribution.php b/Math/Stochastic/Distribution/GeometricDistribution.php index f40691fe8..f4b305f92 100644 --- a/Math/Stochastic/Distribution/GeometricDistribution.php +++ b/Math/Stochastic/Distribution/GeometricDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/HypergeometricDistribution.php b/Math/Stochastic/Distribution/HypergeometricDistribution.php index c35497234..9fa38dea0 100644 --- a/Math/Stochastic/Distribution/HypergeometricDistribution.php +++ b/Math/Stochastic/Distribution/HypergeometricDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/LaplaceDistribution.php b/Math/Stochastic/Distribution/LaplaceDistribution.php index 2138184f5..731b1a6f9 100644 --- a/Math/Stochastic/Distribution/LaplaceDistribution.php +++ b/Math/Stochastic/Distribution/LaplaceDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/LogDistribution.php b/Math/Stochastic/Distribution/LogDistribution.php index 3f7ce1907..dc9d58927 100644 --- a/Math/Stochastic/Distribution/LogDistribution.php +++ b/Math/Stochastic/Distribution/LogDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/LogNormalDistribution.php b/Math/Stochastic/Distribution/LogNormalDistribution.php index 48b681d40..93bff38f9 100644 --- a/Math/Stochastic/Distribution/LogNormalDistribution.php +++ b/Math/Stochastic/Distribution/LogNormalDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/LogisticDistribution.php b/Math/Stochastic/Distribution/LogisticDistribution.php index 1ed91efbf..dde1f4424 100644 --- a/Math/Stochastic/Distribution/LogisticDistribution.php +++ b/Math/Stochastic/Distribution/LogisticDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/NormalDistribution.php b/Math/Stochastic/Distribution/NormalDistribution.php index d47619498..61f9c0488 100644 --- a/Math/Stochastic/Distribution/NormalDistribution.php +++ b/Math/Stochastic/Distribution/NormalDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/ParetoDistribution.php b/Math/Stochastic/Distribution/ParetoDistribution.php index 9a1fe18b6..e70930905 100644 --- a/Math/Stochastic/Distribution/ParetoDistribution.php +++ b/Math/Stochastic/Distribution/ParetoDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/PoissonDistribution.php b/Math/Stochastic/Distribution/PoissonDistribution.php index a085b1970..d89b2b89d 100644 --- a/Math/Stochastic/Distribution/PoissonDistribution.php +++ b/Math/Stochastic/Distribution/PoissonDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/TDistribution.php b/Math/Stochastic/Distribution/TDistribution.php index 4d617b686..c0ee2bf70 100644 --- a/Math/Stochastic/Distribution/TDistribution.php +++ b/Math/Stochastic/Distribution/TDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php index 1c2ee325e..6fe976241 100644 --- a/Math/Stochastic/Distribution/UniformDistributionContinuous.php +++ b/Math/Stochastic/Distribution/UniformDistributionContinuous.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php index 1d2bc6b13..70ac0de0b 100644 --- a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php +++ b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/WeibullDistribution.php b/Math/Stochastic/Distribution/WeibullDistribution.php index 87f705173..dc854cb21 100644 --- a/Math/Stochastic/Distribution/WeibullDistribution.php +++ b/Math/Stochastic/Distribution/WeibullDistribution.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/Distribution/ZTesting.php b/Math/Stochastic/Distribution/ZTesting.php index 6fb0adf5c..ce148cccd 100644 --- a/Math/Stochastic/Distribution/ZTesting.php +++ b/Math/Stochastic/Distribution/ZTesting.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic\Distribution * @copyright Dennis Eichhorn diff --git a/Math/Stochastic/NaiveBayesClassifier.php b/Math/Stochastic/NaiveBayesClassifier.php index 1c9829f71..708248eaf 100644 --- a/Math/Stochastic/NaiveBayesClassifier.php +++ b/Math/Stochastic/NaiveBayesClassifier.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Stochastic * @copyright Dennis Eichhorn diff --git a/Math/Topology/Metrics2D.php b/Math/Topology/Metrics2D.php index 2cf16b61e..bd375089b 100644 --- a/Math/Topology/Metrics2D.php +++ b/Math/Topology/Metrics2D.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn diff --git a/Math/Topology/MetricsND.php b/Math/Topology/MetricsND.php index e289fe7a8..3ebf2e1e9 100644 --- a/Math/Topology/MetricsND.php +++ b/Math/Topology/MetricsND.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Math\Topology * @copyright Dennis Eichhorn diff --git a/Message/Console/ConsoleHeader.php b/Message/Console/ConsoleHeader.php index 4ac12e56a..691cab8aa 100644 --- a/Message/Console/ConsoleHeader.php +++ b/Message/Console/ConsoleHeader.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Console * @copyright Dennis Eichhorn diff --git a/Message/Console/ConsoleRequest.php b/Message/Console/ConsoleRequest.php index 0256c6085..ccf01a833 100644 --- a/Message/Console/ConsoleRequest.php +++ b/Message/Console/ConsoleRequest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Console * @copyright Dennis Eichhorn diff --git a/Message/Console/ConsoleResponse.php b/Message/Console/ConsoleResponse.php index 8b1056004..9a46305c6 100644 --- a/Message/Console/ConsoleResponse.php +++ b/Message/Console/ConsoleResponse.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Console * @copyright Dennis Eichhorn diff --git a/Message/HeaderAbstract.php b/Message/HeaderAbstract.php index 7089feb1d..f7a43ceb7 100755 --- a/Message/HeaderAbstract.php +++ b/Message/HeaderAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Message/Http/BrowserType.php b/Message/Http/BrowserType.php index bb3258223..1c6296407 100755 --- a/Message/Http/BrowserType.php +++ b/Message/Http/BrowserType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/HttpHeader.php b/Message/Http/HttpHeader.php index edfe6bbe1..769961a6c 100644 --- a/Message/Http/HttpHeader.php +++ b/Message/Http/HttpHeader.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/HttpRequest.php b/Message/Http/HttpRequest.php index 24e5c9343..f33839b36 100644 --- a/Message/Http/HttpRequest.php +++ b/Message/Http/HttpRequest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/HttpResponse.php b/Message/Http/HttpResponse.php index 295af93c5..83ba4d6dc 100644 --- a/Message/Http/HttpResponse.php +++ b/Message/Http/HttpResponse.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/OSType.php b/Message/Http/OSType.php index 49059f523..56e720fc1 100755 --- a/Message/Http/OSType.php +++ b/Message/Http/OSType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/RequestMethod.php b/Message/Http/RequestMethod.php index 6b43b007d..111e551ea 100755 --- a/Message/Http/RequestMethod.php +++ b/Message/Http/RequestMethod.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/RequestStatus.php b/Message/Http/RequestStatus.php index 4f5dc0b47..a938c16df 100755 --- a/Message/Http/RequestStatus.php +++ b/Message/Http/RequestStatus.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/RequestStatusCode.php b/Message/Http/RequestStatusCode.php index ccfb668d7..71b5dc681 100755 --- a/Message/Http/RequestStatusCode.php +++ b/Message/Http/RequestStatusCode.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php index a39115a55..f19a74a63 100644 --- a/Message/Http/Rest.php +++ b/Message/Http/Rest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Http * @copyright Dennis Eichhorn diff --git a/Message/Mail/DispositionType.php b/Message/Mail/DispositionType.php index e700806aa..890ee10da 100755 --- a/Message/Mail/DispositionType.php +++ b/Message/Mail/DispositionType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/DsnNotificationType.php b/Message/Mail/DsnNotificationType.php index e4c461ffd..eaa1ce5be 100755 --- a/Message/Mail/DsnNotificationType.php +++ b/Message/Mail/DsnNotificationType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/Email.php b/Message/Mail/Email.php index 192ddad97..2abd0f367 100644 --- a/Message/Mail/Email.php +++ b/Message/Mail/Email.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/EncodingType.php b/Message/Mail/EncodingType.php index 0a07d522b..f0c18aaf2 100755 --- a/Message/Mail/EncodingType.php +++ b/Message/Mail/EncodingType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/EncryptionType.php b/Message/Mail/EncryptionType.php index 196712bc4..5415cc939 100755 --- a/Message/Mail/EncryptionType.php +++ b/Message/Mail/EncryptionType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/HeaderContext.php b/Message/Mail/HeaderContext.php index dd87dd829..645bcf393 100755 --- a/Message/Mail/HeaderContext.php +++ b/Message/Mail/HeaderContext.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/ICALMethodType.php b/Message/Mail/ICALMethodType.php index e454fa915..0b88ef654 100755 --- a/Message/Mail/ICALMethodType.php +++ b/Message/Mail/ICALMethodType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/Imap.php b/Message/Mail/Imap.php index 98cb50459..0918754b6 100644 --- a/Message/Mail/Imap.php +++ b/Message/Mail/Imap.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/MailBoxInterface.php b/Message/Mail/MailBoxInterface.php index 87b9c768c..d431e30b8 100755 --- a/Message/Mail/MailBoxInterface.php +++ b/Message/Mail/MailBoxInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/MailHandler.php b/Message/Mail/MailHandler.php index dc81108b2..fc8a2e41d 100644 --- a/Message/Mail/MailHandler.php +++ b/Message/Mail/MailHandler.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @license GLGPL 2.1 License diff --git a/Message/Mail/MessageInterface.php b/Message/Mail/MessageInterface.php index 7c458a652..9c5d781d7 100755 --- a/Message/Mail/MessageInterface.php +++ b/Message/Mail/MessageInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Message/Mail/Pop3.php b/Message/Mail/Pop3.php index c02e81894..2bbf3872b 100644 --- a/Message/Mail/Pop3.php +++ b/Message/Mail/Pop3.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/SMTPAuthType.php b/Message/Mail/SMTPAuthType.php index 74d0b68a4..3f916d58f 100755 --- a/Message/Mail/SMTPAuthType.php +++ b/Message/Mail/SMTPAuthType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/Smtp.php b/Message/Mail/Smtp.php index abcb30088..86a2532c8 100644 --- a/Message/Mail/Smtp.php +++ b/Message/Mail/Smtp.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @license GLGPL 2.1 License diff --git a/Message/Mail/SmtpTransactionPattern.php b/Message/Mail/SmtpTransactionPattern.php index 9ddafe194..fd0812fb7 100755 --- a/Message/Mail/SmtpTransactionPattern.php +++ b/Message/Mail/SmtpTransactionPattern.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/Mail/SubmitType.php b/Message/Mail/SubmitType.php index 03e14eeba..23c7e91e2 100755 --- a/Message/Mail/SubmitType.php +++ b/Message/Mail/SubmitType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Mail * @copyright Dennis Eichhorn diff --git a/Message/MessageInterface.php b/Message/MessageInterface.php index a247e1441..41a807296 100755 --- a/Message/MessageInterface.php +++ b/Message/MessageInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Message/NotificationLevel.php b/Message/NotificationLevel.php index 17560455c..87029873f 100755 --- a/Message/NotificationLevel.php +++ b/Message/NotificationLevel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Message/RequestAbstract.php b/Message/RequestAbstract.php index 0c3b56026..47abcd5b3 100644 --- a/Message/RequestAbstract.php +++ b/Message/RequestAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message * @copyright Dennis Eichhorn @@ -80,7 +80,7 @@ abstract class RequestAbstract implements MessageInterface * @param string $key Data key * @param string $type Return type * - * @return mixed + * @return null|int|string|float|bool * * @since 1.0.0 */ diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php index c1c4d3aa9..8b6d7b5fa 100755 --- a/Message/ResponseAbstract.php +++ b/Message/ResponseAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Message/Socket/PacketManager.php b/Message/Socket/PacketManager.php index a76c778a9..17b070783 100755 --- a/Message/Socket/PacketManager.php +++ b/Message/Socket/PacketManager.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn diff --git a/Message/Socket/PacketType.php b/Message/Socket/PacketType.php index 4b6a79ab1..44a45d238 100755 --- a/Message/Socket/PacketType.php +++ b/Message/Socket/PacketType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn diff --git a/Message/Socket/SocketHeader.php b/Message/Socket/SocketHeader.php index 1ab44ccdb..912b365cd 100644 --- a/Message/Socket/SocketHeader.php +++ b/Message/Socket/SocketHeader.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn @@ -226,7 +226,7 @@ class SocketHeader extends HeaderAbstract implements SerializableInterface * * @since 1.0.0 */ - public function unserialize($string) : void + public function unserialize(mixed $string) : void { } diff --git a/Message/Socket/SocketRequest.php b/Message/Socket/SocketRequest.php index b1818a185..daa58fda7 100755 --- a/Message/Socket/SocketRequest.php +++ b/Message/Socket/SocketRequest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn diff --git a/Message/Socket/SocketResponse.php b/Message/Socket/SocketResponse.php index b03f0c04f..8aa029be1 100644 --- a/Message/Socket/SocketResponse.php +++ b/Message/Socket/SocketResponse.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message\Socket * @copyright Dennis Eichhorn diff --git a/Message/UploadedFileInterface.php b/Message/UploadedFileInterface.php index 3628b79b1..160f4b8be 100755 --- a/Message/UploadedFileInterface.php +++ b/Message/UploadedFileInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Message * @copyright Dennis Eichhorn diff --git a/Model/Html/FormElementGenerator.php b/Model/Html/FormElementGenerator.php index 61076481f..aa99974fa 100755 --- a/Model/Html/FormElementGenerator.php +++ b/Model/Html/FormElementGenerator.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Html * @copyright Dennis Eichhorn diff --git a/Model/Html/Head.php b/Model/Html/Head.php index 550a40862..ff56ff715 100755 --- a/Model/Html/Head.php +++ b/Model/Html/Head.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Html * @copyright Dennis Eichhorn diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php index e33fa3fd1..12ff827cb 100644 --- a/Model/Html/Meta.php +++ b/Model/Html/Meta.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Html * @copyright Dennis Eichhorn diff --git a/Model/Message/Dom.php b/Model/Message/Dom.php index 9421d2470..74d1c414b 100644 --- a/Model/Message/Dom.php +++ b/Model/Message/Dom.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn @@ -145,10 +145,14 @@ final class Dom implements SerializableInterface /** * {@inheritdoc} */ - public function unserialize($raw) : void + public function unserialize(mixed $raw) : void { $unserialized = \json_decode($raw, true); + if ($unserialized === false) { + return; + } + $this->delay = $unserialized['time'] ?? 0; $this->selector = $unserialized['selector'] ?? ''; $this->action = $unserialized['action'] ?? ''; diff --git a/Model/Message/DomAction.php b/Model/Message/DomAction.php index 76dc1e560..01fb31337 100755 --- a/Model/Message/DomAction.php +++ b/Model/Message/DomAction.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn diff --git a/Model/Message/DynamicList.php b/Model/Message/DynamicList.php index 228503148..1500c9a14 100755 --- a/Model/Message/DynamicList.php +++ b/Model/Message/DynamicList.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Model/Message/FormValidation.php b/Model/Message/FormValidation.php index 8a5401c9a..ceb11a01b 100644 --- a/Model/Message/FormValidation.php +++ b/Model/Message/FormValidation.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn @@ -77,10 +77,14 @@ final class FormValidation implements \JsonSerializable, SerializableInterface /** * {@inheritdoc} */ - public function unserialize($raw) : void + public function unserialize(mixed $raw) : void { $unserialized = \json_decode($raw, true); + if ($unserialized === false) { + return; + } + $this->validation = $unserialized['validation'] ?? []; } diff --git a/Model/Message/Notify.php b/Model/Message/Notify.php index 8c9954183..99c91c76f 100644 --- a/Model/Message/Notify.php +++ b/Model/Message/Notify.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn @@ -181,10 +181,14 @@ final class Notify implements \JsonSerializable, SerializableInterface /** * {@inheritdoc} */ - public function unserialize($raw) : void + public function unserialize(mixed $raw) : void { $unserialized = \json_decode($raw, true); + if ($unserialized === false) { + return; + } + $this->delay = $unserialized['time'] ?? 0; $this->stay = $unserialized['stay'] ?? 0; $this->message = $unserialized['msg'] ?? ''; diff --git a/Model/Message/NotifyType.php b/Model/Message/NotifyType.php index 3e1f82e5f..eb2aae6c7 100755 --- a/Model/Message/NotifyType.php +++ b/Model/Message/NotifyType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn diff --git a/Model/Message/Redirect.php b/Model/Message/Redirect.php index 3ff1c25fa..1a28c58e6 100644 --- a/Model/Message/Redirect.php +++ b/Model/Message/Redirect.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn @@ -123,10 +123,14 @@ final class Redirect implements \JsonSerializable, SerializableInterface /** * {@inheritdoc} */ - public function unserialize($raw) : void + public function unserialize(mixed $raw) : void { $unserialized = \json_decode($raw, true); + if ($unserialized === false) { + return; + } + $this->delay = $unserialized['time'] ?? 0; $this->uri = $unserialized['uri'] ?? ''; $this->new = $unserialized['new'] ?? false; diff --git a/Model/Message/Reload.php b/Model/Message/Reload.php index f07e6dbd8..2f5760701 100644 --- a/Model/Message/Reload.php +++ b/Model/Message/Reload.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Model\Message * @copyright Dennis Eichhorn @@ -83,10 +83,14 @@ final class Reload implements \JsonSerializable, SerializableInterface /** * {@inheritdoc} */ - public function unserialize($raw) : void + public function unserialize(mixed $raw) : void { $unserialized = \json_decode($raw, true); + if ($unserialized === false) { + return; + } + $this->delay = $unserialized['time'] ?? 0; } diff --git a/Module/ConsoleInterface.php b/Module/ConsoleInterface.php index c06508cc4..a4186e273 100755 --- a/Module/ConsoleInterface.php +++ b/Module/ConsoleInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/Exception/InvalidModuleException.php b/Module/Exception/InvalidModuleException.php index a1cb80860..3bd68b2aa 100755 --- a/Module/Exception/InvalidModuleException.php +++ b/Module/Exception/InvalidModuleException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module\Exception * @copyright Dennis Eichhorn diff --git a/Module/Exception/InvalidThemeException.php b/Module/Exception/InvalidThemeException.php index 4377a2859..a58a544f9 100755 --- a/Module/Exception/InvalidThemeException.php +++ b/Module/Exception/InvalidThemeException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module\Exception * @copyright Dennis Eichhorn diff --git a/Module/InstallerAbstract.php b/Module/InstallerAbstract.php index 2b4388492..ac8f2842c 100644 --- a/Module/InstallerAbstract.php +++ b/Module/InstallerAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn @@ -78,6 +78,7 @@ abstract class InstallerAbstract return; // @codeCoverageIgnore } + /** @var array[] $definitions */ $definitions = \json_decode($content, true); foreach ($definitions as $definition) { SchemaBuilder::createFromSchema($definition, $dbPool->get('schema'))->execute(); diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php index 7762a8413..438dc6203 100644 --- a/Module/ModuleAbstract.php +++ b/Module/ModuleAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/ModuleInfo.php b/Module/ModuleInfo.php index 9d4bb91f8..c43e27a53 100644 --- a/Module/ModuleInfo.php +++ b/Module/ModuleInfo.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index 79ef5a367..06ca9331d 100644 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn @@ -165,6 +165,10 @@ final class ModuleManager ->andWhere('module.module_status', '=', ModuleStatus::ACTIVE) ->execute(); + if ($sth === null) { + return []; + } + $this->uriLoad = $sth->fetchAll(\PDO::FETCH_GROUP); } @@ -189,6 +193,10 @@ final class ModuleManager ->where('module.module_status', '=', ModuleStatus::ACTIVE) ->execute(); + if ($sth === null) { + return []; + } + $active = $sth->fetchAll(\PDO::FETCH_COLUMN); foreach ($active as $module) { @@ -316,6 +324,10 @@ final class ModuleManager ->where('module_status', '!=', ModuleStatus::AVAILABLE) ->execute(); + if ($sth === null) { + return []; + } + $installed = $sth->fetchAll(\PDO::FETCH_COLUMN); foreach ($installed as $module) { diff --git a/Module/ModuleStatus.php b/Module/ModuleStatus.php index d37f644e1..742d5e9e9 100755 --- a/Module/ModuleStatus.php +++ b/Module/ModuleStatus.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/NullModule.php b/Module/NullModule.php index 1c368be80..7f89ad9a9 100755 --- a/Module/NullModule.php +++ b/Module/NullModule.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/PackageManager.php b/Module/PackageManager.php index 4bf9bcf53..4096d86d1 100644 --- a/Module/PackageManager.php +++ b/Module/PackageManager.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/SocketInterface.php b/Module/SocketInterface.php index f16727d96..697839b17 100755 --- a/Module/SocketInterface.php +++ b/Module/SocketInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/StatusAbstract.php b/Module/StatusAbstract.php index 0815522aa..621a942a5 100644 --- a/Module/StatusAbstract.php +++ b/Module/StatusAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn @@ -152,6 +152,8 @@ abstract class StatusAbstract /** @var Directory|File $child */ foreach ($directories as $child) { if ($child instanceof Directory) { + + /** @var File $file */ foreach ($child as $file) { if (!\is_dir(__DIR__ . '/../../' . $child->getName() . '/' . \basename($file->getName(), '.php')) || ($appInfo !== null && \basename($file->getName(), '.php') !== $appInfo->getInternalName()) @@ -221,6 +223,8 @@ abstract class StatusAbstract /** @var Directory|File $child */ foreach ($directories as $child) { if ($child instanceof Directory) { + + /** @var File $file */ foreach ($child as $file) { if (!\is_dir(__DIR__ . '/../../' . $child->getName() . '/' . \basename($file->getName(), '.php')) || ($appInfo !== null && \basename($file->getName(), '.php') !== $appInfo->getInternalName()) diff --git a/Module/UninstallerAbstract.php b/Module/UninstallerAbstract.php index edb524530..7d7bda37f 100644 --- a/Module/UninstallerAbstract.php +++ b/Module/UninstallerAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn @@ -103,6 +103,10 @@ abstract class UninstallerAbstract $definitions = \json_decode($content, true); $builder = new SchemaBuilder($dbPool->get('schema')); + if (!\is_array($definitions)) { + return; + } + foreach ($definitions as $name => $definition) { $builder->dropTable($name ?? ''); } diff --git a/Module/UpdaterAbstract.php b/Module/UpdaterAbstract.php index 099be34ee..c6b9c1322 100755 --- a/Module/UpdaterAbstract.php +++ b/Module/UpdaterAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Module/WebInterface.php b/Module/WebInterface.php index 33d3d0369..182752ff3 100755 --- a/Module/WebInterface.php +++ b/Module/WebInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Module * @copyright Dennis Eichhorn diff --git a/Preloader.php b/Preloader.php index 7f7c7a698..f6320914b 100644 --- a/Preloader.php +++ b/Preloader.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS * @copyright Dennis Eichhorn diff --git a/README.md b/README.md index 3528ad826..165f7ff42 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ With Karaka you have one partner who can provide all the tools and software solu Some of the following requirements are only necessary for developers and not for end-users: * PHP 8.0 -* PHP extension: php8.0 php8.0-dev php8.0-cli php8.0-common php8.0-mysql php8.0-pgsql php8.0-xdebug php8.0-opcache php8.0-pdo php8.0-sqlite php8.0-mbstring php8.0-curl php8.0-imap php8.0-bcmath php8.0-zip php8.0-dom php8.0-xml php8.0-phar php8.0-gd php-pear +* PHP extension: php8.1 php8.1-dev php8.1-cli php8.1-common php8.1-mysql php8.1-pgsql php8.1-xdebug php8.1-opcache php8.1-pdo php8.1-sqlite php8.1-mbstring php8.1-curl php8.1-imap php8.1-bcmath php8.1-zip php8.1-dom php8.1-xml php8.1-phar php8.1-gd php-pear * apache2 (recommended) or nginx * mysql-server or postgresql postgresql-contrib * Make sure that URL rewriting is active diff --git a/Router/RouteVerb.php b/Router/RouteVerb.php index b4aced61a..517250e93 100755 --- a/Router/RouteVerb.php +++ b/Router/RouteVerb.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Router * @copyright Dennis Eichhorn diff --git a/Router/RouterInterface.php b/Router/RouterInterface.php index 1a942e295..ca2dd9237 100755 --- a/Router/RouterInterface.php +++ b/Router/RouterInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\DataStorage\Database\Schema * @copyright Dennis Eichhorn diff --git a/Router/SocketRouter.php b/Router/SocketRouter.php index 31dce2564..3bc5071fa 100644 --- a/Router/SocketRouter.php +++ b/Router/SocketRouter.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Router * @copyright Dennis Eichhorn diff --git a/Router/WebRouter.php b/Router/WebRouter.php index 264fcd25b..1a8c11792 100644 --- a/Router/WebRouter.php +++ b/Router/WebRouter.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Router * @copyright Dennis Eichhorn diff --git a/Security/PhpCode.php b/Security/PhpCode.php index 06efa5ef5..1ebdd88fa 100644 --- a/Security/PhpCode.php +++ b/Security/PhpCode.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Security * @copyright Dennis Eichhorn diff --git a/Socket/Client/Client.php b/Socket/Client/Client.php index 8c8c710dd..30868b162 100644 --- a/Socket/Client/Client.php +++ b/Socket/Client/Client.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn diff --git a/Socket/Client/ClientConnection.php b/Socket/Client/ClientConnection.php index 7419d6bdb..861703661 100755 --- a/Socket/Client/ClientConnection.php +++ b/Socket/Client/ClientConnection.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn diff --git a/Socket/Client/NullClientConnection.php b/Socket/Client/NullClientConnection.php index 3ba8d7f31..66cdf4823 100755 --- a/Socket/Client/NullClientConnection.php +++ b/Socket/Client/NullClientConnection.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Socket\Client * @copyright Dennis Eichhorn diff --git a/Socket/Server/ClientManager.php b/Socket/Server/ClientManager.php index 92d8c6506..3b5a16894 100755 --- a/Socket/Server/ClientManager.php +++ b/Socket/Server/ClientManager.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Socket\Server * @copyright Dennis Eichhorn diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php index ef4eb187e..06425fdaa 100644 --- a/Socket/Server/Server.php +++ b/Socket/Server/Server.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Socket\Server * @copyright Dennis Eichhorn @@ -272,7 +272,9 @@ class Server extends SocketAbstract $this->app->logger->debug('Connecting client...'); $this->app->accountManager->add(new NullAccount(1)); $this->clientManager->add($client = new ClientConnection(new NullAccount(1), $socket)); - $this->conn[$client->getId()] = $socket; + + $this->conn[$client->getId()] = $socket; + $this->app->logger->debug('Connected client.'); } diff --git a/Socket/SocketAbstract.php b/Socket/SocketAbstract.php index d9b6c1937..0d4befc1f 100644 --- a/Socket/SocketAbstract.php +++ b/Socket/SocketAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Socket * @copyright Dennis Eichhorn diff --git a/Socket/SocketInterface.php b/Socket/SocketInterface.php index 66ea5ea42..c0a1c3541 100755 --- a/Socket/SocketInterface.php +++ b/Socket/SocketInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Socket * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Address.php b/Stdlib/Base/Address.php index be200c537..df86c7e62 100755 --- a/Stdlib/Base/Address.php +++ b/Stdlib/Base/Address.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/AddressType.php b/Stdlib/Base/AddressType.php index 1b53c255c..2ae7ced19 100755 --- a/Stdlib/Base/AddressType.php +++ b/Stdlib/Base/AddressType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Enum.php b/Stdlib/Base/Enum.php index ee2748457..47cd1a736 100644 --- a/Stdlib/Base/Enum.php +++ b/Stdlib/Base/Enum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/EnumArray.php b/Stdlib/Base/EnumArray.php index c7cf7aea1..8746be99a 100644 --- a/Stdlib/Base/EnumArray.php +++ b/Stdlib/Base/EnumArray.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Exception/InvalidEnumName.php b/Stdlib/Base/Exception/InvalidEnumName.php index ab0ecbdb6..b410be48d 100755 --- a/Stdlib/Base/Exception/InvalidEnumName.php +++ b/Stdlib/Base/Exception/InvalidEnumName.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base\Exception * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/Exception/InvalidEnumValue.php b/Stdlib/Base/Exception/InvalidEnumValue.php index ddea324e6..3cdd5843e 100755 --- a/Stdlib/Base/Exception/InvalidEnumValue.php +++ b/Stdlib/Base/Exception/InvalidEnumValue.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base\Exception * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/FloatInt.php b/Stdlib/Base/FloatInt.php index 83fed7a32..874048d0f 100644 --- a/Stdlib/Base/FloatInt.php +++ b/Stdlib/Base/FloatInt.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib * @copyright Dennis Eichhorn @@ -316,13 +316,13 @@ class FloatInt implements SerializableInterface /** * Unserialize. * - * @param mixed $value Value to unserialize + * @param int|string $value Value to unserialize * * @return void * * @since 1.0.0 */ - public function unserialize($value) : void + public function unserialize(mixed $value) : void { $this->setInt((int) $value); } diff --git a/Stdlib/Base/Heap.php b/Stdlib/Base/Heap.php index 475233a65..683d3b36d 100644 --- a/Stdlib/Base/Heap.php +++ b/Stdlib/Base/Heap.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn @@ -35,7 +35,7 @@ class Heap /** * Heap items * - * @var array + * @var array * @since 1.0.0 */ private array $nodes = []; @@ -57,14 +57,14 @@ class Heap /** * Insert item into sorted heap at correct position * - * @param mixed $x Element to insert - * @param int $lo Lower bound + * @param HeapItemInterface $x Element to insert + * @param int $lo Lower bound * * @return void * * @since 1.0.0 */ - public function insort(mixed $x, int $lo = 0) : void + public function insort(HeapItemInterface $x, int $lo = 0) : void { $hi = \count($this->nodes); @@ -83,13 +83,13 @@ class Heap /** * Push item onto the heap * - * @param mixed $item Item to add to the heap + * @param HeapItemInterface $item Item to add to the heap * * @return void; * * @since 1.0.0 */ - public function push(mixed $item) : void + public function push(HeapItemInterface $item) : void { $this->nodes[] = $item; $this->siftDown(0, \count($this->nodes) - 1); @@ -98,17 +98,22 @@ class Heap /** * Pop the smallest item off the heap * - * @return mixed + * @return null|HeapItemInterface * * @since 1.0.0 */ - public function pop() : mixed + public function pop() : ?HeapItemInterface { $last = \array_pop($this->nodes); + if ($last === null) { + return null; + } + if (empty($this->nodes)) { return $last; } + /** @var HeapItemInterface $last */ $item = $this->nodes[0]; $this->nodes[0] = $last; $this->siftUp(0); @@ -119,11 +124,11 @@ class Heap /** * Get first item without popping * - * @return mixed + * @return HeapItemInterface * * @since 1.0.0 */ - public function peek() : mixed + public function peek() : HeapItemInterface { return $this->nodes[0]; } @@ -131,20 +136,16 @@ class Heap /** * Contains item? * - * @param mixed $item Item to check + * @param HeapItemInterface $item Item to check * * @return bool * * @since 1.0.0 */ - public function contains(mixed $item) : bool + public function contains(HeapItemInterface $item) : bool { - foreach ($this->nodes as $key => $node) { - if (\is_scalar($item)) { - if ($node === $item) { - return true; - } - } elseif ($item->isEqual($node)) { + foreach ($this->nodes as $node) { + if ($item->isEqual($node)) { return true; } } @@ -155,13 +156,13 @@ class Heap /** * Pop a item and push a new one (replace with a new one) * - * @param mixed $new New item + * @param HeapItemInterface $new New item * - * @return mixed popped item + * @return HeapItemInterface popped item * * @since 1.0.0 */ - public function replace(mixed $new) : mixed + public function replace(HeapItemInterface $new) : HeapItemInterface { $old = $this->nodes[0]; $this->nodes[0] = $new; @@ -173,13 +174,13 @@ class Heap /** * Push item and pop one * - * @param mixed $item New item + * @param HeapItemInterface $item New item * - * @return mixed popped item + * @return HeapItemInterface popped item * * @since 1.0.0 */ - public function pushpop(mixed $item) : mixed + public function pushpop(HeapItemInterface $item) : HeapItemInterface { if (!empty($this->nodes) && ($this->compare)($this->nodes[0], $item) < 0) { $temp = $item; @@ -214,13 +215,13 @@ class Heap * * This is called after changing an item * - * @param mixed $item Item to update + * @param HeapItemInterface $item Item to update * * @return bool * * @since 1.0.0 */ - public function update(mixed $item) : bool + public function update(HeapItemInterface $item) : bool { $pos = null; foreach ($this->nodes as $key => $node) { diff --git a/Stdlib/Base/HeapItemInterface.php b/Stdlib/Base/HeapItemInterface.php new file mode 100644 index 000000000..9140ceb2f --- /dev/null +++ b/Stdlib/Base/HeapItemInterface.php @@ -0,0 +1,37 @@ +parse($serialized); } diff --git a/Stdlib/Base/Location.php b/Stdlib/Base/Location.php index 59ad13edd..cf5a22bee 100644 --- a/Stdlib/Base/Location.php +++ b/Stdlib/Base/Location.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn @@ -215,10 +215,14 @@ class Location implements \JsonSerializable, SerializableInterface /** * {@inheritdoc} */ - public function unserialize($serialized) : void + public function unserialize(mixed $serialized) : void { $data = \json_decode($serialized, true); + if (!\is_array($data)) { + return; + } + $this->postal = $data['postal']; $this->city = $data['city']; $this->country = $data['country']; diff --git a/Stdlib/Base/NullLocation.php b/Stdlib/Base/NullLocation.php index 45eab349b..9dbf94336 100755 --- a/Stdlib/Base/NullLocation.php +++ b/Stdlib/Base/NullLocation.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/PhoneType.php b/Stdlib/Base/PhoneType.php index af306c1cb..a2a32f587 100755 --- a/Stdlib/Base/PhoneType.php +++ b/Stdlib/Base/PhoneType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Base/SmartDateTime.php b/Stdlib/Base/SmartDateTime.php index dfa2fb4e5..49da2ed2a 100644 --- a/Stdlib/Base/SmartDateTime.php +++ b/Stdlib/Base/SmartDateTime.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Base * @copyright Dennis Eichhorn diff --git a/Stdlib/Graph/Edge.php b/Stdlib/Graph/Edge.php index 02f2cb6e2..b8a16e687 100755 --- a/Stdlib/Graph/Edge.php +++ b/Stdlib/Graph/Edge.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn diff --git a/Stdlib/Graph/Graph.php b/Stdlib/Graph/Graph.php index eadad9d19..b1b518550 100644 --- a/Stdlib/Graph/Graph.php +++ b/Stdlib/Graph/Graph.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn diff --git a/Stdlib/Graph/Node.php b/Stdlib/Graph/Node.php index 49283d88d..a138c40d3 100755 --- a/Stdlib/Graph/Node.php +++ b/Stdlib/Graph/Node.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Graph * @copyright Dennis Eichhorn diff --git a/Stdlib/Map/KeyType.php b/Stdlib/Map/KeyType.php index 7eaa18af3..4b650244d 100755 --- a/Stdlib/Map/KeyType.php +++ b/Stdlib/Map/KeyType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn diff --git a/Stdlib/Map/MultiMap.php b/Stdlib/Map/MultiMap.php index 77c6f787e..220ad9145 100644 --- a/Stdlib/Map/MultiMap.php +++ b/Stdlib/Map/MultiMap.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn diff --git a/Stdlib/Map/OrderType.php b/Stdlib/Map/OrderType.php index 88f6ad3b2..9ba650fd5 100755 --- a/Stdlib/Map/OrderType.php +++ b/Stdlib/Map/OrderType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Map * @copyright Dennis Eichhorn diff --git a/Stdlib/Queue/PriorityMode.php b/Stdlib/Queue/PriorityMode.php index e9ea29f4b..d3cb02d8c 100755 --- a/Stdlib/Queue/PriorityMode.php +++ b/Stdlib/Queue/PriorityMode.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Queue * @copyright Dennis Eichhorn diff --git a/Stdlib/Queue/PriorityQueue.php b/Stdlib/Queue/PriorityQueue.php index d3a9639b8..88a5b3a54 100644 --- a/Stdlib/Queue/PriorityQueue.php +++ b/Stdlib/Queue/PriorityQueue.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Stdlib\Queue * @copyright Dennis Eichhorn @@ -328,7 +328,7 @@ class PriorityQueue implements \Countable, SerializableInterface * * @since 1.0.0 */ - public function unserialize($data) : void + public function unserialize(mixed $data) : void { $this->queue = \json_decode($data, true); } diff --git a/System/CharsetType.php b/System/CharsetType.php index 7463b6238..bd532c638 100755 --- a/System/CharsetType.php +++ b/System/CharsetType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System * @copyright Dennis Eichhorn diff --git a/System/File/ContainerInterface.php b/System/File/ContainerInterface.php index 072418475..67091997e 100755 --- a/System/File/ContainerInterface.php +++ b/System/File/ContainerInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/ContentPutMode.php b/System/File/ContentPutMode.php index cd9ca448e..0955638a4 100755 --- a/System/File/ContentPutMode.php +++ b/System/File/ContentPutMode.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/DirectoryInterface.php b/System/File/DirectoryInterface.php index e36a23bf3..a9a2c4bb7 100755 --- a/System/File/DirectoryInterface.php +++ b/System/File/DirectoryInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/ExtensionType.php b/System/File/ExtensionType.php index 5896ec3c6..8887a8bc0 100755 --- a/System/File/ExtensionType.php +++ b/System/File/ExtensionType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/FileInterface.php b/System/File/FileInterface.php index 5c49dd4c6..a98c9ef36 100755 --- a/System/File/FileInterface.php +++ b/System/File/FileInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/FileUtils.php b/System/File/FileUtils.php index 491768d13..54e46ab68 100644 --- a/System/File/FileUtils.php +++ b/System/File/FileUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php index 6a40c3d70..6bbfc58dc 100644 --- a/System/File/Ftp/Directory.php +++ b/System/File/Ftp/Directory.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn @@ -128,16 +128,16 @@ class Directory extends FileAbstract implements DirectoryInterface /** * List all files in directory. * - * @param resource $con FTP connection - * @param string $path Path - * @param string $filter Filter - * @param bool $recursive Recursive list + * @param \FTP\Connection $con FTP connection + * @param string $path Path + * @param string $filter Filter + * @param bool $recursive Recursive list * * @return string[] * * @since 1.0.0 */ - public static function list($con, string $path, string $filter = '*', bool $recursive = false) : array + public static function list(\FTP\Connection $con, string $path, string $filter = '*', bool $recursive = false) : array { if (!self::exists($con, $path)) { return []; @@ -166,7 +166,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public static function exists($con, string $path) : bool + public static function exists(\FTP\Connection $con, string $path) : bool { return File::exists($con, $path); } @@ -174,16 +174,16 @@ class Directory extends FileAbstract implements DirectoryInterface /** * Create directory * - * @param resource $con FTP connection - * @param string $path Path of the resource - * @param int $permission Permission - * @param bool $recursive Create recursive in case of subdirectories + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource + * @param int $permission Permission + * @param bool $recursive Create recursive in case of subdirectories * * @return bool * * @since 1.0.0 */ - public static function create($con, string $path, int $permission = 0755, bool $recursive = false) : bool + public static function create(\FTP\Connection $con, string $path, int $permission = 0755, bool $recursive = false) : bool { if (self::exists($con, $path)) { return false; @@ -218,7 +218,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public static function size($con, string $dir, bool $recursive = true) : int + public static function size(\FTP\Connection $con, string $dir, bool $recursive = true) : int { if (!self::exists($con, $dir)) { return -1; @@ -245,7 +245,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public static function count($con, string $path, bool $recursive = true, array $ignore = []) : int + public static function count(\FTP\Connection $con, string $path, bool $recursive = true, array $ignore = []) : int { if (!self::exists($con, $path)) { return -1; @@ -275,7 +275,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public static function delete($con, string $path) : bool + public static function delete(\FTP\Connection $con, string $path) : bool { $path = \rtrim($path, '\\/'); @@ -307,7 +307,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public static function created($con, string $path) : \DateTime + public static function created(\FTP\Connection $con, string $path) : \DateTime { return self::changed($con, $path); } @@ -315,7 +315,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public static function changed($con, string $path) : \DateTime + public static function changed(\FTP\Connection $con, string $path) : \DateTime { if (!self::exists($con, $path)) { throw new PathException($path); @@ -332,7 +332,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public static function owner($con, string $path) : string + public static function owner(\FTP\Connection $con, string $path) : string { if (!self::exists($con, $path)) { throw new PathException($path); @@ -344,14 +344,14 @@ class Directory extends FileAbstract implements DirectoryInterface /** * Get detailed file/dir list. * - * @param resource $con FTP connection - * @param string $path Path of the resource + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource * * @return array * * @since 1.0.0 */ - public static function parseRawList($con, string $path) : array + public static function parseRawList(\FTP\Connection $con, string $path) : array { $listData = \ftp_rawlist($con, $path); $names = \ftp_nlist($con, $path); @@ -392,7 +392,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public static function permission($con, string $path) : int + public static function permission(\FTP\Connection $con, string $path) : int { if (!self::exists($con, $path)) { return -1; @@ -404,7 +404,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public static function copy($con, string $from, string $to, bool $overwrite = false) : bool + public static function copy(\FTP\Connection $con, string $from, string $to, bool $overwrite = false) : bool { if (!self::exists($con, $from) || (!$overwrite && self::exists($con, $to)) @@ -434,15 +434,15 @@ class Directory extends FileAbstract implements DirectoryInterface /** * Download file. * - * @param resource $con FTP connection - * @param string $from Path of the resource to copy - * @param string $to Path of the resource to copy to + * @param \FTP\Connection $con FTP connection + * @param string $from Path of the resource to copy + * @param string $to Path of the resource to copy to * * @return bool True on success and false on failure * * @since 1.0.0 */ - public static function get($con, string $from, string $to) : bool + public static function get(\FTP\Connection $con, string $from, string $to) : bool { if (!self::exists($con, $from)) { return false; @@ -467,15 +467,15 @@ class Directory extends FileAbstract implements DirectoryInterface /** * Upload file. * - * @param resource $con FTP connection - * @param string $from Path of the resource to copy - * @param string $to Path of the resource to copy to + * @param \FTP\Connection $con FTP connection + * @param string $from Path of the resource to copy + * @param string $to Path of the resource to copy to * * @return bool True on success and false on failure * * @since 1.0.0 */ - public static function put($con, string $from, string $to) : bool + public static function put(\FTP\Connection $con, string $from, string $to) : bool { if (!\is_dir($from)) { return false; @@ -514,16 +514,16 @@ class Directory extends FileAbstract implements DirectoryInterface /** * Move resource to different location. * - * @param resource $con FTP connection - * @param string $from Path of the resource to move - * @param string $to Path of the resource to move to - * @param bool $overwrite Overwrite/replace existing file + * @param \FTP\Connection $con FTP connection + * @param string $from Path of the resource to move + * @param string $to Path of the resource to move to + * @param bool $overwrite Overwrite/replace existing file * * @return bool True on success and false on failure * * @since 1.0.0 */ - public static function move($con, string $from, string $to, bool $overwrite = false) : bool + public static function move(\FTP\Connection $con, string $from, string $to, bool $overwrite = false) : bool { if (!self::exists($con, $from) || (!$overwrite && self::exists($con, $to)) @@ -752,7 +752,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public function offsetGet($offset) + public function offsetGet(mixed $offset) : mixed { if (isset($this->nodes[$offset]) && $this->nodes[$offset] instanceof self) { $this->nodes[$offset]->index(); @@ -799,17 +799,17 @@ class Directory extends FileAbstract implements DirectoryInterface /** * List all files by extension directory. * - * @param resource $con FTP connection - * @param string $path Path - * @param string $extension Extension - * @param string $exclude Pattern to exclude - * @param bool $recursive Recursive + * @param \FTP\Connection $con FTP connection + * @param string $path Path + * @param string $extension Extension + * @param string $exclude Pattern to exclude + * @param bool $recursive Recursive * * @return array * * @since 1.0.0 */ - public static function listByExtension($con, string $path, string $extension = '', string $exclude = '', bool $recursive = false) : array + public static function listByExtension(\FTP\Connection $con, string $path, string $extension = '', string $exclude = '', bool $recursive = false) : array { $list = []; $path = \rtrim($path, '\\/'); diff --git a/System/File/Ftp/File.php b/System/File/Ftp/File.php index 576816db9..af2bf7776 100644 --- a/System/File/Ftp/File.php +++ b/System/File/Ftp/File.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn @@ -39,12 +39,12 @@ class File extends FileAbstract implements FileInterface /** * Create ftp connection * - * @param HttpUri $uri Ftp uri/path including username and password - * @param null|resource $con Connection + * @param HttpUri $uri Ftp uri/path including username and password + * @param \FTP\Connection $con Connection * * @since 1.0.0 */ - public function __construct(HttpUri $uri, $con = null) + public function __construct(HttpUri $uri, \FTP\Connection $con = null) { $this->uri = $uri; $this->con = $con ?? self::ftpConnect($this->uri); @@ -95,7 +95,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function exists($con, string $path) : bool + public static function exists(\FTP\Connection $con, string $path) : bool { if ($path === '/') { return true; @@ -121,7 +121,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function put($con, string $path, string $content, int $mode = ContentPutMode::REPLACE | ContentPutMode::CREATE) : bool + public static function put(\FTP\Connection $con, string $path, string $content, int $mode = ContentPutMode::REPLACE | ContentPutMode::CREATE) : bool { $exists = self::exists($con, $path); @@ -162,7 +162,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function get($con, string $path) : string + public static function get(\FTP\Connection $con, string $path) : string { if (!self::exists($con, $path)) { throw new PathException($path); @@ -185,7 +185,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function count($con, string $path, bool $recursive = true, array $ignore = []) : int + public static function count(\FTP\Connection $con, string $path, bool $recursive = true, array $ignore = []) : int { return 1; } @@ -193,7 +193,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function set($con, string $path, string $content) : bool + public static function set(\FTP\Connection $con, string $path, string $content) : bool { return self::put($con, $path, $content, ContentPutMode::REPLACE | ContentPutMode::CREATE); } @@ -201,7 +201,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function append($con, string $path, string $content) : bool + public static function append(\FTP\Connection $con, string $path, string $content) : bool { return self::put($con, $path, $content, ContentPutMode::APPEND | ContentPutMode::CREATE); } @@ -233,7 +233,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function created($con, string $path) : \DateTime + public static function created(\FTP\Connection $con, string $path) : \DateTime { return self::changed($con, $path); } @@ -241,7 +241,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function changed($con, string $path) : \DateTime + public static function changed(\FTP\Connection $con, string $path) : \DateTime { if (!self::exists($con, $path)) { throw new PathException($path); @@ -258,7 +258,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function size($con, string $path, bool $recursive = true) : int + public static function size(\FTP\Connection $con, string $path, bool $recursive = true) : int { if (!self::exists($con, $path)) { return -1; @@ -270,7 +270,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function owner($con, string $path) : string + public static function owner(\FTP\Connection $con, string $path) : string { if (!self::exists($con, $path)) { throw new PathException($path); @@ -282,7 +282,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function permission($con, string $path) : int + public static function permission(\FTP\Connection $con, string $path) : int { if (!self::exists($con, $path)) { return -1; @@ -322,7 +322,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function copy($con, string $from, string $to, bool $overwrite = false) : bool + public static function copy(\FTP\Connection $con, string $from, string $to, bool $overwrite = false) : bool { if (!self::exists($con, $from) || (!$overwrite && self::exists($con, $to)) @@ -343,7 +343,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function move($con, string $from, string $to, bool $overwrite = false) : bool + public static function move(\FTP\Connection $con, string $from, string $to, bool $overwrite = false) : bool { $result = self::copy($con, $from, $to, $overwrite); @@ -359,7 +359,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function delete($con, string $path) : bool + public static function delete(\FTP\Connection $con, string $path) : bool { if (!self::exists($con, $path)) { return false; @@ -371,7 +371,7 @@ class File extends FileAbstract implements FileInterface /** * {@inheritdoc} */ - public static function create($con, string $path) : bool + public static function create(\FTP\Connection $con, string $path) : bool { return self::put($con, $path, '', ContentPutMode::CREATE); } diff --git a/System/File/Ftp/FileAbstract.php b/System/File/Ftp/FileAbstract.php index e5e84eb84..3bed5139c 100644 --- a/System/File/Ftp/FileAbstract.php +++ b/System/File/Ftp/FileAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn @@ -31,10 +31,10 @@ abstract class FileAbstract implements FtpContainerInterface /** * Ftp connection * - * @var resource + * @var \FTP\Connection * @since 1.0.0 */ - protected $con; + protected \FTP\Connection $con; /** * Ftp uri diff --git a/System/File/Ftp/FtpContainerInterface.php b/System/File/Ftp/FtpContainerInterface.php index 3abeb387c..df05deb2c 100755 --- a/System/File/Ftp/FtpContainerInterface.php +++ b/System/File/Ftp/FtpContainerInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn @@ -31,50 +31,50 @@ interface FtpContainerInterface extends ContainerInterface /** * Get the datetime when the resource got created. * - * @param resource $con FTP connection - * @param string $path Path of the resource + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource * * @return \DateTime * * @since 1.0.0 */ - public static function created($con, string $path) : \DateTime; + public static function created(\FTP\Connection $con, string $path) : \DateTime; /** * Get the datetime when the resource got last modified. * - * @param resource $con FTP connection - * @param string $path Path of the resource + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource * * @return \DateTime * * @since 1.0.0 */ - public static function changed($con, string $path) : \DateTime; + public static function changed(\FTP\Connection $con, string $path) : \DateTime; /** * Get the owner id of the resource. * - * @param resource $con FTP connection - * @param string $path Path of the resource + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource * * @return string * * @since 1.0.0 */ - public static function owner($con, string $path) : string; + public static function owner(\FTP\Connection $con, string $path) : string; /** * Get the permissions id of the resource. * - * @param resource $con FTP connection - * @param string $path Path of the resource + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource * * @return int Permissions (e.g. 0755); * * @since 1.0.0 */ - public static function permission($con, string $path) : int; + public static function permission(\FTP\Connection $con, string $path) : int; /** * Get the parent path of the resource. @@ -92,67 +92,67 @@ interface FtpContainerInterface extends ContainerInterface /** * Delete resource at destination path. * - * @param resource $con FTP connection - * @param string $path Path of the resource + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource * * @return bool True on success and false on failure * * @since 1.0.0 */ - public static function delete($con, string $path) : bool; + public static function delete(\FTP\Connection $con, string $path) : bool; /** * Copy resource to different location. * - * @param resource $con FTP connection - * @param string $from Path of the resource to copy - * @param string $to Path of the resource to copy to - * @param bool $overwrite Overwrite/replace existing file + * @param \FTP\Connection $con FTP connection + * @param string $from Path of the resource to copy + * @param string $to Path of the resource to copy to + * @param bool $overwrite Overwrite/replace existing file * * @return bool True on success and false on failure * * @since 1.0.0 */ - public static function copy($con, string $from, string $to, bool $overwrite = false) : bool; + public static function copy(\FTP\Connection $con, string $from, string $to, bool $overwrite = false) : bool; /** * Move resource to different location. * - * @param resource $con FTP connection - * @param string $from Path of the resource to move - * @param string $to Path of the resource to move to - * @param bool $overwrite Overwrite/replace existing file + * @param \FTP\Connection $con FTP connection + * @param string $from Path of the resource to move + * @param string $to Path of the resource to move to + * @param bool $overwrite Overwrite/replace existing file * * @return bool True on success and false on failure * * @since 1.0.0 */ - public static function move($con, string $from, string $to, bool $overwrite = false) : bool; + public static function move(\FTP\Connection $con, string $from, string $to, bool $overwrite = false) : bool; /** * Get size of resource. * - * @param resource $con FTP connection - * @param string $path Path of the resource - * @param bool $recursive Should include sub-sub-resources + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource + * @param bool $recursive Should include sub-sub-resources * * @return int * * @since 1.0.0 */ - public static function size($con, string $path, bool $recursive = true) : int; + public static function size(\FTP\Connection $con, string $path, bool $recursive = true) : int; /** * Check existence of resource. * - * @param resource $con FTP connection - * @param string $path Path of the resource + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource * * @return bool * * @since 1.0.0 */ - public static function exists($con, string $path) : bool; + public static function exists(\FTP\Connection $con, string $path) : bool; /** * Get name of resource. @@ -201,16 +201,16 @@ interface FtpContainerInterface extends ContainerInterface /** * Count subresources. * - * @param resource $con FTP connection - * @param string $path Path of the resource - * @param bool $recursive Consider subdirectories - * @param string[] $ignore Files/paths to ignore (no regex) + * @param \FTP\Connection $con FTP connection + * @param string $path Path of the resource + * @param bool $recursive Consider subdirectories + * @param string[] $ignore Files/paths to ignore (no regex) * * @return int * * @since 1.0.0 */ - public static function count($con, string $path, bool $recursive = true, array $ignore = []) : int; + public static function count(\FTP\Connection $con, string $path, bool $recursive = true, array $ignore = []) : int; /** * Make name/path operating system safe. diff --git a/System/File/Ftp/FtpStorage.php b/System/File/Ftp/FtpStorage.php index afc4a90ba..be9ea6769 100644 --- a/System/File/Ftp/FtpStorage.php +++ b/System/File/Ftp/FtpStorage.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File\Ftp * @copyright Dennis Eichhorn @@ -32,21 +32,21 @@ class FtpStorage extends StorageAbstract /** * Connection * - * @var resource + * @var \FTP\Connection * @since 1.0.0 */ - private static $con = null; + private static \FTP\Connection $con; /** * Set connection * - * @param resource $con Connection + * @param \FTP\Connection $con Connection * * @return void * * @since 1.0.0 */ - public static function with($con) : void + public static function with(\FTP\Connection $con) : void { self::$con = $con; } diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php index 0a8da5936..fe209d81f 100644 --- a/System/File/Local/Directory.php +++ b/System/File/Local/Directory.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn @@ -96,6 +96,7 @@ final class Directory extends FileAbstract implements DirectoryInterface $iterator = new \RegexIterator($iterator, '/' . $filter . '/i', \RecursiveRegexIterator::GET_MATCH); } + /** @var \DirectoryIterator $iterator */ foreach ($iterator as $item) { if (!$recursive && $item->isDot()) { continue; @@ -135,6 +136,7 @@ final class Directory extends FileAbstract implements DirectoryInterface \RecursiveIteratorIterator::SELF_FIRST) : new \DirectoryIterator($path); + /** @var \DirectoryIterator $iterator */ foreach ($iterator as $item) { if (!$recursive && $item->isDot()) { continue; @@ -364,6 +366,7 @@ final class Directory extends FileAbstract implements DirectoryInterface self::create($to, 0755, true); } + /** @var \DirectoryIterator $item */ foreach ($iterator = new \RecursiveIteratorIterator( new \RecursiveDirectoryIterator($from, \RecursiveDirectoryIterator::SKIP_DOTS), \RecursiveIteratorIterator::SELF_FIRST) as $item @@ -641,7 +644,7 @@ final class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public function offsetGet($offset) + public function offsetGet(mixed $offset) : mixed { if (isset($this->nodes[$offset]) && $this->nodes[$offset] instanceof self) { $this->nodes[$offset]->index(); diff --git a/System/File/Local/File.php b/System/File/Local/File.php index 843cf78e9..82b6d70aa 100644 --- a/System/File/Local/File.php +++ b/System/File/Local/File.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn diff --git a/System/File/Local/FileAbstract.php b/System/File/Local/FileAbstract.php index ad7dfe558..305f81d2b 100644 --- a/System/File/Local/FileAbstract.php +++ b/System/File/Local/FileAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn diff --git a/System/File/Local/LocalContainerInterface.php b/System/File/Local/LocalContainerInterface.php index a951fff14..cd3441291 100755 --- a/System/File/Local/LocalContainerInterface.php +++ b/System/File/Local/LocalContainerInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/Local/LocalStorage.php b/System/File/Local/LocalStorage.php index c7c1fc4c0..074fb503c 100644 --- a/System/File/Local/LocalStorage.php +++ b/System/File/Local/LocalStorage.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File\Local * @copyright Dennis Eichhorn diff --git a/System/File/PathException.php b/System/File/PathException.php index 2a0e2eec6..205d98392 100755 --- a/System/File/PathException.php +++ b/System/File/PathException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/PermissionException.php b/System/File/PermissionException.php index 4a117443b..b50047b95 100755 --- a/System/File/PermissionException.php +++ b/System/File/PermissionException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/File/Storage.php b/System/File/Storage.php index 4f3d1d6ec..e2f934bd0 100644 --- a/System/File/Storage.php +++ b/System/File/Storage.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn @@ -76,14 +76,10 @@ final class Storage /** @var StorageAbstract $env */ $env = __NAMESPACE__ . '\\' . $env . '\\' . $env . 'Storage'; - try { - /** @var StorageAbstract $instance */ - $instance = new $env(); + /** @var StorageAbstract $instance */ + $instance = new $env(); - self::$registered[$stg] = $instance; - } catch (\Throwable $e) { - throw new \Exception(); - } + self::$registered[$stg] = $instance; } return $instance; diff --git a/System/File/StorageAbstract.php b/System/File/StorageAbstract.php index 4bdacabdd..632d8401b 100755 --- a/System/File/StorageAbstract.php +++ b/System/File/StorageAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\File * @copyright Dennis Eichhorn diff --git a/System/MimeType.php b/System/MimeType.php index bfaca03ab..410158e00 100644 --- a/System/MimeType.php +++ b/System/MimeType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System * @copyright Dennis Eichhorn diff --git a/System/OperatingSystem.php b/System/OperatingSystem.php index 857cd74c7..dcf89a1c1 100644 --- a/System/OperatingSystem.php +++ b/System/OperatingSystem.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System * @copyright Dennis Eichhorn diff --git a/System/Search/StringSearch.php b/System/Search/StringSearch.php index 8b6200c0f..09482e766 100644 --- a/System/Search/StringSearch.php +++ b/System/Search/StringSearch.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System\Search * @copyright Dennis Eichhorn diff --git a/System/SystemType.php b/System/SystemType.php index ac8801608..896b4697a 100755 --- a/System/SystemType.php +++ b/System/SystemType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System * @copyright Dennis Eichhorn diff --git a/System/SystemUtils.php b/System/SystemUtils.php index e4e654b80..7c143072b 100644 --- a/System/SystemUtils.php +++ b/System/SystemUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\System * @copyright Dennis Eichhorn @@ -208,7 +208,13 @@ final class SystemUtils throw new \Exception((string) $stderr); } - $lines = \trim($stdout === false ? '' : (empty($stdout) ? $stderr : $stdout)); + $lines = \trim( + $stdout === false + ? '' + : (empty($stdout) + ? ($stderr === false ? '' : $stderr) + : $stdout) + ); $lineArray = \preg_split('/\r\n|\n|\r/', $lines); $lines = []; diff --git a/UnhandledHandler.php b/UnhandledHandler.php index cf363c60f..b301114d2 100644 --- a/UnhandledHandler.php +++ b/UnhandledHandler.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS * @copyright Dennis Eichhorn diff --git a/Uri/Argument.php b/Uri/Argument.php index 1334e2cda..176cd00f8 100644 --- a/Uri/Argument.php +++ b/Uri/Argument.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Uri * @copyright Dennis Eichhorn @@ -119,7 +119,7 @@ final class Argument implements UriInterface /** * Uri query. * - * @var array + * @var array * @since 1.0.0 */ private array $query = []; diff --git a/Uri/HttpUri.php b/Uri/HttpUri.php index bd0c4fde0..023bfb9ba 100644 --- a/Uri/HttpUri.php +++ b/Uri/HttpUri.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Uri/InvalidUriException.php b/Uri/InvalidUriException.php index 6ad588623..fbee1a296 100755 --- a/Uri/InvalidUriException.php +++ b/Uri/InvalidUriException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php index 1c1f82c47..be6c1729c 100644 --- a/Uri/UriFactory.php +++ b/Uri/UriFactory.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Uri/UriInterface.php b/Uri/UriInterface.php index 56359a181..8dc6d9c30 100644 --- a/Uri/UriInterface.php +++ b/Uri/UriInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Uri/UriScheme.php b/Uri/UriScheme.php index c3813c2f9..8eed71c68 100755 --- a/Uri/UriScheme.php +++ b/Uri/UriScheme.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Uri * @copyright Dennis Eichhorn diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php index 2b7cf1dc3..9fef0c914 100644 --- a/Utils/ArrayUtils.php +++ b/Utils/ArrayUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/Aztec.php b/Utils/Barcode/Aztec.php index 0c748f560..918c54f8b 100755 --- a/Utils/Barcode/Aztec.php +++ b/Utils/Barcode/Aztec.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C128Abstract.php b/Utils/Barcode/C128Abstract.php index 2639c6940..ebd7da5b3 100644 --- a/Utils/Barcode/C128Abstract.php +++ b/Utils/Barcode/C128Abstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn @@ -219,7 +219,7 @@ abstract class C128Abstract /** * Get image reference * - * @return mixed + * @return \GdImage * * @since 1.0.0 */ @@ -317,7 +317,7 @@ abstract class C128Abstract * * @param string $codeString Code string to render * - * @return mixed + * @return \GdImage * * @since 1.0.0 */ diff --git a/Utils/Barcode/C128a.php b/Utils/Barcode/C128a.php index a68fbd15d..aa301120f 100644 --- a/Utils/Barcode/C128a.php +++ b/Utils/Barcode/C128a.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C128b.php b/Utils/Barcode/C128b.php index 6a6e8effc..da0c31c91 100755 --- a/Utils/Barcode/C128b.php +++ b/Utils/Barcode/C128b.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C128c.php b/Utils/Barcode/C128c.php index b913fe1c9..2bb06b7fd 100644 --- a/Utils/Barcode/C128c.php +++ b/Utils/Barcode/C128c.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php index ba4fc5302..61fa79c11 100644 --- a/Utils/Barcode/C25.php +++ b/Utils/Barcode/C25.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/C39.php b/Utils/Barcode/C39.php index a0f3aab8f..a13ae3bbb 100644 --- a/Utils/Barcode/C39.php +++ b/Utils/Barcode/C39.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/Codebar.php b/Utils/Barcode/Codebar.php index 9ee29e63a..b4d3e760f 100644 --- a/Utils/Barcode/Codebar.php +++ b/Utils/Barcode/Codebar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/Datamatrix.php b/Utils/Barcode/Datamatrix.php index d445242de..4f911ca19 100755 --- a/Utils/Barcode/Datamatrix.php +++ b/Utils/Barcode/Datamatrix.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/HIBCC.php b/Utils/Barcode/HIBCC.php index 6fceccd76..f078a2663 100755 --- a/Utils/Barcode/HIBCC.php +++ b/Utils/Barcode/HIBCC.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/OrientationType.php b/Utils/Barcode/OrientationType.php index 24673a593..e52f8fcc1 100755 --- a/Utils/Barcode/OrientationType.php +++ b/Utils/Barcode/OrientationType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/Barcode/QR.php b/Utils/Barcode/QR.php index c13311a2b..58cac13c4 100755 --- a/Utils/Barcode/QR.php +++ b/Utils/Barcode/QR.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Barcode * @copyright Dennis Eichhorn diff --git a/Utils/ColorUtils.php b/Utils/ColorUtils.php index bf2a04c39..1486ff7f8 100755 --- a/Utils/ColorUtils.php +++ b/Utils/ColorUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/Compression/CompressionInterface.php b/Utils/Compression/CompressionInterface.php index 56b264ffa..427091761 100755 --- a/Utils/Compression/CompressionInterface.php +++ b/Utils/Compression/CompressionInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Compression * @copyright Dennis Eichhorn diff --git a/Utils/Compression/LZW.php b/Utils/Compression/LZW.php index d7f3b0b79..0575818c1 100644 --- a/Utils/Compression/LZW.php +++ b/Utils/Compression/LZW.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Compression * @copyright Dennis Eichhorn diff --git a/Utils/Converter/AngleType.php b/Utils/Converter/AngleType.php index 37781674d..20da28f1e 100755 --- a/Utils/Converter/AngleType.php +++ b/Utils/Converter/AngleType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/AreaType.php b/Utils/Converter/AreaType.php index ab1d9f0a8..2e782d52e 100755 --- a/Utils/Converter/AreaType.php +++ b/Utils/Converter/AreaType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/Currency.php b/Utils/Converter/Currency.php index c3dfd6d38..69b48f3dd 100644 --- a/Utils/Converter/Currency.php +++ b/Utils/Converter/Currency.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/EnergyPowerType.php b/Utils/Converter/EnergyPowerType.php index d1aa553b7..77be40dc5 100755 --- a/Utils/Converter/EnergyPowerType.php +++ b/Utils/Converter/EnergyPowerType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/File.php b/Utils/Converter/File.php index 034695090..7402e6e0a 100644 --- a/Utils/Converter/File.php +++ b/Utils/Converter/File.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/FileSizeType.php b/Utils/Converter/FileSizeType.php index a6fb0f21c..76b7eeeb0 100755 --- a/Utils/Converter/FileSizeType.php +++ b/Utils/Converter/FileSizeType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/Ip.php b/Utils/Converter/Ip.php index 357cecff6..e0ea9bff6 100644 --- a/Utils/Converter/Ip.php +++ b/Utils/Converter/Ip.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/LengthType.php b/Utils/Converter/LengthType.php index 02bcdaa9d..2a82b88b8 100755 --- a/Utils/Converter/LengthType.php +++ b/Utils/Converter/LengthType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/Measurement.php b/Utils/Converter/Measurement.php index dd49207ce..f079565fe 100755 --- a/Utils/Converter/Measurement.php +++ b/Utils/Converter/Measurement.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/Numeric.php b/Utils/Converter/Numeric.php index 9fbeaab2f..ee4fcd254 100644 --- a/Utils/Converter/Numeric.php +++ b/Utils/Converter/Numeric.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/PressureType.php b/Utils/Converter/PressureType.php index 77b03f12c..d8ccb135b 100755 --- a/Utils/Converter/PressureType.php +++ b/Utils/Converter/PressureType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/SpeedType.php b/Utils/Converter/SpeedType.php index 326877d3d..6b7174e95 100755 --- a/Utils/Converter/SpeedType.php +++ b/Utils/Converter/SpeedType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/TemperatureType.php b/Utils/Converter/TemperatureType.php index 854e47013..558558a86 100755 --- a/Utils/Converter/TemperatureType.php +++ b/Utils/Converter/TemperatureType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/TimeType.php b/Utils/Converter/TimeType.php index ec4f87e8a..98fa2632e 100755 --- a/Utils/Converter/TimeType.php +++ b/Utils/Converter/TimeType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/VolumeType.php b/Utils/Converter/VolumeType.php index ad2c35607..e5703ece5 100755 --- a/Utils/Converter/VolumeType.php +++ b/Utils/Converter/VolumeType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Converter/WeightType.php b/Utils/Converter/WeightType.php index cf851a029..6406f1303 100755 --- a/Utils/Converter/WeightType.php +++ b/Utils/Converter/WeightType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Converter * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/Caesar.php b/Utils/Encoding/Caesar.php index ce53b5cad..022434db2 100755 --- a/Utils/Encoding/Caesar.php +++ b/Utils/Encoding/Caesar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/EncodingInterface.php b/Utils/Encoding/EncodingInterface.php index 09fafd45f..93ae49cd8 100755 --- a/Utils/Encoding/EncodingInterface.php +++ b/Utils/Encoding/EncodingInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/Gray.php b/Utils/Encoding/Gray.php index 722085b19..ae2adba4a 100755 --- a/Utils/Encoding/Gray.php +++ b/Utils/Encoding/Gray.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/Huffman/Dictionary.php b/Utils/Encoding/Huffman/Dictionary.php index 76e35b90c..2aa15c95c 100644 --- a/Utils/Encoding/Huffman/Dictionary.php +++ b/Utils/Encoding/Huffman/Dictionary.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Encoding\Huffman * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/Huffman/Huffman.php b/Utils/Encoding/Huffman/Huffman.php index 493aaee3e..129f0f9ee 100644 --- a/Utils/Encoding/Huffman/Huffman.php +++ b/Utils/Encoding/Huffman/Huffman.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Encoding\Huffman * @copyright Dennis Eichhorn diff --git a/Utils/Encoding/XorEncoding.php b/Utils/Encoding/XorEncoding.php index 20e58431c..6bc50e570 100755 --- a/Utils/Encoding/XorEncoding.php +++ b/Utils/Encoding/XorEncoding.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Encoding * @copyright Dennis Eichhorn diff --git a/Utils/Git/Author.php b/Utils/Git/Author.php index 81c98971d..bfe1d34cc 100755 --- a/Utils/Git/Author.php +++ b/Utils/Git/Author.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Branch.php b/Utils/Git/Branch.php index 805b982dc..6e3aa9fe7 100755 --- a/Utils/Git/Branch.php +++ b/Utils/Git/Branch.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Commit.php b/Utils/Git/Commit.php index 6097bab63..37e5f9ce7 100755 --- a/Utils/Git/Commit.php +++ b/Utils/Git/Commit.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Git.php b/Utils/Git/Git.php index 9918bb1bf..ad652ab7f 100644 --- a/Utils/Git/Git.php +++ b/Utils/Git/Git.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/NullCommit.php b/Utils/Git/NullCommit.php index d5c909f80..715a634ec 100755 --- a/Utils/Git/NullCommit.php +++ b/Utils/Git/NullCommit.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Repository.php b/Utils/Git/Repository.php index 6bd8d35b1..f9e82f5c2 100644 --- a/Utils/Git/Repository.php +++ b/Utils/Git/Repository.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/Git/Tag.php b/Utils/Git/Tag.php index e24251b6c..7ddcacf6b 100755 --- a/Utils/Git/Tag.php +++ b/Utils/Git/Tag.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Git * @copyright Dennis Eichhorn diff --git a/Utils/IO/Csv/CsvInterface.php b/Utils/IO/Csv/CsvInterface.php index e874ebc28..8a656fb76 100755 --- a/Utils/IO/Csv/CsvInterface.php +++ b/Utils/IO/Csv/CsvInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Csv * @copyright Dennis Eichhorn diff --git a/Utils/IO/Csv/CsvSettings.php b/Utils/IO/Csv/CsvSettings.php index 832647e29..cb64bbc0e 100644 --- a/Utils/IO/Csv/CsvSettings.php +++ b/Utils/IO/Csv/CsvSettings.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Csv * @copyright Dennis Eichhorn @@ -27,7 +27,7 @@ class CsvSettings /** * Get csv file delimiter based on file content. * - * @param mixed $file File resource + * @param resource $file File resource * @param int $checkLines Lines to check for evaluation * @param string[] $delimiters Potential delimiters * diff --git a/Utils/IO/ExchangeInterface.php b/Utils/IO/ExchangeInterface.php index 877f970e0..18cd8eff2 100755 --- a/Utils/IO/ExchangeInterface.php +++ b/Utils/IO/ExchangeInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO * @copyright Dennis Eichhorn diff --git a/Utils/IO/IODatabaseMapper.php b/Utils/IO/IODatabaseMapper.php index 1024d1e50..a7e4766bc 100755 --- a/Utils/IO/IODatabaseMapper.php +++ b/Utils/IO/IODatabaseMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO * @copyright Dennis Eichhorn diff --git a/Utils/IO/Json/InvalidJsonException.php b/Utils/IO/Json/InvalidJsonException.php index 35b5f65ec..54f4f7525 100755 --- a/Utils/IO/Json/InvalidJsonException.php +++ b/Utils/IO/Json/InvalidJsonException.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Json * @copyright Dennis Eichhorn diff --git a/Utils/IO/Json/JsonInterface.php b/Utils/IO/Json/JsonInterface.php index 63bd12aaa..9e393eaa7 100755 --- a/Utils/IO/Json/JsonInterface.php +++ b/Utils/IO/Json/JsonInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Json * @copyright Dennis Eichhorn diff --git a/Utils/IO/Pdf/PdfInterface.php b/Utils/IO/Pdf/PdfInterface.php index 7d6a1332b..8dbce5a22 100755 --- a/Utils/IO/Pdf/PdfInterface.php +++ b/Utils/IO/Pdf/PdfInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Pdf * @copyright Dennis Eichhorn diff --git a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php index a85beda88..af49e8f8d 100644 --- a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php +++ b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Spreadsheet * @copyright Dennis Eichhorn @@ -129,14 +129,14 @@ class SpreadsheetDatabaseMapper implements IODatabaseMapper $sheetCount = $sheet->getSheetCount(); foreach ($queries as $key => $query) { - $results = $query->execute()->fetchAll(\PDO::FETCH_ASSOC); + $results = $query->execute()?->fetchAll(\PDO::FETCH_ASSOC); if ($key > $sheetCount - 1) { $sheet->createSheet($key); } $workSheet = $sheet->setActiveSheetIndex($key); - $rows = \count($results); + $rows = $results === null ? 0 : \count($results); if ($rows < 1) { break; diff --git a/Utils/IO/Spreadsheet/SpreadsheetInterface.php b/Utils/IO/Spreadsheet/SpreadsheetInterface.php index ac5d27179..16a8f0c0e 100755 --- a/Utils/IO/Spreadsheet/SpreadsheetInterface.php +++ b/Utils/IO/Spreadsheet/SpreadsheetInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Spreadsheet * @copyright Dennis Eichhorn diff --git a/Utils/IO/Zip/ArchiveInterface.php b/Utils/IO/Zip/ArchiveInterface.php index d521ac669..36d054e73 100755 --- a/Utils/IO/Zip/ArchiveInterface.php +++ b/Utils/IO/Zip/ArchiveInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn diff --git a/Utils/IO/Zip/Gz.php b/Utils/IO/Zip/Gz.php index bfcae8925..1fdce5dd6 100644 --- a/Utils/IO/Zip/Gz.php +++ b/Utils/IO/Zip/Gz.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn diff --git a/Utils/IO/Zip/Tar.php b/Utils/IO/Zip/Tar.php index a6ef7e614..9c5a86b6a 100644 --- a/Utils/IO/Zip/Tar.php +++ b/Utils/IO/Zip/Tar.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn @@ -63,6 +63,7 @@ class Tar implements ArchiveInterface $relative = \str_replace('\\', '/', $relative); if (\is_dir($source)) { + /** @var string[] $files */ $files = new \RecursiveIteratorIterator( new \RecursiveDirectoryIterator($source, \FilesystemIterator::CURRENT_AS_PATHNAME), \RecursiveIteratorIterator::SELF_FIRST diff --git a/Utils/IO/Zip/TarGz.php b/Utils/IO/Zip/TarGz.php index 4fcf88daa..df514c556 100644 --- a/Utils/IO/Zip/TarGz.php +++ b/Utils/IO/Zip/TarGz.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn diff --git a/Utils/IO/Zip/Zip.php b/Utils/IO/Zip/Zip.php index db6bb2445..46a63648b 100644 --- a/Utils/IO/Zip/Zip.php +++ b/Utils/IO/Zip/Zip.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\IO\Zip * @copyright Dennis Eichhorn @@ -62,6 +62,7 @@ class Zip implements ArchiveInterface $relative = \str_replace('\\', '/', $relative); if (\is_dir($source)) { + /** @var string[] $files */ $files = new \RecursiveIteratorIterator( new \RecursiveDirectoryIterator($source, \FilesystemIterator::CURRENT_AS_PATHNAME), \RecursiveIteratorIterator::SELF_FIRST diff --git a/Utils/ImageUtils.php b/Utils/ImageUtils.php index 067aa5793..0b4c3533e 100644 --- a/Utils/ImageUtils.php +++ b/Utils/ImageUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/MbStringUtils.php b/Utils/MbStringUtils.php index 8be2746b6..61276f7b8 100644 --- a/Utils/MbStringUtils.php +++ b/Utils/MbStringUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/NumericUtils.php b/Utils/NumericUtils.php index 695a4e7df..f76f0210e 100755 --- a/Utils/NumericUtils.php +++ b/Utils/NumericUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Markdown/Markdown.php b/Utils/Parser/Markdown/Markdown.php index 78850d6c6..a87a718bf 100644 --- a/Utils/Parser/Markdown/Markdown.php +++ b/Utils/Parser/Markdown/Markdown.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Parser\Markdown * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Pdf/PdfParser.php b/Utils/Parser/Pdf/PdfParser.php index 6329680cf..753903770 100644 --- a/Utils/Parser/Pdf/PdfParser.php +++ b/Utils/Parser/Pdf/PdfParser.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Parser\Pdf * @copyright Dennis Eichhorn diff --git a/Utils/Parser/Php/ArrayParser.php b/Utils/Parser/Php/ArrayParser.php index b6f331a2e..99290410d 100644 --- a/Utils/Parser/Php/ArrayParser.php +++ b/Utils/Parser/Php/ArrayParser.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\Parser\Php * @copyright Dennis Eichhorn diff --git a/Utils/Permutation.php b/Utils/Permutation.php index cb4a1b2b5..3cbc708b4 100644 --- a/Utils/Permutation.php +++ b/Utils/Permutation.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/RnG/ArrayRandomize.php b/Utils/RnG/ArrayRandomize.php index 5c12c3c40..aaadf14fb 100644 --- a/Utils/RnG/ArrayRandomize.php +++ b/Utils/RnG/ArrayRandomize.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php index 1bb7de268..797e98a7d 100644 --- a/Utils/RnG/DateTime.php +++ b/Utils/RnG/DateTime.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/DistributionType.php b/Utils/RnG/DistributionType.php index 0fb524e52..e7b99b7ef 100755 --- a/Utils/RnG/DistributionType.php +++ b/Utils/RnG/DistributionType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/Email.php b/Utils/RnG/Email.php index 77010e2e2..92c6a3594 100644 --- a/Utils/RnG/Email.php +++ b/Utils/RnG/Email.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php index a852bcad1..6015423d0 100644 --- a/Utils/RnG/File.php +++ b/Utils/RnG/File.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/LinearCongruentialGenerator.php b/Utils/RnG/LinearCongruentialGenerator.php index 4a748dfe6..39c946709 100755 --- a/Utils/RnG/LinearCongruentialGenerator.php +++ b/Utils/RnG/LinearCongruentialGenerator.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/Name.php b/Utils/RnG/Name.php index 7b8be14b9..d24f025d5 100644 --- a/Utils/RnG/Name.php +++ b/Utils/RnG/Name.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php index b1a70e920..b159fb3b1 100644 --- a/Utils/RnG/Phone.php +++ b/Utils/RnG/Phone.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php index 8b68f8393..702f7cb2c 100644 --- a/Utils/RnG/StringUtils.php +++ b/Utils/RnG/StringUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php index f14097765..51774c8a3 100644 --- a/Utils/RnG/Text.php +++ b/Utils/RnG/Text.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\RnG * @copyright Dennis Eichhorn diff --git a/Utils/StringCompare.php b/Utils/StringCompare.php index e5c3798f1..a9fd61554 100644 --- a/Utils/StringCompare.php +++ b/Utils/StringCompare.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Utils/StringUtils.php b/Utils/StringUtils.php index 36975df78..e3024ee78 100644 --- a/Utils/StringUtils.php +++ b/Utils/StringUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils * @copyright Dennis Eichhorn @@ -198,6 +198,10 @@ final class StringUtils public static function stringify(mixed $element, mixed $option = null) : ?string { if ($element instanceof \JsonSerializable || \is_array($element)) { + if ($option !== null && !\is_int($option)) { + return null; + } + $encoded = \json_encode($element, $option !== null ? $option : 0); return $encoded ? $encoded : null; @@ -215,7 +219,7 @@ final class StringUtils return $element->format('Y-m-d H:i:s'); } elseif ($element instanceof RenderableInterface) { return $element->render(); - } elseif (\method_exists($element, '__toString')) { + } elseif (\is_object($element) && \method_exists($element, '__toString')) { return $element->__toString(); } @@ -256,6 +260,7 @@ final class StringUtils $n = \count($diff['values']); $result = ''; + $mc = 0; for ($i = 0; $i < $n; ++$i) { $mc = $diff['mask'][$i]; @@ -276,7 +281,7 @@ final class StringUtils $result = \rtrim($result, $delim); - switch ($pmc) { + switch ($mc) { case -1: $result .= ''; break; diff --git a/Utils/TaskSchedule/Cron.php b/Utils/TaskSchedule/Cron.php index b8f608efc..0081bea41 100644 --- a/Utils/TaskSchedule/Cron.php +++ b/Utils/TaskSchedule/Cron.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/CronJob.php b/Utils/TaskSchedule/CronJob.php index f378d7604..f7698c428 100644 --- a/Utils/TaskSchedule/CronJob.php +++ b/Utils/TaskSchedule/CronJob.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/Interval.php b/Utils/TaskSchedule/Interval.php index 5088e8ccc..b170bc8eb 100644 --- a/Utils/TaskSchedule/Interval.php +++ b/Utils/TaskSchedule/Interval.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn @@ -551,8 +551,9 @@ class Interval implements SerializableInterface * * @since 1.0.0 */ - public function unserialize($serialized) : void + public function unserialize(mixed $serialized) : void { + /** @var array $data */ $data = \json_decode($serialized, true); $this->start = new \DateTime($data['start']); diff --git a/Utils/TaskSchedule/NullCronJob.php b/Utils/TaskSchedule/NullCronJob.php index 558b71c18..9c6c6b48d 100755 --- a/Utils/TaskSchedule/NullCronJob.php +++ b/Utils/TaskSchedule/NullCronJob.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/NullSchedule.php b/Utils/TaskSchedule/NullSchedule.php index a77a29e55..c86240f76 100755 --- a/Utils/TaskSchedule/NullSchedule.php +++ b/Utils/TaskSchedule/NullSchedule.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/Schedule.php b/Utils/TaskSchedule/Schedule.php index 517413d3b..b09f24ab9 100755 --- a/Utils/TaskSchedule/Schedule.php +++ b/Utils/TaskSchedule/Schedule.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index 7cdca1cc2..8fd87f095 100644 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/SchedulerFactory.php b/Utils/TaskSchedule/SchedulerFactory.php index 5a200edad..72c1fc918 100755 --- a/Utils/TaskSchedule/SchedulerFactory.php +++ b/Utils/TaskSchedule/SchedulerFactory.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/TaskAbstract.php b/Utils/TaskSchedule/TaskAbstract.php index 36697c850..745d6a236 100755 --- a/Utils/TaskSchedule/TaskAbstract.php +++ b/Utils/TaskSchedule/TaskAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/TaskFactory.php b/Utils/TaskSchedule/TaskFactory.php index fbc757817..3289be535 100755 --- a/Utils/TaskSchedule/TaskFactory.php +++ b/Utils/TaskSchedule/TaskFactory.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/TaskScheduler.php b/Utils/TaskSchedule/TaskScheduler.php index f2468be4a..b7fd740d4 100644 --- a/Utils/TaskSchedule/TaskScheduler.php +++ b/Utils/TaskSchedule/TaskScheduler.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TaskSchedule/TaskStatus.php b/Utils/TaskSchedule/TaskStatus.php index 335ecf4f5..0922a1bc6 100644 --- a/Utils/TaskSchedule/TaskStatus.php +++ b/Utils/TaskSchedule/TaskStatus.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils\TaskSchedule * @copyright Dennis Eichhorn diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php index c5a4ac491..c5bfa8e07 100755 --- a/Utils/TestUtils.php +++ b/Utils/TestUtils.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Utils * @copyright Dennis Eichhorn diff --git a/Validation/Base/DateTime.php b/Validation/Base/DateTime.php index e4c2dfb2a..3e26b1875 100644 --- a/Validation/Base/DateTime.php +++ b/Validation/Base/DateTime.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Base * @copyright Dennis Eichhorn @@ -31,6 +31,10 @@ abstract class DateTime extends ValidatorAbstract */ public static function isValid(mixed $value, array $constraints = null) : bool { + if (!\is_string($value)) { + return false; + } + return (bool) \strtotime($value); } } diff --git a/Validation/Base/Json.php b/Validation/Base/Json.php index a9ddbe08e..c597564b6 100644 --- a/Validation/Base/Json.php +++ b/Validation/Base/Json.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Base * @copyright Dennis Eichhorn @@ -32,6 +32,10 @@ abstract class Json extends ValidatorAbstract */ public static function isValid(mixed $value, array $constraints = null) : bool { + if (!\is_string($value)) { + return false; + } + \json_decode($value); return \json_last_error() == \JSON_ERROR_NONE; diff --git a/Validation/Finance/BIC.php b/Validation/Finance/BIC.php index 5da43311b..42acbea75 100644 --- a/Validation/Finance/BIC.php +++ b/Validation/Finance/BIC.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn @@ -31,6 +31,10 @@ final class BIC extends ValidatorAbstract */ public static function isValid(mixed $value, array $constraints = null) : bool { + if (!\is_string($value)) { + return false; + } + return (bool) \preg_match('/^[a-z]{6}[0-9a-z]{2}([0-9a-z]{3})?\z/i', $value); } } diff --git a/Validation/Finance/CreditCard.php b/Validation/Finance/CreditCard.php index 04391c74d..53def3b14 100644 --- a/Validation/Finance/CreditCard.php +++ b/Validation/Finance/CreditCard.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn diff --git a/Validation/Finance/Iban.php b/Validation/Finance/Iban.php index dab2e2975..e2a5f68a3 100644 --- a/Validation/Finance/Iban.php +++ b/Validation/Finance/Iban.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn @@ -31,6 +31,10 @@ final class Iban extends ValidatorAbstract */ public static function isValid(mixed $value, array $constraints = null) : bool { + if (!\is_string($value)) { + return false; + } + $value = \str_replace(' ', '', \strtolower($value)); $temp = \substr($value, 0, 2); diff --git a/Validation/Finance/IbanEnum.php b/Validation/Finance/IbanEnum.php index 2ef679e01..5bf6e0ea4 100755 --- a/Validation/Finance/IbanEnum.php +++ b/Validation/Finance/IbanEnum.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn diff --git a/Validation/Finance/IbanErrorType.php b/Validation/Finance/IbanErrorType.php index 4c90b5941..114bec33c 100755 --- a/Validation/Finance/IbanErrorType.php +++ b/Validation/Finance/IbanErrorType.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Finance * @copyright Dennis Eichhorn diff --git a/Validation/Network/Email.php b/Validation/Network/Email.php index dfe7ff9fe..1c136059d 100644 --- a/Validation/Network/Email.php +++ b/Validation/Network/Email.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Network * @copyright Dennis Eichhorn diff --git a/Validation/Network/Hostname.php b/Validation/Network/Hostname.php index a119da116..3c09bc953 100644 --- a/Validation/Network/Hostname.php +++ b/Validation/Network/Hostname.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Network * @copyright Dennis Eichhorn @@ -45,6 +45,10 @@ abstract class Hostname extends ValidatorAbstract { //return \filter_var(\gethostbyname($value), \FILTER_VALIDATE_IP) !== false; + if (!\is_string($value)) { + return false; + } + if (empty($value) || \strlen($value) > 256 || !\preg_match('/^([a-zA-Z\d.-]*|\[[a-fA-F\d:]+\])$/', $value) diff --git a/Validation/Network/Ip.php b/Validation/Network/Ip.php index f0ced0008..e1fbf3c64 100644 --- a/Validation/Network/Ip.php +++ b/Validation/Network/Ip.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation\Network * @copyright Dennis Eichhorn diff --git a/Validation/Validator.php b/Validation/Validator.php index 84915f65b..5f6b6f22a 100644 --- a/Validation/Validator.php +++ b/Validation/Validator.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation * @copyright Dennis Eichhorn @@ -65,20 +65,20 @@ final class Validator extends ValidatorAbstract /** * Validate variable by type. * - * @param mixed $var Variable to validate + * @param object|string $var Variable to validate * @param string|string[] $constraint Array of allowed types * * @return bool * * @since 1.0.0 */ - public static function isType(mixed $var, string | array $constraint) : bool + public static function isType(object | string $var, string | array $constraint) : bool { if (!\is_array($constraint)) { $constraint = [$constraint]; } - foreach ($constraint as $key => $value) { + foreach ($constraint as $value) { if (!\is_a($var, $value)) { return false; } diff --git a/Validation/ValidatorAbstract.php b/Validation/ValidatorAbstract.php index e86fc5ee1..8ddbc2ac3 100755 --- a/Validation/ValidatorAbstract.php +++ b/Validation/ValidatorAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation * @copyright Dennis Eichhorn diff --git a/Validation/ValidatorInterface.php b/Validation/ValidatorInterface.php index 610409535..727b42663 100755 --- a/Validation/ValidatorInterface.php +++ b/Validation/ValidatorInterface.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Validation * @copyright Dennis Eichhorn diff --git a/Version/Version.php b/Version/Version.php index 6fc80f171..69480829b 100644 --- a/Version/Version.php +++ b/Version/Version.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Version * @copyright Dennis Eichhorn diff --git a/Views/NullView.php b/Views/NullView.php index 2b5f92a7f..b6de2cd49 100644 --- a/Views/NullView.php +++ b/Views/NullView.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Views * @copyright Dennis Eichhorn diff --git a/Views/PaginationView.php b/Views/PaginationView.php index ae72c7b08..ccd60589a 100755 --- a/Views/PaginationView.php +++ b/Views/PaginationView.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Views * @copyright Dennis Eichhorn diff --git a/Views/View.php b/Views/View.php index 34a0f8be5..56b4dbdd2 100644 --- a/Views/View.php +++ b/Views/View.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Views * @copyright Dennis Eichhorn diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index e3fc345c7..2fbf61edf 100644 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package phpOMS\Views * @copyright Dennis Eichhorn @@ -272,7 +272,7 @@ abstract class ViewAbstract implements RenderableInterface $path = $this->template; if (!\is_file($path)) { - throw new PathException($path); + return ''; } /** @noinspection PhpIncludeInspection */ @@ -291,9 +291,9 @@ abstract class ViewAbstract implements RenderableInterface } $ob = ''; - } finally { - return $ob; } + + return $ob; } /** @@ -313,16 +313,16 @@ abstract class ViewAbstract implements RenderableInterface try { $path = $this->template; if (!\is_file($path)) { - throw new PathException($path); + return ''; } /** @noinspection PhpIncludeInspection */ $ob = include $path; } catch (\Throwable $e) { $ob = ''; - } finally { - return $ob; } + + return $ob; } /** @@ -335,7 +335,7 @@ abstract class ViewAbstract implements RenderableInterface * @since 1.0.0 * @codeCoverageIgnore */ - public function unserialize($raw) : void + public function unserialize(mixed $raw) : void { } } diff --git a/preload.php b/preload.php index 74bc399cb..c61a35040 100755 --- a/preload.php +++ b/preload.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Karaka * @copyright Dennis Eichhorn diff --git a/tests/Account/AccountManagerTest.php b/tests/Account/AccountManagerTest.php index e4529d682..eacbc9980 100644 --- a/tests/Account/AccountManagerTest.php +++ b/tests/Account/AccountManagerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/AccountStatusTest.php b/tests/Account/AccountStatusTest.php index 2a6c06ca2..3e1897522 100644 --- a/tests/Account/AccountStatusTest.php +++ b/tests/Account/AccountStatusTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/AccountTest.php b/tests/Account/AccountTest.php index e9b5aaf09..f25806e22 100644 --- a/tests/Account/AccountTest.php +++ b/tests/Account/AccountTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/AccountTypeTest.php b/tests/Account/AccountTypeTest.php index 0d36cdbb6..6bf57f08d 100644 --- a/tests/Account/AccountTypeTest.php +++ b/tests/Account/AccountTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/GroupStatusTest.php b/tests/Account/GroupStatusTest.php index 1d4898a61..c651144da 100644 --- a/tests/Account/GroupStatusTest.php +++ b/tests/Account/GroupStatusTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/GroupTest.php b/tests/Account/GroupTest.php index c8eb235fb..9cf6049d1 100644 --- a/tests/Account/GroupTest.php +++ b/tests/Account/GroupTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/NullAccountTest.php b/tests/Account/NullAccountTest.php index 4aec829b1..ed3ca5aef 100644 --- a/tests/Account/NullAccountTest.php +++ b/tests/Account/NullAccountTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/NullGroupTest.php b/tests/Account/NullGroupTest.php index d135ff238..ee5a1a022 100644 --- a/tests/Account/NullGroupTest.php +++ b/tests/Account/NullGroupTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/PermissionAbstractTest.php b/tests/Account/PermissionAbstractTest.php index ecdcab444..48d60a243 100644 --- a/tests/Account/PermissionAbstractTest.php +++ b/tests/Account/PermissionAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Account/PermissionTypeTest.php b/tests/Account/PermissionTypeTest.php index ef4a42ca5..3ce7a2f35 100644 --- a/tests/Account/PermissionTypeTest.php +++ b/tests/Account/PermissionTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Ai/Ocr/BasicOcrTest.php b/tests/Ai/Ocr/BasicOcrTest.php index b33f33752..fdb4717dc 100644 --- a/tests/Ai/Ocr/BasicOcrTest.php +++ b/tests/Ai/Ocr/BasicOcrTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php index 3a5f27558..bef5b9ad9 100644 --- a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php +++ b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Clustering/KmeansTest.php b/tests/Algorithm/Clustering/KmeansTest.php index 4722c0ab5..26787912b 100644 --- a/tests/Algorithm/Clustering/KmeansTest.php +++ b/tests/Algorithm/Clustering/KmeansTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Clustering/PointTest.php b/tests/Algorithm/Clustering/PointTest.php index e52c9ff60..4cf1eebf8 100644 --- a/tests/Algorithm/Clustering/PointTest.php +++ b/tests/Algorithm/Clustering/PointTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php index 13e1496c7..2ddc7ad16 100644 --- a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php +++ b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/JobScheduling/JobTest.php b/tests/Algorithm/JobScheduling/JobTest.php index 477a4ef52..4edea9b56 100644 --- a/tests/Algorithm/JobScheduling/JobTest.php +++ b/tests/Algorithm/JobScheduling/JobTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/JobScheduling/WeightedTest.php b/tests/Algorithm/JobScheduling/WeightedTest.php index d60b7396b..a2e596196 100644 --- a/tests/Algorithm/JobScheduling/WeightedTest.php +++ b/tests/Algorithm/JobScheduling/WeightedTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Knapsack/BackpackTest.php b/tests/Algorithm/Knapsack/BackpackTest.php index d81d3b307..d3b4176cc 100644 --- a/tests/Algorithm/Knapsack/BackpackTest.php +++ b/tests/Algorithm/Knapsack/BackpackTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Knapsack/BoundedTest.php b/tests/Algorithm/Knapsack/BoundedTest.php index 1b834c6b1..5b8efb9c4 100644 --- a/tests/Algorithm/Knapsack/BoundedTest.php +++ b/tests/Algorithm/Knapsack/BoundedTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Knapsack/ContinuousTest.php b/tests/Algorithm/Knapsack/ContinuousTest.php index b16ac3793..4ca0f758f 100644 --- a/tests/Algorithm/Knapsack/ContinuousTest.php +++ b/tests/Algorithm/Knapsack/ContinuousTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Knapsack/ItemTest.php b/tests/Algorithm/Knapsack/ItemTest.php index d1b59d1bd..dea084ec6 100644 --- a/tests/Algorithm/Knapsack/ItemTest.php +++ b/tests/Algorithm/Knapsack/ItemTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Maze/MazeGeneratorTest.php b/tests/Algorithm/Maze/MazeGeneratorTest.php index 9cba2f223..4d1dcbf5b 100644 --- a/tests/Algorithm/Maze/MazeGeneratorTest.php +++ b/tests/Algorithm/Maze/MazeGeneratorTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/AStarNodeTest.php b/tests/Algorithm/PathFinding/AStarNodeTest.php index 929c0ee57..525691f62 100644 --- a/tests/Algorithm/PathFinding/AStarNodeTest.php +++ b/tests/Algorithm/PathFinding/AStarNodeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/AStarTest.php b/tests/Algorithm/PathFinding/AStarTest.php index f7d4afc07..7d3c5f589 100644 --- a/tests/Algorithm/PathFinding/AStarTest.php +++ b/tests/Algorithm/PathFinding/AStarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/GridTest.php b/tests/Algorithm/PathFinding/GridTest.php index d7659edd7..861eab9b0 100644 --- a/tests/Algorithm/PathFinding/GridTest.php +++ b/tests/Algorithm/PathFinding/GridTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/HeuristicTest.php b/tests/Algorithm/PathFinding/HeuristicTest.php index 224b89798..11701e024 100644 --- a/tests/Algorithm/PathFinding/HeuristicTest.php +++ b/tests/Algorithm/PathFinding/HeuristicTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/JumpPointNodeTest.php b/tests/Algorithm/PathFinding/JumpPointNodeTest.php index 5aede9750..e43dd39a8 100644 --- a/tests/Algorithm/PathFinding/JumpPointNodeTest.php +++ b/tests/Algorithm/PathFinding/JumpPointNodeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/JumpPointSearchTest.php b/tests/Algorithm/PathFinding/JumpPointSearchTest.php index afc92f2fa..639078650 100644 --- a/tests/Algorithm/PathFinding/JumpPointSearchTest.php +++ b/tests/Algorithm/PathFinding/JumpPointSearchTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/NodeTest.php b/tests/Algorithm/PathFinding/NodeTest.php index d8622690c..f3bf7f499 100644 --- a/tests/Algorithm/PathFinding/NodeTest.php +++ b/tests/Algorithm/PathFinding/NodeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/PathFinding/PathTest.php b/tests/Algorithm/PathFinding/PathTest.php index 189ebb246..1ae43f178 100644 --- a/tests/Algorithm/PathFinding/PathTest.php +++ b/tests/Algorithm/PathFinding/PathTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/BitonicSortTest.php b/tests/Algorithm/Sort/BitonicSortTest.php index 6ad2445a4..fc76b4d8c 100644 --- a/tests/Algorithm/Sort/BitonicSortTest.php +++ b/tests/Algorithm/Sort/BitonicSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/BubbleSortTest.php b/tests/Algorithm/Sort/BubbleSortTest.php index 61f0293ba..69c47f1ea 100644 --- a/tests/Algorithm/Sort/BubbleSortTest.php +++ b/tests/Algorithm/Sort/BubbleSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/BucketSortTest.php b/tests/Algorithm/Sort/BucketSortTest.php index 140a75ad6..ad8d057ae 100644 --- a/tests/Algorithm/Sort/BucketSortTest.php +++ b/tests/Algorithm/Sort/BucketSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/CocktailShakerSortTest.php b/tests/Algorithm/Sort/CocktailShakerSortTest.php index 667d9d126..e2c889b1d 100644 --- a/tests/Algorithm/Sort/CocktailShakerSortTest.php +++ b/tests/Algorithm/Sort/CocktailShakerSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/CombSortTest.php b/tests/Algorithm/Sort/CombSortTest.php index 213053e3f..1026eb70d 100644 --- a/tests/Algorithm/Sort/CombSortTest.php +++ b/tests/Algorithm/Sort/CombSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/CycleSortTest.php b/tests/Algorithm/Sort/CycleSortTest.php index cdac0305d..fa8c2237a 100644 --- a/tests/Algorithm/Sort/CycleSortTest.php +++ b/tests/Algorithm/Sort/CycleSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/GnomeSortTest.php b/tests/Algorithm/Sort/GnomeSortTest.php index 719180de1..b2cbdbcbc 100644 --- a/tests/Algorithm/Sort/GnomeSortTest.php +++ b/tests/Algorithm/Sort/GnomeSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/HeapSortTest.php b/tests/Algorithm/Sort/HeapSortTest.php index e1f56134c..5add32d01 100644 --- a/tests/Algorithm/Sort/HeapSortTest.php +++ b/tests/Algorithm/Sort/HeapSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/InsertionSortTest.php b/tests/Algorithm/Sort/InsertionSortTest.php index efb973d54..27414173c 100644 --- a/tests/Algorithm/Sort/InsertionSortTest.php +++ b/tests/Algorithm/Sort/InsertionSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/IntroSortTest.php b/tests/Algorithm/Sort/IntroSortTest.php index ea24770dd..c60fd7ce6 100644 --- a/tests/Algorithm/Sort/IntroSortTest.php +++ b/tests/Algorithm/Sort/IntroSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/MergeSortTest.php b/tests/Algorithm/Sort/MergeSortTest.php index 2b9af3154..c3925bfdb 100644 --- a/tests/Algorithm/Sort/MergeSortTest.php +++ b/tests/Algorithm/Sort/MergeSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/NumericElement.php b/tests/Algorithm/Sort/NumericElement.php index 240cd0f46..852deb891 100644 --- a/tests/Algorithm/Sort/NumericElement.php +++ b/tests/Algorithm/Sort/NumericElement.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/OddEvenSortTest.php b/tests/Algorithm/Sort/OddEvenSortTest.php index e66e55fe0..ccaf6d198 100644 --- a/tests/Algorithm/Sort/OddEvenSortTest.php +++ b/tests/Algorithm/Sort/OddEvenSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/PancakeSortTest.php b/tests/Algorithm/Sort/PancakeSortTest.php index f4cf683fc..f15ea8e74 100644 --- a/tests/Algorithm/Sort/PancakeSortTest.php +++ b/tests/Algorithm/Sort/PancakeSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/QuickSortTest.php b/tests/Algorithm/Sort/QuickSortTest.php index a30ec9cbb..e9e2e4baf 100644 --- a/tests/Algorithm/Sort/QuickSortTest.php +++ b/tests/Algorithm/Sort/QuickSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/SelectionSortTest.php b/tests/Algorithm/Sort/SelectionSortTest.php index c2dd46b50..e1eb6d2c5 100644 --- a/tests/Algorithm/Sort/SelectionSortTest.php +++ b/tests/Algorithm/Sort/SelectionSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/ShellSortTest.php b/tests/Algorithm/Sort/ShellSortTest.php index 2db3d992d..7e552b5f7 100644 --- a/tests/Algorithm/Sort/ShellSortTest.php +++ b/tests/Algorithm/Sort/ShellSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/StoogeSortTest.php b/tests/Algorithm/Sort/StoogeSortTest.php index 04d9b539d..535d2b721 100644 --- a/tests/Algorithm/Sort/StoogeSortTest.php +++ b/tests/Algorithm/Sort/StoogeSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Algorithm/Sort/TimSortTest.php b/tests/Algorithm/Sort/TimSortTest.php index b4fda3421..acd84cb8d 100644 --- a/tests/Algorithm/Sort/TimSortTest.php +++ b/tests/Algorithm/Sort/TimSortTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/ApplicationAbstractTest.php b/tests/Application/ApplicationAbstractTest.php index 90718d694..6c084a2c9 100644 --- a/tests/Application/ApplicationAbstractTest.php +++ b/tests/Application/ApplicationAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/ApplicationInfoTest.php b/tests/Application/ApplicationInfoTest.php index 248c16f07..b0260814a 100644 --- a/tests/Application/ApplicationInfoTest.php +++ b/tests/Application/ApplicationInfoTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/ApplicationManagerTest.php b/tests/Application/ApplicationManagerTest.php index c0881ee59..0420b0be8 100644 --- a/tests/Application/ApplicationManagerTest.php +++ b/tests/Application/ApplicationManagerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/InstallerAbstractTest.php b/tests/Application/InstallerAbstractTest.php index 13bdcf60e..281498894 100644 --- a/tests/Application/InstallerAbstractTest.php +++ b/tests/Application/InstallerAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Application/StatusAbstractTest.php b/tests/Application/StatusAbstractTest.php index 050458c09..f829c0a91 100644 --- a/tests/Application/StatusAbstractTest.php +++ b/tests/Application/StatusAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 b90b94832..4a2dab83a 100644 --- a/tests/Application/Testapp/Admin/Install/Application/Hooks.php +++ b/tests/Application/Testapp/Admin/Install/Application/Hooks.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 bd916fced..50c16b777 100644 --- a/tests/Application/Testapp/Admin/Install/Application/Routes.php +++ b/tests/Application/Testapp/Admin/Install/Application/Routes.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Modules * @copyright Dennis Eichhorn diff --git a/tests/Application/Testapp/Admin/Installer.php b/tests/Application/Testapp/Admin/Installer.php index 6d0e87f47..04a3f6a57 100644 --- a/tests/Application/Testapp/Admin/Installer.php +++ b/tests/Application/Testapp/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 c64635226..0bc154635 100644 --- a/tests/Application/Testapp/Admin/Status.php +++ b/tests/Application/Testapp/Admin/Status.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 7345cf6ae..707301441 100644 --- a/tests/Application/Testapp/Admin/Uninstaller.php +++ b/tests/Application/Testapp/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 72babcd35..b4f07b3da 100644 --- a/tests/Application/Testapp/Controller/Controller.php +++ b/tests/Application/Testapp/Controller/Controller.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Web\Backend * @copyright Dennis Eichhorn diff --git a/tests/Application/UninstallerAbstractTest.php b/tests/Application/UninstallerAbstractTest.php index c842c9e97..eccab7a3a 100644 --- a/tests/Application/UninstallerAbstractTest.php +++ b/tests/Application/UninstallerAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Asset/AssetManagerTest.php b/tests/Asset/AssetManagerTest.php index 44fecbb06..833195b68 100644 --- a/tests/Asset/AssetManagerTest.php +++ b/tests/Asset/AssetManagerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Asset/AssetTypeTest.php b/tests/Asset/AssetTypeTest.php index 470e9cbf5..f64f50c72 100644 --- a/tests/Asset/AssetTypeTest.php +++ b/tests/Asset/AssetTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php index 9fbe11e5a..96bd7d05f 100644 --- a/tests/Auth/AuthTest.php +++ b/tests/Auth/AuthTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Auth/LoginReturnTypeTest.php b/tests/Auth/LoginReturnTypeTest.php index cc9dd497d..ef311070e 100644 --- a/tests/Auth/LoginReturnTypeTest.php +++ b/tests/Auth/LoginReturnTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/AutoloadExceptionTest.php b/tests/AutoloadExceptionTest.php index 4bd6dd321..599380f32 100644 --- a/tests/AutoloadExceptionTest.php +++ b/tests/AutoloadExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Autoloader.php b/tests/Autoloader.php index c52ac3d25..349f9ce27 100644 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/AutoloaderTest.php b/tests/AutoloaderTest.php index fecea3b77..391185739 100644 --- a/tests/AutoloaderTest.php +++ b/tests/AutoloaderTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/DepreciationTest.php b/tests/Business/Finance/DepreciationTest.php index 05dcfdc0c..0562a6c94 100644 --- a/tests/Business/Finance/DepreciationTest.php +++ b/tests/Business/Finance/DepreciationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/FinanceFormulasTest.php b/tests/Business/Finance/FinanceFormulasTest.php index f78f228d5..1860f3c02 100644 --- a/tests/Business/Finance/FinanceFormulasTest.php +++ b/tests/Business/Finance/FinanceFormulasTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/LoanTest.php b/tests/Business/Finance/LoanTest.php index 075ef7768..703ceb8f5 100644 --- a/tests/Business/Finance/LoanTest.php +++ b/tests/Business/Finance/LoanTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/LorenzkurveTest.php b/tests/Business/Finance/LorenzkurveTest.php index e800b71ca..ec6fc4fa5 100644 --- a/tests/Business/Finance/LorenzkurveTest.php +++ b/tests/Business/Finance/LorenzkurveTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Finance/StockBondsTest.php b/tests/Business/Finance/StockBondsTest.php index 63ffe3a24..bb494a2e1 100644 --- a/tests/Business/Finance/StockBondsTest.php +++ b/tests/Business/Finance/StockBondsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Marketing/ArticleCorrelationAffinityTest.php b/tests/Business/Marketing/ArticleCorrelationAffinityTest.php index 6d8142d08..8a2dc28d5 100644 --- a/tests/Business/Marketing/ArticleCorrelationAffinityTest.php +++ b/tests/Business/Marketing/ArticleCorrelationAffinityTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Marketing/CustomerValueTest.php b/tests/Business/Marketing/CustomerValueTest.php index 86190f67a..22e7dd36e 100644 --- a/tests/Business/Marketing/CustomerValueTest.php +++ b/tests/Business/Marketing/CustomerValueTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Marketing/MetricsTest.php b/tests/Business/Marketing/MetricsTest.php index e24266ab9..353c13570 100644 --- a/tests/Business/Marketing/MetricsTest.php +++ b/tests/Business/Marketing/MetricsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Marketing/NetPromoterScoreTest.php b/tests/Business/Marketing/NetPromoterScoreTest.php index cfd555fa6..15628c157 100644 --- a/tests/Business/Marketing/NetPromoterScoreTest.php +++ b/tests/Business/Marketing/NetPromoterScoreTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Marketing/PageRankTest.php b/tests/Business/Marketing/PageRankTest.php index 29b12671b..cf2f31b63 100644 --- a/tests/Business/Marketing/PageRankTest.php +++ b/tests/Business/Marketing/PageRankTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Programming/MetricsTest.php b/tests/Business/Programming/MetricsTest.php index 6987b2925..f96c80da8 100644 --- a/tests/Business/Programming/MetricsTest.php +++ b/tests/Business/Programming/MetricsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Business/Sales/MarketShareEstimationTest.php b/tests/Business/Sales/MarketShareEstimationTest.php index 17d33de0d..f1a3b1d22 100644 --- a/tests/Business/Sales/MarketShareEstimationTest.php +++ b/tests/Business/Sales/MarketShareEstimationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Config/OptionsTraitTest.php b/tests/Config/OptionsTraitTest.php index 93b18526a..a1fdf4ced 100644 --- a/tests/Config/OptionsTraitTest.php +++ b/tests/Config/OptionsTraitTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/CachePoolTest.php b/tests/DataStorage/Cache/CachePoolTest.php index d42054c5e..ce15bbb21 100644 --- a/tests/DataStorage/Cache/CachePoolTest.php +++ b/tests/DataStorage/Cache/CachePoolTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/CacheStatusTest.php b/tests/DataStorage/Cache/CacheStatusTest.php index 6ff1bc75a..0335fc3a5 100644 --- a/tests/DataStorage/Cache/CacheStatusTest.php +++ b/tests/DataStorage/Cache/CacheStatusTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/CacheTypeTest.php b/tests/DataStorage/Cache/CacheTypeTest.php index 51636245a..4fd2d7912 100644 --- a/tests/DataStorage/Cache/CacheTypeTest.php +++ b/tests/DataStorage/Cache/CacheTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php index 2c8c948ac..370e05c5b 100644 --- a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php +++ b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php index 589b11b11..fa3e3d96d 100644 --- a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php index b658495de..7ad4fcec9 100644 --- a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php +++ b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn @@ -26,7 +26,7 @@ class FileCacheJsonSerializable implements \JsonSerializable return 'abc'; } - public function unserialize($val) : void + public function unserialize(mixed $val) : void { $this->val = \json_decode($val, true); } diff --git a/tests/DataStorage/Cache/Connection/FileCacheSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheSerializable.php index 7cf5ced70..0c08f75fa 100755 --- a/tests/DataStorage/Cache/Connection/FileCacheSerializable.php +++ b/tests/DataStorage/Cache/Connection/FileCacheSerializable.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn @@ -25,7 +25,7 @@ class FileCacheSerializable implements SerializableInterface return 'abc'; } - public function unserialize($val) : void + public function unserialize(mixed $val) : void { $this->val = $val; } diff --git a/tests/DataStorage/Cache/Connection/FileCacheTest.php b/tests/DataStorage/Cache/Connection/FileCacheTest.php index 8e8f64920..cdc88a64a 100644 --- a/tests/DataStorage/Cache/Connection/FileCacheTest.php +++ b/tests/DataStorage/Cache/Connection/FileCacheTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/MemCachedTest.php b/tests/DataStorage/Cache/Connection/MemCachedTest.php index 3c9027ed0..7389de7d7 100644 --- a/tests/DataStorage/Cache/Connection/MemCachedTest.php +++ b/tests/DataStorage/Cache/Connection/MemCachedTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/NullCacheTest.php b/tests/DataStorage/Cache/Connection/NullCacheTest.php index 9bd32dbf1..2238350bc 100644 --- a/tests/DataStorage/Cache/Connection/NullCacheTest.php +++ b/tests/DataStorage/Cache/Connection/NullCacheTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Connection/RedisCacheTest.php b/tests/DataStorage/Cache/Connection/RedisCacheTest.php index d9bba1efd..5b9b22e70 100644 --- a/tests/DataStorage/Cache/Connection/RedisCacheTest.php +++ b/tests/DataStorage/Cache/Connection/RedisCacheTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php index 9eb77d464..bdfa68135 100644 --- a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Cookie/CookieJarTest.php b/tests/DataStorage/Cookie/CookieJarTest.php index 07202130a..7ab03fcce 100644 --- a/tests/DataStorage/Cookie/CookieJarTest.php +++ b/tests/DataStorage/Cookie/CookieJarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php index 1c7a63a62..6eb8cae6c 100644 --- a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php index 6098e8d84..446042a3e 100644 --- a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php +++ b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/NullConnectionTest.php b/tests/DataStorage/Database/Connection/NullConnectionTest.php index e3efd5c76..47c6b56eb 100644 --- a/tests/DataStorage/Database/Connection/NullConnectionTest.php +++ b/tests/DataStorage/Database/Connection/NullConnectionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php index 61b9e64c8..19e79a28c 100644 --- a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php +++ b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php index de81c1bf7..a0607f6e1 100644 --- a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php index a193f3af1..5cfb2341c 100644 --- a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/DataMapperAbstractTest.php b/tests/DataStorage/Database/DataMapperAbstractTest.php index 91755403c..2a842108c 100644 --- a/tests/DataStorage/Database/DataMapperAbstractTest.php +++ b/tests/DataStorage/Database/DataMapperAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/DatabasePoolTest.php b/tests/DataStorage/Database/DatabasePoolTest.php index 962dc21b7..fa9cf00de 100644 --- a/tests/DataStorage/Database/DatabasePoolTest.php +++ b/tests/DataStorage/Database/DatabasePoolTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/DatabaseStatusTest.php b/tests/DataStorage/Database/DatabaseStatusTest.php index 90aaa3212..28518ccc4 100644 --- a/tests/DataStorage/Database/DatabaseStatusTest.php +++ b/tests/DataStorage/Database/DatabaseStatusTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/DatabaseTypeTest.php b/tests/DataStorage/Database/DatabaseTypeTest.php index 2413ac613..bec9fb157 100644 --- a/tests/DataStorage/Database/DatabaseTypeTest.php +++ b/tests/DataStorage/Database/DatabaseTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php index 3decb4003..f4f96da39 100644 --- a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php index 6825d8d0a..750db5c9e 100644 --- a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php index 4e4d937fa..022c9a70a 100644 --- a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/BuilderTest.php b/tests/DataStorage/Database/Query/BuilderTest.php index d4e48270c..0bef4d4d0 100644 --- a/tests/DataStorage/Database/Query/BuilderTest.php +++ b/tests/DataStorage/Database/Query/BuilderTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/ColumnTest.php b/tests/DataStorage/Database/Query/ColumnTest.php index d2c2d0e9b..75d51388d 100644 --- a/tests/DataStorage/Database/Query/ColumnTest.php +++ b/tests/DataStorage/Database/Query/ColumnTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/CountTest.php b/tests/DataStorage/Database/Query/CountTest.php index e913a7ce0..a21e7126d 100644 --- a/tests/DataStorage/Database/Query/CountTest.php +++ b/tests/DataStorage/Database/Query/CountTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/ExpressionTest.php b/tests/DataStorage/Database/Query/ExpressionTest.php index d95066e57..62cf7801d 100644 --- a/tests/DataStorage/Database/Query/ExpressionTest.php +++ b/tests/DataStorage/Database/Query/ExpressionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/FromTest.php b/tests/DataStorage/Database/Query/FromTest.php index 312b1b827..ec57ab16f 100644 --- a/tests/DataStorage/Database/Query/FromTest.php +++ b/tests/DataStorage/Database/Query/FromTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php index 09cb6e6ad..ae3fc1a73 100644 --- a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php index f92b6a2e1..9391df653 100644 --- a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php index 6ba0424cb..7bfab68f7 100644 --- a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php index d72bbc2bc..8e7dc2be9 100644 --- a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php index df66f634c..5f9454fa4 100644 --- a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php index 24cd873cc..de784485d 100644 --- a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/IntoTest.php b/tests/DataStorage/Database/Query/IntoTest.php index 6aeda85da..75a691c4a 100644 --- a/tests/DataStorage/Database/Query/IntoTest.php +++ b/tests/DataStorage/Database/Query/IntoTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/JoinTypeTest.php b/tests/DataStorage/Database/Query/JoinTypeTest.php index 4d8c8fe4c..bc9ef0a47 100644 --- a/tests/DataStorage/Database/Query/JoinTypeTest.php +++ b/tests/DataStorage/Database/Query/JoinTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/QueryTypeTest.php b/tests/DataStorage/Database/Query/QueryTypeTest.php index cb8e10918..9c6d35a6c 100644 --- a/tests/DataStorage/Database/Query/QueryTypeTest.php +++ b/tests/DataStorage/Database/Query/QueryTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/SelectTest.php b/tests/DataStorage/Database/Query/SelectTest.php index c49e5bb49..209f0aa46 100644 --- a/tests/DataStorage/Database/Query/SelectTest.php +++ b/tests/DataStorage/Database/Query/SelectTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Query/WhereTest.php b/tests/DataStorage/Database/Query/WhereTest.php index a3c44b898..fb4960cba 100644 --- a/tests/DataStorage/Database/Query/WhereTest.php +++ b/tests/DataStorage/Database/Query/WhereTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/RelationTypeTest.php b/tests/DataStorage/Database/RelationTypeTest.php index 0553bcaa3..7af3ca518 100644 --- a/tests/DataStorage/Database/RelationTypeTest.php +++ b/tests/DataStorage/Database/RelationTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/BuilderTest.php b/tests/DataStorage/Database/Schema/BuilderTest.php index 5311db734..ea51e9000 100644 --- a/tests/DataStorage/Database/Schema/BuilderTest.php +++ b/tests/DataStorage/Database/Schema/BuilderTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php index 1f914465a..a33b66738 100644 --- a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php index a17f2638c..2657e5173 100644 --- a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php index ea5bf0b6b..15609dcdc 100644 --- a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php index 7a80545e9..3db22136c 100644 --- a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php index a075ed315..90707ed09 100644 --- a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php index e08cd2f9c..551ba95b6 100644 --- a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/Schema/QueryTypeTest.php b/tests/DataStorage/Database/Schema/QueryTypeTest.php index bac537d63..215a37444 100644 --- a/tests/DataStorage/Database/Schema/QueryTypeTest.php +++ b/tests/DataStorage/Database/Schema/QueryTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/SchemaMapperTest.php b/tests/DataStorage/Database/SchemaMapperTest.php index 23ad44dc1..ac69495d9 100644 --- a/tests/DataStorage/Database/SchemaMapperTest.php +++ b/tests/DataStorage/Database/SchemaMapperTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/BaseModel.php b/tests/DataStorage/Database/TestModel/BaseModel.php index 1e24b17a0..f023e2a65 100755 --- a/tests/DataStorage/Database/TestModel/BaseModel.php +++ b/tests/DataStorage/Database/TestModel/BaseModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn @@ -75,7 +75,7 @@ class BaseModel return '123'; } - public function unserialize($data) : void + public function unserialize(mixed $data) : void { $this->value = $data; } diff --git a/tests/DataStorage/Database/TestModel/BaseModelMapper.php b/tests/DataStorage/Database/TestModel/BaseModelMapper.php index e6d3af81c..4c62eca71 100755 --- a/tests/DataStorage/Database/TestModel/BaseModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BaseModelMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/BelongsToModel.php b/tests/DataStorage/Database/TestModel/BelongsToModel.php index 4c865ee38..777946ce1 100755 --- a/tests/DataStorage/Database/TestModel/BelongsToModel.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php index 4318a40fa..abe3ad5b8 100755 --- a/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php +++ b/tests/DataStorage/Database/TestModel/BelongsToModelMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/Conditional.php b/tests/DataStorage/Database/TestModel/Conditional.php index 11879e3f0..3ed581e3b 100755 --- a/tests/DataStorage/Database/TestModel/Conditional.php +++ b/tests/DataStorage/Database/TestModel/Conditional.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ConditionalMapper.php b/tests/DataStorage/Database/TestModel/ConditionalMapper.php index ec0ebfb2d..c80bea6d0 100755 --- a/tests/DataStorage/Database/TestModel/ConditionalMapper.php +++ b/tests/DataStorage/Database/TestModel/ConditionalMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Modules\Tag\Models * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php index 88c91dedf..cb1a12772 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php index f27fe96bb..6ad80c3d9 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyDirectModelMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php index c0d295ab5..0f76c1209 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php index 0bef49ffc..c7eef8ce0 100755 --- a/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php +++ b/tests/DataStorage/Database/TestModel/ManyToManyRelModelMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullBaseModel.php b/tests/DataStorage/Database/TestModel/NullBaseModel.php index 7e7b46724..062bb8bb0 100755 --- a/tests/DataStorage/Database/TestModel/NullBaseModel.php +++ b/tests/DataStorage/Database/TestModel/NullBaseModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullBelongsToModel.php b/tests/DataStorage/Database/TestModel/NullBelongsToModel.php index ac045cfcc..48d808912 100755 --- a/tests/DataStorage/Database/TestModel/NullBelongsToModel.php +++ b/tests/DataStorage/Database/TestModel/NullBelongsToModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php index 0af927fcb..209e03b53 100755 --- a/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php +++ b/tests/DataStorage/Database/TestModel/NullManyToManyDirectModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php b/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php index 8aa026e5c..5325236c5 100755 --- a/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php +++ b/tests/DataStorage/Database/TestModel/NullManyToManyRelModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php b/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php index f4f102536..63636b093 100755 --- a/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php +++ b/tests/DataStorage/Database/TestModel/NullOwnsOneModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModel.php b/tests/DataStorage/Database/TestModel/OwnsOneModel.php index 68f720e2b..e6c6bd62d 100755 --- a/tests/DataStorage/Database/TestModel/OwnsOneModel.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModel.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php index 56471dcba..5e3afcd95 100755 --- a/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php +++ b/tests/DataStorage/Database/TestModel/OwnsOneModelMapper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/LockExceptionTest.php b/tests/DataStorage/LockExceptionTest.php index 1c94a20e1..7272a5499 100644 --- a/tests/DataStorage/LockExceptionTest.php +++ b/tests/DataStorage/LockExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Session/FileSessionHandlerTest.php b/tests/DataStorage/Session/FileSessionHandlerTest.php index 43ffb1c28..ee5b0d36d 100644 --- a/tests/DataStorage/Session/FileSessionHandlerTest.php +++ b/tests/DataStorage/Session/FileSessionHandlerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Session/FileSessionTest.php b/tests/DataStorage/Session/FileSessionTest.php index 35f2e3f42..251932f83 100644 --- a/tests/DataStorage/Session/FileSessionTest.php +++ b/tests/DataStorage/Session/FileSessionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/DataStorage/Session/HttpSessionTest.php b/tests/DataStorage/Session/HttpSessionTest.php index be7f416ee..538fb4f97 100644 --- a/tests/DataStorage/Session/HttpSessionTest.php +++ b/tests/DataStorage/Session/HttpSessionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Dispatcher/DispatcherTest.php b/tests/Dispatcher/DispatcherTest.php index 3cb8cbb9c..c30f84e98 100644 --- a/tests/Dispatcher/DispatcherTest.php +++ b/tests/Dispatcher/DispatcherTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Dispatcher/TestController.php b/tests/Dispatcher/TestController.php index 513f12ef3..0bfbb8ec5 100755 --- a/tests/Dispatcher/TestController.php +++ b/tests/Dispatcher/TestController.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Event/EventManagerTest.php b/tests/Event/EventManagerTest.php index bba8dd542..83203cd15 100644 --- a/tests/Event/EventManagerTest.php +++ b/tests/Event/EventManagerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/ExtensionTest.php b/tests/ExtensionTest.php index 55aec2606..76d1c532a 100644 --- a/tests/ExtensionTest.php +++ b/tests/ExtensionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Image/KernelTest.php b/tests/Image/KernelTest.php index 8f57fa049..1e63725c1 100644 --- a/tests/Image/KernelTest.php +++ b/tests/Image/KernelTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Image/SkewTest.php b/tests/Image/SkewTest.php index 29c85f7f1..21324f436 100644 --- a/tests/Image/SkewTest.php +++ b/tests/Image/SkewTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Image/ThresholdingTest.php b/tests/Image/ThresholdingTest.php index d123f58e7..667650494 100644 --- a/tests/Image/ThresholdingTest.php +++ b/tests/Image/ThresholdingTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CityMapperTest.php b/tests/Localization/Defaults/CityMapperTest.php index 26fdf8271..05bc71ce2 100644 --- a/tests/Localization/Defaults/CityMapperTest.php +++ b/tests/Localization/Defaults/CityMapperTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CityTest.php b/tests/Localization/Defaults/CityTest.php index d969f62e9..b174b28ee 100644 --- a/tests/Localization/Defaults/CityTest.php +++ b/tests/Localization/Defaults/CityTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CountryMapperTest.php b/tests/Localization/Defaults/CountryMapperTest.php index e3d269686..4a0e0e653 100644 --- a/tests/Localization/Defaults/CountryMapperTest.php +++ b/tests/Localization/Defaults/CountryMapperTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CountryTest.php b/tests/Localization/Defaults/CountryTest.php index 0c68badb7..6861e23fb 100644 --- a/tests/Localization/Defaults/CountryTest.php +++ b/tests/Localization/Defaults/CountryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CurrencyMapperTest.php b/tests/Localization/Defaults/CurrencyMapperTest.php index d98aa8992..3ad5948f9 100644 --- a/tests/Localization/Defaults/CurrencyMapperTest.php +++ b/tests/Localization/Defaults/CurrencyMapperTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/CurrencyTest.php b/tests/Localization/Defaults/CurrencyTest.php index b07480b2d..01470085e 100644 --- a/tests/Localization/Defaults/CurrencyTest.php +++ b/tests/Localization/Defaults/CurrencyTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/IbanMapperTest.php b/tests/Localization/Defaults/IbanMapperTest.php index 4857103f9..18abbffac 100644 --- a/tests/Localization/Defaults/IbanMapperTest.php +++ b/tests/Localization/Defaults/IbanMapperTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/IbanTest.php b/tests/Localization/Defaults/IbanTest.php index 098ae6324..fe3f7279e 100644 --- a/tests/Localization/Defaults/IbanTest.php +++ b/tests/Localization/Defaults/IbanTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/LanguageMapperTest.php b/tests/Localization/Defaults/LanguageMapperTest.php index 58cd25972..fe80c3d51 100644 --- a/tests/Localization/Defaults/LanguageMapperTest.php +++ b/tests/Localization/Defaults/LanguageMapperTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/Defaults/LanguageTest.php b/tests/Localization/Defaults/LanguageTest.php index 30f9e98f2..255eed68d 100644 --- a/tests/Localization/Defaults/LanguageTest.php +++ b/tests/Localization/Defaults/LanguageTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO3166CharEnumTest.php b/tests/Localization/ISO3166CharEnumTest.php index 6fda2ae01..384172baa 100644 --- a/tests/Localization/ISO3166CharEnumTest.php +++ b/tests/Localization/ISO3166CharEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO3166NameEnumTest.php b/tests/Localization/ISO3166NameEnumTest.php index 65c88477c..80bab06fe 100644 --- a/tests/Localization/ISO3166NameEnumTest.php +++ b/tests/Localization/ISO3166NameEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO3166NumEnumTest.php b/tests/Localization/ISO3166NumEnumTest.php index 91d86f54f..274bbfb62 100644 --- a/tests/Localization/ISO3166NumEnumTest.php +++ b/tests/Localization/ISO3166NumEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO3166TwoEnumTest.php b/tests/Localization/ISO3166TwoEnumTest.php index 0b847464b..1f527ce3f 100644 --- a/tests/Localization/ISO3166TwoEnumTest.php +++ b/tests/Localization/ISO3166TwoEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217CharEnumTest.php b/tests/Localization/ISO4217CharEnumTest.php index a3aa618e8..8eaa88e3c 100644 --- a/tests/Localization/ISO4217CharEnumTest.php +++ b/tests/Localization/ISO4217CharEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217DecimalEnumTest.php b/tests/Localization/ISO4217DecimalEnumTest.php index bd7582e53..1aaa20291 100644 --- a/tests/Localization/ISO4217DecimalEnumTest.php +++ b/tests/Localization/ISO4217DecimalEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217EnumTest.php b/tests/Localization/ISO4217EnumTest.php index a0f0e2e79..f4175a7d1 100644 --- a/tests/Localization/ISO4217EnumTest.php +++ b/tests/Localization/ISO4217EnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217NumEnumTest.php b/tests/Localization/ISO4217NumEnumTest.php index e587b36f2..e657e9977 100644 --- a/tests/Localization/ISO4217NumEnumTest.php +++ b/tests/Localization/ISO4217NumEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217SubUnitEnumTest.php b/tests/Localization/ISO4217SubUnitEnumTest.php index 865a0c009..a0cc7a55b 100644 --- a/tests/Localization/ISO4217SubUnitEnumTest.php +++ b/tests/Localization/ISO4217SubUnitEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO4217SymbolEnumTest.php b/tests/Localization/ISO4217SymbolEnumTest.php index 8105dc6f2..c5f18d82d 100644 --- a/tests/Localization/ISO4217SymbolEnumTest.php +++ b/tests/Localization/ISO4217SymbolEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO639EnumTest.php b/tests/Localization/ISO639EnumTest.php index 63c7bdc32..4d0ef8b45 100644 --- a/tests/Localization/ISO639EnumTest.php +++ b/tests/Localization/ISO639EnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO639x1EnumTest.php b/tests/Localization/ISO639x1EnumTest.php index e1d46ef4f..3e23f53a0 100644 --- a/tests/Localization/ISO639x1EnumTest.php +++ b/tests/Localization/ISO639x1EnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO639x2EnumTest.php b/tests/Localization/ISO639x2EnumTest.php index 3b4d16d5b..73baba9a3 100644 --- a/tests/Localization/ISO639x2EnumTest.php +++ b/tests/Localization/ISO639x2EnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/ISO8601EnumArrayTest.php b/tests/Localization/ISO8601EnumArrayTest.php index 91a78a931..b8a5de194 100644 --- a/tests/Localization/ISO8601EnumArrayTest.php +++ b/tests/Localization/ISO8601EnumArrayTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/L11nManagerTest.php b/tests/Localization/L11nManagerTest.php index 6fe023d68..a26f6075f 100644 --- a/tests/Localization/L11nManagerTest.php +++ b/tests/Localization/L11nManagerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/LocalizationTest.php b/tests/Localization/LocalizationTest.php index eeb292b33..6b928b75a 100644 --- a/tests/Localization/LocalizationTest.php +++ b/tests/Localization/LocalizationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/MoneyTest.php b/tests/Localization/MoneyTest.php index 04656ae6d..53d1d4e6f 100644 --- a/tests/Localization/MoneyTest.php +++ b/tests/Localization/MoneyTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/PhoneEnumTest.php b/tests/Localization/PhoneEnumTest.php index 8cc1c04dd..47cd7ffe7 100644 --- a/tests/Localization/PhoneEnumTest.php +++ b/tests/Localization/PhoneEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Localization/TimeZoneEnumArrayTest.php b/tests/Localization/TimeZoneEnumArrayTest.php index e53ac94db..2cfe6a947 100644 --- a/tests/Localization/TimeZoneEnumArrayTest.php +++ b/tests/Localization/TimeZoneEnumArrayTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Log/FileLoggerTest.php b/tests/Log/FileLoggerTest.php index aa14d191a..dede7551e 100644 --- a/tests/Log/FileLoggerTest.php +++ b/tests/Log/FileLoggerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Log/LogLevelTest.php b/tests/Log/LogLevelTest.php index 4a35e46ef..5bebfe002 100644 --- a/tests/Log/LogLevelTest.php +++ b/tests/Log/LogLevelTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Exception/ZeroDevisionExceptionTest.php b/tests/Math/Exception/ZeroDevisionExceptionTest.php index a500db1ec..c5f8df004 100644 --- a/tests/Math/Exception/ZeroDevisionExceptionTest.php +++ b/tests/Math/Exception/ZeroDevisionExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Functions/BetaTest.php b/tests/Math/Functions/BetaTest.php index 5d87ea480..11e0c195c 100644 --- a/tests/Math/Functions/BetaTest.php +++ b/tests/Math/Functions/BetaTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Functions/FibonacciTest.php b/tests/Math/Functions/FibonacciTest.php index cacfdcfb4..d99495dbe 100644 --- a/tests/Math/Functions/FibonacciTest.php +++ b/tests/Math/Functions/FibonacciTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Functions/FunctionsTest.php b/tests/Math/Functions/FunctionsTest.php index bc8544f66..fc25b35c0 100644 --- a/tests/Math/Functions/FunctionsTest.php +++ b/tests/Math/Functions/FunctionsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Functions/GammaTest.php b/tests/Math/Functions/GammaTest.php index c01f2966f..8a326db4b 100644 --- a/tests/Math/Functions/GammaTest.php +++ b/tests/Math/Functions/GammaTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php index 3cb277a8f..cc2c8d4eb 100644 --- a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php +++ b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/CircleTest.php b/tests/Math/Geometry/Shape/D2/CircleTest.php index 86efa6467..7a9786682 100644 --- a/tests/Math/Geometry/Shape/D2/CircleTest.php +++ b/tests/Math/Geometry/Shape/D2/CircleTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/EllipseTest.php b/tests/Math/Geometry/Shape/D2/EllipseTest.php index 2172e1b5b..51d451de0 100644 --- a/tests/Math/Geometry/Shape/D2/EllipseTest.php +++ b/tests/Math/Geometry/Shape/D2/EllipseTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/PolygonTest.php b/tests/Math/Geometry/Shape/D2/PolygonTest.php index 97700da08..53d3a830b 100644 --- a/tests/Math/Geometry/Shape/D2/PolygonTest.php +++ b/tests/Math/Geometry/Shape/D2/PolygonTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php index b1ec3bc5b..9ad7b4c66 100644 --- a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php +++ b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/RectangleTest.php b/tests/Math/Geometry/Shape/D2/RectangleTest.php index e0bebbe4f..68245f5ff 100644 --- a/tests/Math/Geometry/Shape/D2/RectangleTest.php +++ b/tests/Math/Geometry/Shape/D2/RectangleTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php index 5415b4dc8..adc9c5ea4 100644 --- a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php +++ b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D2/TriangleTest.php b/tests/Math/Geometry/Shape/D2/TriangleTest.php index 26fbb92af..5e7bfa6f2 100644 --- a/tests/Math/Geometry/Shape/D2/TriangleTest.php +++ b/tests/Math/Geometry/Shape/D2/TriangleTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/ConeTest.php b/tests/Math/Geometry/Shape/D3/ConeTest.php index 388437054..10027b227 100644 --- a/tests/Math/Geometry/Shape/D3/ConeTest.php +++ b/tests/Math/Geometry/Shape/D3/ConeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/CuboidTest.php b/tests/Math/Geometry/Shape/D3/CuboidTest.php index e5df61598..8d6143132 100644 --- a/tests/Math/Geometry/Shape/D3/CuboidTest.php +++ b/tests/Math/Geometry/Shape/D3/CuboidTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/CylinderTest.php b/tests/Math/Geometry/Shape/D3/CylinderTest.php index 804c8825e..d15b04354 100644 --- a/tests/Math/Geometry/Shape/D3/CylinderTest.php +++ b/tests/Math/Geometry/Shape/D3/CylinderTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/PrismTest.php b/tests/Math/Geometry/Shape/D3/PrismTest.php index ec0f49d9e..776c4dde0 100644 --- a/tests/Math/Geometry/Shape/D3/PrismTest.php +++ b/tests/Math/Geometry/Shape/D3/PrismTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php index 2f45c8125..4aebc07cd 100644 --- a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php +++ b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/SphereTest.php b/tests/Math/Geometry/Shape/D3/SphereTest.php index f2f0221fe..bcd8c9982 100644 --- a/tests/Math/Geometry/Shape/D3/SphereTest.php +++ b/tests/Math/Geometry/Shape/D3/SphereTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php index 35ced449a..8940b8e06 100644 --- a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php +++ b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/CholeskyDecompositionTest.php b/tests/Math/Matrix/CholeskyDecompositionTest.php index 3fd1cda89..d5bfa3a55 100644 --- a/tests/Math/Matrix/CholeskyDecompositionTest.php +++ b/tests/Math/Matrix/CholeskyDecompositionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/EigenvalueDecompositionTest.php b/tests/Math/Matrix/EigenvalueDecompositionTest.php index 46db4d9ff..eb08b0a45 100644 --- a/tests/Math/Matrix/EigenvalueDecompositionTest.php +++ b/tests/Math/Matrix/EigenvalueDecompositionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php index 4eb8ec8a6..ca3633d48 100644 --- a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php +++ b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/IdentityMatrixTest.php b/tests/Math/Matrix/IdentityMatrixTest.php index a921f0578..94e0d9273 100644 --- a/tests/Math/Matrix/IdentityMatrixTest.php +++ b/tests/Math/Matrix/IdentityMatrixTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/LUDecompositionTest.php b/tests/Math/Matrix/LUDecompositionTest.php index 5d020a197..26c7845f1 100644 --- a/tests/Math/Matrix/LUDecompositionTest.php +++ b/tests/Math/Matrix/LUDecompositionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/MatrixTest.php b/tests/Math/Matrix/MatrixTest.php index d9b96383b..e3e4d40b3 100644 --- a/tests/Math/Matrix/MatrixTest.php +++ b/tests/Math/Matrix/MatrixTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/QRDecompositionTest.php b/tests/Math/Matrix/QRDecompositionTest.php index 12a500b2e..3a59968f2 100644 --- a/tests/Math/Matrix/QRDecompositionTest.php +++ b/tests/Math/Matrix/QRDecompositionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Matrix/VectorTest.php b/tests/Math/Matrix/VectorTest.php index 1ee9a0b78..2a3fc14aa 100644 --- a/tests/Math/Matrix/VectorTest.php +++ b/tests/Math/Matrix/VectorTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/ComplexTest.php b/tests/Math/Number/ComplexTest.php index 726605817..5dad63481 100644 --- a/tests/Math/Number/ComplexTest.php +++ b/tests/Math/Number/ComplexTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/IntegerTest.php b/tests/Math/Number/IntegerTest.php index f02448cbc..176184eda 100644 --- a/tests/Math/Number/IntegerTest.php +++ b/tests/Math/Number/IntegerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/NaturalTest.php b/tests/Math/Number/NaturalTest.php index e53a24b13..e0167c85d 100644 --- a/tests/Math/Number/NaturalTest.php +++ b/tests/Math/Number/NaturalTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/NumberTypeTest.php b/tests/Math/Number/NumberTypeTest.php index 581cd0e72..072f32554 100644 --- a/tests/Math/Number/NumberTypeTest.php +++ b/tests/Math/Number/NumberTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/NumbersTest.php b/tests/Math/Number/NumbersTest.php index 6a743bc4c..73129a264 100644 --- a/tests/Math/Number/NumbersTest.php +++ b/tests/Math/Number/NumbersTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Number/PrimeTest.php b/tests/Math/Number/PrimeTest.php index a8f083d08..becf69e47 100644 --- a/tests/Math/Number/PrimeTest.php +++ b/tests/Math/Number/PrimeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Numerics/IntegrationTest.php b/tests/Math/Numerics/IntegrationTest.php index cea3cb88f..c6874bf61 100644 --- a/tests/Math/Numerics/IntegrationTest.php +++ b/tests/Math/Numerics/IntegrationTest.php @@ -3,7 +3,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php index b40e50c5a..e6f8c9eb4 100644 --- a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php index 333150441..0b740d3ea 100644 --- a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php index e65a9f270..fdf419c8a 100644 --- a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Parser/EvaluatorTest.php b/tests/Math/Parser/EvaluatorTest.php index 2118893df..91ec8bda3 100644 --- a/tests/Math/Parser/EvaluatorTest.php +++ b/tests/Math/Parser/EvaluatorTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/AverageTest.php b/tests/Math/Statistic/AverageTest.php index 7d928a93b..e3c3ef311 100644 --- a/tests/Math/Statistic/AverageTest.php +++ b/tests/Math/Statistic/AverageTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/BasicTest.php b/tests/Math/Statistic/BasicTest.php index 488b2ce1d..03586b26d 100644 --- a/tests/Math/Statistic/BasicTest.php +++ b/tests/Math/Statistic/BasicTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/CorrelationTest.php b/tests/Math/Statistic/CorrelationTest.php index a24476584..b3810236d 100644 --- a/tests/Math/Statistic/CorrelationTest.php +++ b/tests/Math/Statistic/CorrelationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/ErrorTest.php b/tests/Math/Statistic/Forecast/ErrorTest.php index 1be33f386..70c3b8ec7 100644 --- a/tests/Math/Statistic/Forecast/ErrorTest.php +++ b/tests/Math/Statistic/Forecast/ErrorTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/ForecastsTest.php b/tests/Math/Statistic/Forecast/ForecastsTest.php index b17a5e4ff..2e4dec5ce 100644 --- a/tests/Math/Statistic/Forecast/ForecastsTest.php +++ b/tests/Math/Statistic/Forecast/ForecastsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php index a55569691..48b00ce5f 100644 --- a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php index b869be87f..9568941fa 100644 --- a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php index d718be167..3ac88e1c8 100644 --- a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php index bbe77e261..ea086b6a6 100644 --- a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php index 52b69a30d..771f17862 100644 --- a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Statistic/MeasureOfDispersionTest.php b/tests/Math/Statistic/MeasureOfDispersionTest.php index 3d61598d5..d1db42392 100644 --- a/tests/Math/Statistic/MeasureOfDispersionTest.php +++ b/tests/Math/Statistic/MeasureOfDispersionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php index e7735c644..993c56da7 100644 --- a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php index 147661c9f..c52abf61a 100644 --- a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php index f981cd1fb..afe557a48 100644 --- a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php index c0a9306a3..4ddaa12a0 100644 --- a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php index 96e09c729..979fc61fe 100644 --- a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php index f6351d5f8..c584ab223 100644 --- a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/FDistributionTest.php b/tests/Math/Stochastic/Distribution/FDistributionTest.php index bcf92088e..8737fa166 100644 --- a/tests/Math/Stochastic/Distribution/FDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/FDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php index 0a0a68e77..6c100723f 100644 --- a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php index df3362f22..a2d1fedfd 100644 --- a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php index 2f6586812..3449d7e54 100644 --- a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php index ac1e4a732..5c6ce1b8a 100644 --- a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/LogDistributionTest.php b/tests/Math/Stochastic/Distribution/LogDistributionTest.php index 1ae8d5986..d29f8748b 100644 --- a/tests/Math/Stochastic/Distribution/LogDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php index d9ab4afda..5697d2eb5 100644 --- a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php index 15bab01f9..648adcdfb 100644 --- a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php index 3d5d72840..21be8432e 100644 --- a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php index 52644e045..2f1b412b4 100644 --- a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php index dc198fcf6..6506a7f5c 100644 --- a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/TDistributionTest.php b/tests/Math/Stochastic/Distribution/TDistributionTest.php index 0b0b9e31d..6bb0392fd 100644 --- a/tests/Math/Stochastic/Distribution/TDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/TDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php index b67ce58f3..412ee449f 100644 --- a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php index 5b35d95dc..aba39a1dd 100644 --- a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php index 487c06576..4d56408a1 100644 --- a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/Distribution/ZTestTest.php b/tests/Math/Stochastic/Distribution/ZTestTest.php index a7514aee6..88003e356 100644 --- a/tests/Math/Stochastic/Distribution/ZTestTest.php +++ b/tests/Math/Stochastic/Distribution/ZTestTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Stochastic/NaiveBayesClassifierTest.php b/tests/Math/Stochastic/NaiveBayesClassifierTest.php index 1b3a36508..ad07b719c 100644 --- a/tests/Math/Stochastic/NaiveBayesClassifierTest.php +++ b/tests/Math/Stochastic/NaiveBayesClassifierTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Topology/Metrics2DTest.php b/tests/Math/Topology/Metrics2DTest.php index f3d20d78d..fae8267e2 100644 --- a/tests/Math/Topology/Metrics2DTest.php +++ b/tests/Math/Topology/Metrics2DTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Math/Topology/MetricsNDTest.php b/tests/Math/Topology/MetricsNDTest.php index b6442dfd1..04b83119b 100644 --- a/tests/Math/Topology/MetricsNDTest.php +++ b/tests/Math/Topology/MetricsNDTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Console/ConsoleHeaderTest.php b/tests/Message/Console/ConsoleHeaderTest.php index f1fec08e4..5f1ed5747 100644 --- a/tests/Message/Console/ConsoleHeaderTest.php +++ b/tests/Message/Console/ConsoleHeaderTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Console/ConsoleRequestTest.php b/tests/Message/Console/ConsoleRequestTest.php index 94d96d390..fdd4a6861 100644 --- a/tests/Message/Console/ConsoleRequestTest.php +++ b/tests/Message/Console/ConsoleRequestTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Console/ConsoleResponseTest.php b/tests/Message/Console/ConsoleResponseTest.php index cfdf2f707..6f7923f54 100644 --- a/tests/Message/Console/ConsoleResponseTest.php +++ b/tests/Message/Console/ConsoleResponseTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/HeaderAbstractTest.php b/tests/Message/HeaderAbstractTest.php index c7edf1227..33ebde1c8 100644 --- a/tests/Message/HeaderAbstractTest.php +++ b/tests/Message/HeaderAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/BrowserTypeTest.php b/tests/Message/Http/BrowserTypeTest.php index c080cc308..3322e3ff3 100644 --- a/tests/Message/Http/BrowserTypeTest.php +++ b/tests/Message/Http/BrowserTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/HttpHeaderTest.php b/tests/Message/Http/HttpHeaderTest.php index f0e9250f1..b73e24fa6 100644 --- a/tests/Message/Http/HttpHeaderTest.php +++ b/tests/Message/Http/HttpHeaderTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/HttpRequestTest.php b/tests/Message/Http/HttpRequestTest.php index 6a4d8f371..5d48170e3 100644 --- a/tests/Message/Http/HttpRequestTest.php +++ b/tests/Message/Http/HttpRequestTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/HttpResponseTest.php b/tests/Message/Http/HttpResponseTest.php index 9eac65321..cb6439e23 100644 --- a/tests/Message/Http/HttpResponseTest.php +++ b/tests/Message/Http/HttpResponseTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/OSTypeTest.php b/tests/Message/Http/OSTypeTest.php index c4e3aa12c..09f4722f8 100644 --- a/tests/Message/Http/OSTypeTest.php +++ b/tests/Message/Http/OSTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/RequestMethodTest.php b/tests/Message/Http/RequestMethodTest.php index 0a4a31bf5..f466d291d 100644 --- a/tests/Message/Http/RequestMethodTest.php +++ b/tests/Message/Http/RequestMethodTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/RequestStatusCodeTest.php b/tests/Message/Http/RequestStatusCodeTest.php index 2be5ad8ce..c399020f9 100644 --- a/tests/Message/Http/RequestStatusCodeTest.php +++ b/tests/Message/Http/RequestStatusCodeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/RequestStatusTest.php b/tests/Message/Http/RequestStatusTest.php index 4267ad80a..6c75606b2 100644 --- a/tests/Message/Http/RequestStatusTest.php +++ b/tests/Message/Http/RequestStatusTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Http/RestTest.php b/tests/Message/Http/RestTest.php index d9b279be2..9c8512071 100644 --- a/tests/Message/Http/RestTest.php +++ b/tests/Message/Http/RestTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/EmailTest.php b/tests/Message/Mail/EmailTest.php index 575631775..4f82112cb 100644 --- a/tests/Message/Mail/EmailTest.php +++ b/tests/Message/Mail/EmailTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/ImapTest.php b/tests/Message/Mail/ImapTest.php index bb1fb1fe7..ebdf91d9c 100644 --- a/tests/Message/Mail/ImapTest.php +++ b/tests/Message/Mail/ImapTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/MailHandlerMailTrait.php b/tests/Message/Mail/MailHandlerMailTrait.php index 6ee11cf1c..0e3f2dbd3 100644 --- a/tests/Message/Mail/MailHandlerMailTrait.php +++ b/tests/Message/Mail/MailHandlerMailTrait.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/MailHandlerSendmailTrait.php b/tests/Message/Mail/MailHandlerSendmailTrait.php index 9212cbdfb..69051ca02 100644 --- a/tests/Message/Mail/MailHandlerSendmailTrait.php +++ b/tests/Message/Mail/MailHandlerSendmailTrait.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/MailHandlerSmtpTrait.php b/tests/Message/Mail/MailHandlerSmtpTrait.php index 2f621015d..383360dc5 100644 --- a/tests/Message/Mail/MailHandlerSmtpTrait.php +++ b/tests/Message/Mail/MailHandlerSmtpTrait.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/MailHandlerTest.php b/tests/Message/Mail/MailHandlerTest.php index 9935c9af9..f2f008b62 100644 --- a/tests/Message/Mail/MailHandlerTest.php +++ b/tests/Message/Mail/MailHandlerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Mail/Pop3Test.php b/tests/Message/Mail/Pop3Test.php index 131c5d0ec..0b1c66f28 100644 --- a/tests/Message/Mail/Pop3Test.php +++ b/tests/Message/Mail/Pop3Test.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/RequestAbstractTest.php b/tests/Message/RequestAbstractTest.php index 70e3e729e..3d2a61122 100644 --- a/tests/Message/RequestAbstractTest.php +++ b/tests/Message/RequestAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/ResponseAbstractTest.php b/tests/Message/ResponseAbstractTest.php index 67245f424..c973fe95f 100644 --- a/tests/Message/ResponseAbstractTest.php +++ b/tests/Message/ResponseAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/HeaderTest.php b/tests/Message/Socket/HeaderTest.php index b8e4df448..ce6236a03 100644 --- a/tests/Message/Socket/HeaderTest.php +++ b/tests/Message/Socket/HeaderTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/PacketManagerTest.php b/tests/Message/Socket/PacketManagerTest.php index 9e2eee4bf..85fd20944 100644 --- a/tests/Message/Socket/PacketManagerTest.php +++ b/tests/Message/Socket/PacketManagerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/PacketTypeTest.php b/tests/Message/Socket/PacketTypeTest.php index 0fede6da9..b26ae0d93 100644 --- a/tests/Message/Socket/PacketTypeTest.php +++ b/tests/Message/Socket/PacketTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/RequestTest.php b/tests/Message/Socket/RequestTest.php index a126a44b0..4913f7e47 100644 --- a/tests/Message/Socket/RequestTest.php +++ b/tests/Message/Socket/RequestTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Message/Socket/ResponseTest.php b/tests/Message/Socket/ResponseTest.php index b16ea53be..f71220dd8 100644 --- a/tests/Message/Socket/ResponseTest.php +++ b/tests/Message/Socket/ResponseTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Html/FormElementGeneratorTest.php b/tests/Model/Html/FormElementGeneratorTest.php index 7f48191ec..483714569 100644 --- a/tests/Model/Html/FormElementGeneratorTest.php +++ b/tests/Model/Html/FormElementGeneratorTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Html/HeadTest.php b/tests/Model/Html/HeadTest.php index 1b6d85976..d7ff949ae 100644 --- a/tests/Model/Html/HeadTest.php +++ b/tests/Model/Html/HeadTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Html/MetaTest.php b/tests/Model/Html/MetaTest.php index 2ce2fbded..e7c1be596 100644 --- a/tests/Model/Html/MetaTest.php +++ b/tests/Model/Html/MetaTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Message/DomActionTest.php b/tests/Model/Message/DomActionTest.php index 0bd4d3f82..2d2aefafa 100644 --- a/tests/Model/Message/DomActionTest.php +++ b/tests/Model/Message/DomActionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Message/DomTest.php b/tests/Model/Message/DomTest.php index a1deb7cb8..480625e64 100644 --- a/tests/Model/Message/DomTest.php +++ b/tests/Model/Message/DomTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Model/Message/FormValidationTest.php b/tests/Model/Message/FormValidationTest.php index 8de44bead..efd57e68e 100644 --- a/tests/Model/Message/FormValidationTest.php +++ b/tests/Model/Message/FormValidationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Model/Message/NotifyTest.php b/tests/Model/Message/NotifyTest.php index 3f18c9d5c..b57e7952b 100644 --- a/tests/Model/Message/NotifyTest.php +++ b/tests/Model/Message/NotifyTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Model/Message/NotifyTypeTest.php b/tests/Model/Message/NotifyTypeTest.php index fb21a9181..dfe1ec10c 100644 --- a/tests/Model/Message/NotifyTypeTest.php +++ b/tests/Model/Message/NotifyTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Model/Message/RedirectTest.php b/tests/Model/Message/RedirectTest.php index 343b71281..f5a8b9a5d 100644 --- a/tests/Model/Message/RedirectTest.php +++ b/tests/Model/Message/RedirectTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Model/Message/ReloadTest.php b/tests/Model/Message/ReloadTest.php index 6ceef1886..1a9da56a6 100644 --- a/tests/Model/Message/ReloadTest.php +++ b/tests/Model/Message/ReloadTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright 2013 Dennis Eichhorn diff --git a/tests/Module/Exception/InvalidModuleExceptionTest.php b/tests/Module/Exception/InvalidModuleExceptionTest.php index b69e42fcc..bc7a9900d 100644 --- a/tests/Module/Exception/InvalidModuleExceptionTest.php +++ b/tests/Module/Exception/InvalidModuleExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/Exception/InvalidThemeExceptionTest.php b/tests/Module/Exception/InvalidThemeExceptionTest.php index b7fbb2323..7c81dc647 100644 --- a/tests/Module/Exception/InvalidThemeExceptionTest.php +++ b/tests/Module/Exception/InvalidThemeExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/InstallerAbstractTest.php b/tests/Module/InstallerAbstractTest.php index c9d9e42ea..f7c3a8419 100644 --- a/tests/Module/InstallerAbstractTest.php +++ b/tests/Module/InstallerAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/ModuleAbstractTest.php b/tests/Module/ModuleAbstractTest.php index 10755d5c5..d86aab93c 100644 --- a/tests/Module/ModuleAbstractTest.php +++ b/tests/Module/ModuleAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/ModuleInfoTest.php b/tests/Module/ModuleInfoTest.php index 6cb8f5a73..1c8bb3a9e 100644 --- a/tests/Module/ModuleInfoTest.php +++ b/tests/Module/ModuleInfoTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/ModuleManagerTest.php b/tests/Module/ModuleManagerTest.php index 643f27a6e..5f0d24a02 100644 --- a/tests/Module/ModuleManagerTest.php +++ b/tests/Module/ModuleManagerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/NullModuleTest.php b/tests/Module/NullModuleTest.php index 07de3bd35..5546829c3 100644 --- a/tests/Module/NullModuleTest.php +++ b/tests/Module/NullModuleTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/PackageManagerTest.php b/tests/Module/PackageManagerTest.php index e6a1c554c..379d70486 100644 --- a/tests/Module/PackageManagerTest.php +++ b/tests/Module/PackageManagerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/StatusAbstractTest.php b/tests/Module/StatusAbstractTest.php index 12881795b..624019def 100644 --- a/tests/Module/StatusAbstractTest.php +++ b/tests/Module/StatusAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @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 84cd90602..c66cc5264 100644 --- a/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php +++ b/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/tests/Module/Testmodule/Admin/Installer.php b/tests/Module/Testmodule/Admin/Installer.php index 7a15f911d..240b47911 100755 --- a/tests/Module/Testmodule/Admin/Installer.php +++ b/tests/Module/Testmodule/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Module/UninstallerAbstractTest.php b/tests/Module/UninstallerAbstractTest.php index 64057807a..3367cd5b2 100644 --- a/tests/Module/UninstallerAbstractTest.php +++ b/tests/Module/UninstallerAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Preload0.php b/tests/Preload0.php index 457739cba..2483558cc 100755 --- a/tests/Preload0.php +++ b/tests/Preload0.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/PreloadTest/Preload1.php b/tests/PreloadTest/Preload1.php index 65f005951..709c994de 100755 --- a/tests/PreloadTest/Preload1.php +++ b/tests/PreloadTest/Preload1.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/PreloadTest/Sub/Preload2.php b/tests/PreloadTest/Sub/Preload2.php index 68f9680fe..60f877768 100755 --- a/tests/PreloadTest/Sub/Preload2.php +++ b/tests/PreloadTest/Sub/Preload2.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/PreloadTest/Sub/Preload3.php b/tests/PreloadTest/Sub/Preload3.php index 916ac051b..9a2402d4a 100755 --- a/tests/PreloadTest/Sub/Preload3.php +++ b/tests/PreloadTest/Sub/Preload3.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/PreloaderTest.php b/tests/PreloaderTest.php index a8777d041..799084bbe 100644 --- a/tests/PreloaderTest.php +++ b/tests/PreloaderTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Router/RouteVerbTest.php b/tests/Router/RouteVerbTest.php index a2002619e..ee02ebd4d 100644 --- a/tests/Router/RouteVerbTest.php +++ b/tests/Router/RouteVerbTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Router/SocketRouterTest.php b/tests/Router/SocketRouterTest.php index adc3f8a42..6402cd9f7 100644 --- a/tests/Router/SocketRouterTest.php +++ b/tests/Router/SocketRouterTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Router/WebRouterTest.php b/tests/Router/WebRouterTest.php index 76d46486f..d0fbcc764 100644 --- a/tests/Router/WebRouterTest.php +++ b/tests/Router/WebRouterTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Security/PhpCodeTest.php b/tests/Security/PhpCodeTest.php index 538dfdb02..3699ec826 100644 --- a/tests/Security/PhpCodeTest.php +++ b/tests/Security/PhpCodeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Client/ClientConnectionTest.php b/tests/Socket/Client/ClientConnectionTest.php index 1677c677e..dcbda2051 100644 --- a/tests/Socket/Client/ClientConnectionTest.php +++ b/tests/Socket/Client/ClientConnectionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Client/ClientTest.php b/tests/Socket/Client/ClientTest.php index a6f96105a..1e5476b48 100644 --- a/tests/Socket/Client/ClientTest.php +++ b/tests/Socket/Client/ClientTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Client/ClientTestHelper.php b/tests/Socket/Client/ClientTestHelper.php index 7225796d9..797c6a63a 100755 --- a/tests/Socket/Client/ClientTestHelper.php +++ b/tests/Socket/Client/ClientTestHelper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package test * @copyright Dennis Eichhorn diff --git a/tests/Socket/Client/NullClientConnectionTest.php b/tests/Socket/Client/NullClientConnectionTest.php index 450f59375..83745ac3b 100644 --- a/tests/Socket/Client/NullClientConnectionTest.php +++ b/tests/Socket/Client/NullClientConnectionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Server/ClientManagerTest.php b/tests/Socket/Server/ClientManagerTest.php index bfd7d2118..be09f2034 100644 --- a/tests/Socket/Server/ClientManagerTest.php +++ b/tests/Socket/Server/ClientManagerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Server/ServerTest.php b/tests/Socket/Server/ServerTest.php index f9c0fb56a..72b4cacf4 100644 --- a/tests/Socket/Server/ServerTest.php +++ b/tests/Socket/Server/ServerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Socket/Server/ServerTestHelper.php b/tests/Socket/Server/ServerTestHelper.php index 80b07ae0e..3bafce4f5 100644 --- a/tests/Socket/Server/ServerTestHelper.php +++ b/tests/Socket/Server/ServerTestHelper.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package test * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/AddressTest.php b/tests/Stdlib/Base/AddressTest.php index 8c08003b1..484f1c47e 100644 --- a/tests/Stdlib/Base/AddressTest.php +++ b/tests/Stdlib/Base/AddressTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/AddressTypeTest.php b/tests/Stdlib/Base/AddressTypeTest.php index 071aa5796..8666fe41c 100644 --- a/tests/Stdlib/Base/AddressTypeTest.php +++ b/tests/Stdlib/Base/AddressTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/EnumArrayDemo.php b/tests/Stdlib/Base/EnumArrayDemo.php index 24f13a98d..bcc559327 100755 --- a/tests/Stdlib/Base/EnumArrayDemo.php +++ b/tests/Stdlib/Base/EnumArrayDemo.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/EnumArrayTest.php b/tests/Stdlib/Base/EnumArrayTest.php index 7287687ff..4064f066d 100644 --- a/tests/Stdlib/Base/EnumArrayTest.php +++ b/tests/Stdlib/Base/EnumArrayTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/EnumDemo.php b/tests/Stdlib/Base/EnumDemo.php index c9dea387b..62392140e 100644 --- a/tests/Stdlib/Base/EnumDemo.php +++ b/tests/Stdlib/Base/EnumDemo.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/EnumTest.php b/tests/Stdlib/Base/EnumTest.php index 1fcc2e7ff..b0f57fdf7 100644 --- a/tests/Stdlib/Base/EnumTest.php +++ b/tests/Stdlib/Base/EnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php index ddc837eaf..79f5dce32 100644 --- a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php index 962c38409..7e78fd78e 100644 --- a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/HeapItem.php b/tests/Stdlib/Base/HeapItem.php index 8e7793223..ad010cd62 100755 --- a/tests/Stdlib/Base/HeapItem.php +++ b/tests/Stdlib/Base/HeapItem.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn @@ -14,7 +14,9 @@ declare(strict_types=1); namespace phpOMS\tests\Stdlib\Base; -final class HeapItem +use phpOMS\Stdlib\Base\HeapItemInterface; + +final class HeapItem implements HeapItemInterface { private int $value = 0; @@ -38,7 +40,7 @@ final class HeapItem return $this->value; } - public function isEqual(self $item) : bool + public function isEqual(HeapItemInterface $item) : bool { return $this->value === $item->getValue(); } diff --git a/tests/Stdlib/Base/HeapTest.php b/tests/Stdlib/Base/HeapTest.php index be877d2e4..3549d57d7 100644 --- a/tests/Stdlib/Base/HeapTest.php +++ b/tests/Stdlib/Base/HeapTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/IbanTest.php b/tests/Stdlib/Base/IbanTest.php index bfae19a1d..fc667586c 100644 --- a/tests/Stdlib/Base/IbanTest.php +++ b/tests/Stdlib/Base/IbanTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/LocationTest.php b/tests/Stdlib/Base/LocationTest.php index 8a95ea7d8..610ca96a0 100644 --- a/tests/Stdlib/Base/LocationTest.php +++ b/tests/Stdlib/Base/LocationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/NullLocationTest.php b/tests/Stdlib/Base/NullLocationTest.php index fd81962d4..b1e7e14c7 100644 --- a/tests/Stdlib/Base/NullLocationTest.php +++ b/tests/Stdlib/Base/NullLocationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/PhoneTypeTest.php b/tests/Stdlib/Base/PhoneTypeTest.php index cfb84cacb..92cd047e6 100644 --- a/tests/Stdlib/Base/PhoneTypeTest.php +++ b/tests/Stdlib/Base/PhoneTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Base/SmartDateTimeTest.php b/tests/Stdlib/Base/SmartDateTimeTest.php index f66625230..28c1aa864 100644 --- a/tests/Stdlib/Base/SmartDateTimeTest.php +++ b/tests/Stdlib/Base/SmartDateTimeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Graph/BinaryTreeTest.php b/tests/Stdlib/Graph/BinaryTreeTest.php index 056b39778..f650f4024 100644 --- a/tests/Stdlib/Graph/BinaryTreeTest.php +++ b/tests/Stdlib/Graph/BinaryTreeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Graph/EdgeTest.php b/tests/Stdlib/Graph/EdgeTest.php index f809a5c91..77fa93148 100644 --- a/tests/Stdlib/Graph/EdgeTest.php +++ b/tests/Stdlib/Graph/EdgeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Graph/GraphTest.php b/tests/Stdlib/Graph/GraphTest.php index 36705a24b..23681c1e5 100644 --- a/tests/Stdlib/Graph/GraphTest.php +++ b/tests/Stdlib/Graph/GraphTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Graph/NodeTest.php b/tests/Stdlib/Graph/NodeTest.php index 01921e4b3..4f1936813 100644 --- a/tests/Stdlib/Graph/NodeTest.php +++ b/tests/Stdlib/Graph/NodeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Graph/TreeTest.php b/tests/Stdlib/Graph/TreeTest.php index c61c13752..0c6622e97 100644 --- a/tests/Stdlib/Graph/TreeTest.php +++ b/tests/Stdlib/Graph/TreeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Map/KeyTypeTest.php b/tests/Stdlib/Map/KeyTypeTest.php index e95b8292a..7206de1c9 100644 --- a/tests/Stdlib/Map/KeyTypeTest.php +++ b/tests/Stdlib/Map/KeyTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Map/MultiMapTest.php b/tests/Stdlib/Map/MultiMapTest.php index 0ce25aa12..a5685823f 100644 --- a/tests/Stdlib/Map/MultiMapTest.php +++ b/tests/Stdlib/Map/MultiMapTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Map/OrderTypeTest.php b/tests/Stdlib/Map/OrderTypeTest.php index bccaae600..abd485675 100644 --- a/tests/Stdlib/Map/OrderTypeTest.php +++ b/tests/Stdlib/Map/OrderTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Queue/PriorityModeTest.php b/tests/Stdlib/Queue/PriorityModeTest.php index fbfd1d107..6397dfb78 100644 --- a/tests/Stdlib/Queue/PriorityModeTest.php +++ b/tests/Stdlib/Queue/PriorityModeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Stdlib/Queue/PriorityQueueTest.php b/tests/Stdlib/Queue/PriorityQueueTest.php index 1c9c6dce5..d25dcb843 100644 --- a/tests/Stdlib/Queue/PriorityQueueTest.php +++ b/tests/Stdlib/Queue/PriorityQueueTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/CharsetTypeTest.php b/tests/System/CharsetTypeTest.php index 6ec8867a2..e984a7b68 100644 --- a/tests/System/CharsetTypeTest.php +++ b/tests/System/CharsetTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/ContentPutModeTest.php b/tests/System/File/ContentPutModeTest.php index 86a05d5e0..12b846e18 100644 --- a/tests/System/File/ContentPutModeTest.php +++ b/tests/System/File/ContentPutModeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/ExtensionTypeTest.php b/tests/System/File/ExtensionTypeTest.php index 1fec8eb0f..edbf5093e 100644 --- a/tests/System/File/ExtensionTypeTest.php +++ b/tests/System/File/ExtensionTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/FileUtilsTest.php b/tests/System/File/FileUtilsTest.php index 22254511a..2d0e44589 100644 --- a/tests/System/File/FileUtilsTest.php +++ b/tests/System/File/FileUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php index 161c866bf..23b6f57e2 100644 --- a/tests/System/File/Ftp/DirectoryTest.php +++ b/tests/System/File/Ftp/DirectoryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Ftp/FileTest.php b/tests/System/File/Ftp/FileTest.php index 008b7eddd..6c49fca8a 100644 --- a/tests/System/File/Ftp/FileTest.php +++ b/tests/System/File/Ftp/FileTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Ftp/FtpStorageTest.php b/tests/System/File/Ftp/FtpStorageTest.php index 95ab7bf6b..54ab64693 100644 --- a/tests/System/File/Ftp/FtpStorageTest.php +++ b/tests/System/File/Ftp/FtpStorageTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Local/DirectoryTest.php b/tests/System/File/Local/DirectoryTest.php index 768d1175f..83e7f0863 100644 --- a/tests/System/File/Local/DirectoryTest.php +++ b/tests/System/File/Local/DirectoryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Local/FileTest.php b/tests/System/File/Local/FileTest.php index b630d78b8..45467ab8b 100644 --- a/tests/System/File/Local/FileTest.php +++ b/tests/System/File/Local/FileTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/Local/LocalStorageTest.php b/tests/System/File/Local/LocalStorageTest.php index 2f40a2ca0..f2781ea0c 100644 --- a/tests/System/File/Local/LocalStorageTest.php +++ b/tests/System/File/Local/LocalStorageTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/PathExceptionTest.php b/tests/System/File/PathExceptionTest.php index 7cc3f4439..6b4c34e7a 100644 --- a/tests/System/File/PathExceptionTest.php +++ b/tests/System/File/PathExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/PermissionExceptionTest.php b/tests/System/File/PermissionExceptionTest.php index 14eae4756..be3b8b4fe 100644 --- a/tests/System/File/PermissionExceptionTest.php +++ b/tests/System/File/PermissionExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/File/StorageTest.php b/tests/System/File/StorageTest.php index 8ea61eaf3..e0adfcf41 100644 --- a/tests/System/File/StorageTest.php +++ b/tests/System/File/StorageTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/MimeTypeTest.php b/tests/System/MimeTypeTest.php index 83c54ba69..9f4c4e1eb 100644 --- a/tests/System/MimeTypeTest.php +++ b/tests/System/MimeTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/OperatingSystemTest.php b/tests/System/OperatingSystemTest.php index 0870dc0eb..a46ba1d43 100644 --- a/tests/System/OperatingSystemTest.php +++ b/tests/System/OperatingSystemTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/Search/StringSearchTest.php b/tests/System/Search/StringSearchTest.php index 82c9d01be..ba82f5834 100644 --- a/tests/System/Search/StringSearchTest.php +++ b/tests/System/Search/StringSearchTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/SystemTypeTest.php b/tests/System/SystemTypeTest.php index 2b71fc4cc..d5453c426 100644 --- a/tests/System/SystemTypeTest.php +++ b/tests/System/SystemTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/System/SystemUtilsTest.php b/tests/System/SystemUtilsTest.php index ffdde6c27..9a9422e63 100644 --- a/tests/System/SystemUtilsTest.php +++ b/tests/System/SystemUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/TestLoad.php b/tests/TestLoad.php index 4b77d0feb..454c8c7af 100755 --- a/tests/TestLoad.php +++ b/tests/TestLoad.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/TestLoad2.php b/tests/TestLoad2.php index c6a12ff47..a4856cadd 100755 --- a/tests/TestLoad2.php +++ b/tests/TestLoad2.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/TestLoad3.php b/tests/TestLoad3.php index e0892a9b5..556529f29 100755 --- a/tests/TestLoad3.php +++ b/tests/TestLoad3.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/TestLoad4.php b/tests/TestLoad4.php index f2ceb90fb..33ba88c8d 100755 --- a/tests/TestLoad4.php +++ b/tests/TestLoad4.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Tests\PHPUnit * @copyright Dennis Eichhorn diff --git a/tests/UnhandledHandlerTest.php b/tests/UnhandledHandlerTest.php index 553446709..9f83887e4 100644 --- a/tests/UnhandledHandlerTest.php +++ b/tests/UnhandledHandlerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/ArgumentTest.php b/tests/Uri/ArgumentTest.php index 17fbbc3c0..effd85eba 100644 --- a/tests/Uri/ArgumentTest.php +++ b/tests/Uri/ArgumentTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/HttpUriTest.php b/tests/Uri/HttpUriTest.php index d2b9397ec..e5861559b 100644 --- a/tests/Uri/HttpUriTest.php +++ b/tests/Uri/HttpUriTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/InvalidUriExceptionTest.php b/tests/Uri/InvalidUriExceptionTest.php index 1c132dae1..a34792c76 100644 --- a/tests/Uri/InvalidUriExceptionTest.php +++ b/tests/Uri/InvalidUriExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/UriFactoryTest.php b/tests/Uri/UriFactoryTest.php index a09903919..56cf8456a 100644 --- a/tests/Uri/UriFactoryTest.php +++ b/tests/Uri/UriFactoryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Uri/UriSchemeTest.php b/tests/Uri/UriSchemeTest.php index 777db1780..ff1cb6f87 100644 --- a/tests/Uri/UriSchemeTest.php +++ b/tests/Uri/UriSchemeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/ArrayUtilsTest.php b/tests/Utils/ArrayUtilsTest.php index 6e3f63bb9..12b88c483 100644 --- a/tests/Utils/ArrayUtilsTest.php +++ b/tests/Utils/ArrayUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/AztecTest.php b/tests/Utils/Barcode/AztecTest.php index bd5b48d97..e31af6e2c 100644 --- a/tests/Utils/Barcode/AztecTest.php +++ b/tests/Utils/Barcode/AztecTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C128AbstractTest.php b/tests/Utils/Barcode/C128AbstractTest.php index b7a11db80..a7f933cb7 100644 --- a/tests/Utils/Barcode/C128AbstractTest.php +++ b/tests/Utils/Barcode/C128AbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C128aTest.php b/tests/Utils/Barcode/C128aTest.php index 444597931..5b0aa23b7 100644 --- a/tests/Utils/Barcode/C128aTest.php +++ b/tests/Utils/Barcode/C128aTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C128bTest.php b/tests/Utils/Barcode/C128bTest.php index 68da7d810..9c5e36404 100644 --- a/tests/Utils/Barcode/C128bTest.php +++ b/tests/Utils/Barcode/C128bTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C128cTest.php b/tests/Utils/Barcode/C128cTest.php index d5601d35a..78c5293a2 100644 --- a/tests/Utils/Barcode/C128cTest.php +++ b/tests/Utils/Barcode/C128cTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C25Test.php b/tests/Utils/Barcode/C25Test.php index 306beba7f..85e17ee6c 100644 --- a/tests/Utils/Barcode/C25Test.php +++ b/tests/Utils/Barcode/C25Test.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/C39Test.php b/tests/Utils/Barcode/C39Test.php index 65f610412..122e7df13 100644 --- a/tests/Utils/Barcode/C39Test.php +++ b/tests/Utils/Barcode/C39Test.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/CodebarTest.php b/tests/Utils/Barcode/CodebarTest.php index 74a7dd9a7..8560d53b5 100644 --- a/tests/Utils/Barcode/CodebarTest.php +++ b/tests/Utils/Barcode/CodebarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/DatamatrixTest.php b/tests/Utils/Barcode/DatamatrixTest.php index 92155de3c..bcdb62f2c 100644 --- a/tests/Utils/Barcode/DatamatrixTest.php +++ b/tests/Utils/Barcode/DatamatrixTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/HIBCCTest.php b/tests/Utils/Barcode/HIBCCTest.php index cddd5f04e..ca2df877f 100644 --- a/tests/Utils/Barcode/HIBCCTest.php +++ b/tests/Utils/Barcode/HIBCCTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/OrientationTypeTest.php b/tests/Utils/Barcode/OrientationTypeTest.php index 6c6b90dc6..3adee72ef 100644 --- a/tests/Utils/Barcode/OrientationTypeTest.php +++ b/tests/Utils/Barcode/OrientationTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Barcode/QRTest.php b/tests/Utils/Barcode/QRTest.php index 3cc11a06c..2b96265ff 100644 --- a/tests/Utils/Barcode/QRTest.php +++ b/tests/Utils/Barcode/QRTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/ColorUtilsTest.php b/tests/Utils/ColorUtilsTest.php index f86eda961..f27c9519f 100644 --- a/tests/Utils/ColorUtilsTest.php +++ b/tests/Utils/ColorUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Compression/LZWTest.php b/tests/Utils/Compression/LZWTest.php index c044d0052..c600236b1 100644 --- a/tests/Utils/Compression/LZWTest.php +++ b/tests/Utils/Compression/LZWTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/AngleTypeTest.php b/tests/Utils/Converter/AngleTypeTest.php index c3f4758d2..50599b65a 100644 --- a/tests/Utils/Converter/AngleTypeTest.php +++ b/tests/Utils/Converter/AngleTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/AreaTypeTest.php b/tests/Utils/Converter/AreaTypeTest.php index e39b28089..aab815537 100644 --- a/tests/Utils/Converter/AreaTypeTest.php +++ b/tests/Utils/Converter/AreaTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/CurrencyTest.php b/tests/Utils/Converter/CurrencyTest.php index 486f1052c..94b3c0dd6 100644 --- a/tests/Utils/Converter/CurrencyTest.php +++ b/tests/Utils/Converter/CurrencyTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/EnergyPowerTypeTest.php b/tests/Utils/Converter/EnergyPowerTypeTest.php index a7943cdbc..2ca2d8647 100644 --- a/tests/Utils/Converter/EnergyPowerTypeTest.php +++ b/tests/Utils/Converter/EnergyPowerTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/FileSizeTypeTest.php b/tests/Utils/Converter/FileSizeTypeTest.php index 45a97573f..63887e4d2 100644 --- a/tests/Utils/Converter/FileSizeTypeTest.php +++ b/tests/Utils/Converter/FileSizeTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/FileTest.php b/tests/Utils/Converter/FileTest.php index 40a37189a..84e6eafca 100644 --- a/tests/Utils/Converter/FileTest.php +++ b/tests/Utils/Converter/FileTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/IpTest.php b/tests/Utils/Converter/IpTest.php index d3344c6d5..a317ade1e 100644 --- a/tests/Utils/Converter/IpTest.php +++ b/tests/Utils/Converter/IpTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/LengthTypeTest.php b/tests/Utils/Converter/LengthTypeTest.php index d21be415d..5009ccb56 100644 --- a/tests/Utils/Converter/LengthTypeTest.php +++ b/tests/Utils/Converter/LengthTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/MeasurementTest.php b/tests/Utils/Converter/MeasurementTest.php index 7bcfbb089..b09cd69e7 100644 --- a/tests/Utils/Converter/MeasurementTest.php +++ b/tests/Utils/Converter/MeasurementTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/NumericTest.php b/tests/Utils/Converter/NumericTest.php index b4672a5aa..c03d03df8 100644 --- a/tests/Utils/Converter/NumericTest.php +++ b/tests/Utils/Converter/NumericTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/PressureTypeTest.php b/tests/Utils/Converter/PressureTypeTest.php index fc1955df8..64506af69 100644 --- a/tests/Utils/Converter/PressureTypeTest.php +++ b/tests/Utils/Converter/PressureTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/SpeedTypeTest.php b/tests/Utils/Converter/SpeedTypeTest.php index 030709ab9..919c65a4b 100644 --- a/tests/Utils/Converter/SpeedTypeTest.php +++ b/tests/Utils/Converter/SpeedTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/TemperatureTypeTest.php b/tests/Utils/Converter/TemperatureTypeTest.php index 75b7056fb..919a659f9 100644 --- a/tests/Utils/Converter/TemperatureTypeTest.php +++ b/tests/Utils/Converter/TemperatureTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/TimeTypeTest.php b/tests/Utils/Converter/TimeTypeTest.php index 7877201e9..84cd4a131 100644 --- a/tests/Utils/Converter/TimeTypeTest.php +++ b/tests/Utils/Converter/TimeTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/VolumeTypeTest.php b/tests/Utils/Converter/VolumeTypeTest.php index 5adbc6a3b..55d435f0b 100644 --- a/tests/Utils/Converter/VolumeTypeTest.php +++ b/tests/Utils/Converter/VolumeTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Converter/WeightTypeTest.php b/tests/Utils/Converter/WeightTypeTest.php index 2f7eae0d9..49c94f8eb 100644 --- a/tests/Utils/Converter/WeightTypeTest.php +++ b/tests/Utils/Converter/WeightTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/CaesarTest.php b/tests/Utils/Encoding/CaesarTest.php index 9d290ea7d..6acf40057 100644 --- a/tests/Utils/Encoding/CaesarTest.php +++ b/tests/Utils/Encoding/CaesarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/GrayTest.php b/tests/Utils/Encoding/GrayTest.php index aab91a053..119ce5b84 100644 --- a/tests/Utils/Encoding/GrayTest.php +++ b/tests/Utils/Encoding/GrayTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/Huffman/DictionaryTest.php b/tests/Utils/Encoding/Huffman/DictionaryTest.php index 4873fc5d3..5c1eae90f 100644 --- a/tests/Utils/Encoding/Huffman/DictionaryTest.php +++ b/tests/Utils/Encoding/Huffman/DictionaryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/Huffman/HuffmanTest.php b/tests/Utils/Encoding/Huffman/HuffmanTest.php index 157ec04bc..6c81d3dd2 100644 --- a/tests/Utils/Encoding/Huffman/HuffmanTest.php +++ b/tests/Utils/Encoding/Huffman/HuffmanTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Encoding/XorEncodingTest.php b/tests/Utils/Encoding/XorEncodingTest.php index be54a22cd..59cfcc689 100644 --- a/tests/Utils/Encoding/XorEncodingTest.php +++ b/tests/Utils/Encoding/XorEncodingTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Excel/ExcelTest.php b/tests/Utils/Excel/ExcelTest.php index 9fea3d57e..aa78fad77 100644 --- a/tests/Utils/Excel/ExcelTest.php +++ b/tests/Utils/Excel/ExcelTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/AuthorTest.php b/tests/Utils/Git/AuthorTest.php index 2545606b4..27d8af8e1 100644 --- a/tests/Utils/Git/AuthorTest.php +++ b/tests/Utils/Git/AuthorTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/BranchTest.php b/tests/Utils/Git/BranchTest.php index 1cad9c841..f220bf535 100644 --- a/tests/Utils/Git/BranchTest.php +++ b/tests/Utils/Git/BranchTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php index 28a41c55e..850eb9016 100644 --- a/tests/Utils/Git/CommitTest.php +++ b/tests/Utils/Git/CommitTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/GitTest.php b/tests/Utils/Git/GitTest.php index 77fa2697d..af8fa8ccd 100644 --- a/tests/Utils/Git/GitTest.php +++ b/tests/Utils/Git/GitTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/RepositoryTest.php b/tests/Utils/Git/RepositoryTest.php index 32ba05f9b..ec757a7d8 100644 --- a/tests/Utils/Git/RepositoryTest.php +++ b/tests/Utils/Git/RepositoryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Git/TagTest.php b/tests/Utils/Git/TagTest.php index 54b4c13cc..9413cecaa 100644 --- a/tests/Utils/Git/TagTest.php +++ b/tests/Utils/Git/TagTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Csv/CsvSettingsTest.php b/tests/Utils/IO/Csv/CsvSettingsTest.php index eb14d9aa9..378831aca 100644 --- a/tests/Utils/IO/Csv/CsvSettingsTest.php +++ b/tests/Utils/IO/Csv/CsvSettingsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/IODatabaseMapperTest.php b/tests/Utils/IO/IODatabaseMapperTest.php index a8534065e..1b35de9d7 100644 --- a/tests/Utils/IO/IODatabaseMapperTest.php +++ b/tests/Utils/IO/IODatabaseMapperTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php index 89b4a4247..701aeab04 100644 --- a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php +++ b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php index cd264ecdc..6bfbbac24 100644 --- a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php +++ b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Zip/GzTest.php b/tests/Utils/IO/Zip/GzTest.php index 17783b7cc..41b6f7891 100644 --- a/tests/Utils/IO/Zip/GzTest.php +++ b/tests/Utils/IO/Zip/GzTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Zip/TarGzTest.php b/tests/Utils/IO/Zip/TarGzTest.php index 2135ea5c8..63eb3a30c 100644 --- a/tests/Utils/IO/Zip/TarGzTest.php +++ b/tests/Utils/IO/Zip/TarGzTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Zip/TarTest.php b/tests/Utils/IO/Zip/TarTest.php index 76db8cef8..84eab85b7 100644 --- a/tests/Utils/IO/Zip/TarTest.php +++ b/tests/Utils/IO/Zip/TarTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/IO/Zip/ZipTest.php b/tests/Utils/IO/Zip/ZipTest.php index 625c1837a..b64fb401f 100644 --- a/tests/Utils/IO/Zip/ZipTest.php +++ b/tests/Utils/IO/Zip/ZipTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/ImageUtilsTest.php b/tests/Utils/ImageUtilsTest.php index 401414b04..d4b310591 100644 --- a/tests/Utils/ImageUtilsTest.php +++ b/tests/Utils/ImageUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/MbStringUtilsTest.php b/tests/Utils/MbStringUtilsTest.php index 9c07b05f7..9fbc5270b 100644 --- a/tests/Utils/MbStringUtilsTest.php +++ b/tests/Utils/MbStringUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/NumericUtilsTest.php b/tests/Utils/NumericUtilsTest.php index 563a5a397..99f3a3db4 100644 --- a/tests/Utils/NumericUtilsTest.php +++ b/tests/Utils/NumericUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/PDF/PdfTest.php b/tests/Utils/PDF/PdfTest.php index ed2ef5de8..e652413ce 100644 --- a/tests/Utils/PDF/PdfTest.php +++ b/tests/Utils/PDF/PdfTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Parser/Markdown/MarkdownTest.php b/tests/Utils/Parser/Markdown/MarkdownTest.php index 111b1f928..9de0bff59 100644 --- a/tests/Utils/Parser/Markdown/MarkdownTest.php +++ b/tests/Utils/Parser/Markdown/MarkdownTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/Parser/Php/ArrayParserTest.php b/tests/Utils/Parser/Php/ArrayParserTest.php index 4d92b44f2..eb9ae5b05 100644 --- a/tests/Utils/Parser/Php/ArrayParserTest.php +++ b/tests/Utils/Parser/Php/ArrayParserTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn @@ -34,7 +34,7 @@ final class ArrayParserTest extends \PHPUnit\Framework\TestCase $serializable = new class() implements SerializableInterface { public function serialize() : string { return '2'; } - public function unserialize($raw) : void {} + public function unserialize(mixed $raw) : void {} }; $jsonSerialize = new class() implements \JsonSerializable { diff --git a/tests/Utils/PermutationTest.php b/tests/Utils/PermutationTest.php index bccabc7c9..60c76f98b 100644 --- a/tests/Utils/PermutationTest.php +++ b/tests/Utils/PermutationTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/ArrayRandomizeTest.php b/tests/Utils/RnG/ArrayRandomizeTest.php index 0024131ce..af02ca59d 100644 --- a/tests/Utils/RnG/ArrayRandomizeTest.php +++ b/tests/Utils/RnG/ArrayRandomizeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/DateTimeTest.php b/tests/Utils/RnG/DateTimeTest.php index e8a4962fb..db4efe7c9 100644 --- a/tests/Utils/RnG/DateTimeTest.php +++ b/tests/Utils/RnG/DateTimeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/DistributionTypeTest.php b/tests/Utils/RnG/DistributionTypeTest.php index 814387aa5..bbe01b80b 100644 --- a/tests/Utils/RnG/DistributionTypeTest.php +++ b/tests/Utils/RnG/DistributionTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/FileTest.php b/tests/Utils/RnG/FileTest.php index da21c8622..244838005 100644 --- a/tests/Utils/RnG/FileTest.php +++ b/tests/Utils/RnG/FileTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php index 30765b92c..9ecf0680e 100644 --- a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php +++ b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/NameTest.php b/tests/Utils/RnG/NameTest.php index 51cf009fd..dc3d7ac5f 100644 --- a/tests/Utils/RnG/NameTest.php +++ b/tests/Utils/RnG/NameTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/PhoneTest.php b/tests/Utils/RnG/PhoneTest.php index 64dc035af..c79378d41 100644 --- a/tests/Utils/RnG/PhoneTest.php +++ b/tests/Utils/RnG/PhoneTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/StringUtilsTest.php b/tests/Utils/RnG/StringUtilsTest.php index f9eec1407..b4a14fb95 100644 --- a/tests/Utils/RnG/StringUtilsTest.php +++ b/tests/Utils/RnG/StringUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/RnG/TextTest.php b/tests/Utils/RnG/TextTest.php index a85966755..7e35886f9 100644 --- a/tests/Utils/RnG/TextTest.php +++ b/tests/Utils/RnG/TextTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/StringCompareTest.php b/tests/Utils/StringCompareTest.php index bbf5a8844..b992d4da5 100644 --- a/tests/Utils/StringCompareTest.php +++ b/tests/Utils/StringCompareTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/StringUtilsTest.php b/tests/Utils/StringUtilsTest.php index 617f9b9e4..033622654 100644 --- a/tests/Utils/StringUtilsTest.php +++ b/tests/Utils/StringUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn @@ -137,7 +137,7 @@ final class StringUtilsTest extends \PHPUnit\Framework\TestCase return 'abc'; } - public function unserialize($val) : void + public function unserialize(mixed $val) : void { } })); diff --git a/tests/Utils/TaskSchedule/CronJobTest.php b/tests/Utils/TaskSchedule/CronJobTest.php index 37b52ba14..380966399 100644 --- a/tests/Utils/TaskSchedule/CronJobTest.php +++ b/tests/Utils/TaskSchedule/CronJobTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/CronTest.php b/tests/Utils/TaskSchedule/CronTest.php index 30b3b017b..8bcfc6cb3 100644 --- a/tests/Utils/TaskSchedule/CronTest.php +++ b/tests/Utils/TaskSchedule/CronTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/IntervalTest.php b/tests/Utils/TaskSchedule/IntervalTest.php index 6740b2dba..bcff5497e 100644 --- a/tests/Utils/TaskSchedule/IntervalTest.php +++ b/tests/Utils/TaskSchedule/IntervalTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/ScheduleTest.php b/tests/Utils/TaskSchedule/ScheduleTest.php index 0c533d853..cf7f49cb1 100644 --- a/tests/Utils/TaskSchedule/ScheduleTest.php +++ b/tests/Utils/TaskSchedule/ScheduleTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php index 6dd60a1a1..de9ea5d27 100644 --- a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php +++ b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php index 0a3404843..4b19fac18 100644 --- a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php +++ b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/TaskAbstractTest.php b/tests/Utils/TaskSchedule/TaskAbstractTest.php index 8d2d006cd..3f1effe87 100644 --- a/tests/Utils/TaskSchedule/TaskAbstractTest.php +++ b/tests/Utils/TaskSchedule/TaskAbstractTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/TaskFactoryTest.php b/tests/Utils/TaskSchedule/TaskFactoryTest.php index 3a4a0d16e..7b1df77e2 100644 --- a/tests/Utils/TaskSchedule/TaskFactoryTest.php +++ b/tests/Utils/TaskSchedule/TaskFactoryTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TaskSchedule/TaskSchedulerTest.php b/tests/Utils/TaskSchedule/TaskSchedulerTest.php index a688bfbf1..9a687899e 100644 --- a/tests/Utils/TaskSchedule/TaskSchedulerTest.php +++ b/tests/Utils/TaskSchedule/TaskSchedulerTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TestUtilsClass.php b/tests/Utils/TestUtilsClass.php index 30fc9513a..9e373fde3 100755 --- a/tests/Utils/TestUtilsClass.php +++ b/tests/Utils/TestUtilsClass.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Utils/TestUtilsTest.php b/tests/Utils/TestUtilsTest.php index 1506a93f2..7d5f09b55 100644 --- a/tests/Utils/TestUtilsTest.php +++ b/tests/Utils/TestUtilsTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Base/DateTimeTest.php b/tests/Validation/Base/DateTimeTest.php index d766da291..782addf5e 100644 --- a/tests/Validation/Base/DateTimeTest.php +++ b/tests/Validation/Base/DateTimeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Base/JsonTest.php b/tests/Validation/Base/JsonTest.php index 3abf9feae..1308d70c8 100644 --- a/tests/Validation/Base/JsonTest.php +++ b/tests/Validation/Base/JsonTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/BICTest.php b/tests/Validation/Finance/BICTest.php index 79102b6bd..df639248a 100644 --- a/tests/Validation/Finance/BICTest.php +++ b/tests/Validation/Finance/BICTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/CreditCardTest.php b/tests/Validation/Finance/CreditCardTest.php index b2cecc9df..a1141fb65 100644 --- a/tests/Validation/Finance/CreditCardTest.php +++ b/tests/Validation/Finance/CreditCardTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/IbanEnumTest.php b/tests/Validation/Finance/IbanEnumTest.php index e760262fc..792390fc2 100644 --- a/tests/Validation/Finance/IbanEnumTest.php +++ b/tests/Validation/Finance/IbanEnumTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/IbanErrorTypeTest.php b/tests/Validation/Finance/IbanErrorTypeTest.php index c4ba9080c..0e2dbeca8 100644 --- a/tests/Validation/Finance/IbanErrorTypeTest.php +++ b/tests/Validation/Finance/IbanErrorTypeTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Finance/IbanTest.php b/tests/Validation/Finance/IbanTest.php index 4b3413c50..2860ec649 100644 --- a/tests/Validation/Finance/IbanTest.php +++ b/tests/Validation/Finance/IbanTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Network/EmailTest.php b/tests/Validation/Network/EmailTest.php index 0d24d5345..c09b1b7c8 100644 --- a/tests/Validation/Network/EmailTest.php +++ b/tests/Validation/Network/EmailTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Network/HostnameTest.php b/tests/Validation/Network/HostnameTest.php index 358d656e8..9e5ed61b7 100644 --- a/tests/Validation/Network/HostnameTest.php +++ b/tests/Validation/Network/HostnameTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/Network/IpTest.php b/tests/Validation/Network/IpTest.php index 4f5aaabdb..d5c77e3b3 100644 --- a/tests/Validation/Network/IpTest.php +++ b/tests/Validation/Network/IpTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Validation/ValidatorTest.php b/tests/Validation/ValidatorTest.php index a8ba85c06..8fa176718 100644 --- a/tests/Validation/ValidatorTest.php +++ b/tests/Validation/ValidatorTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Version/VersionTest.php b/tests/Version/VersionTest.php index 7d621d6a6..daa2daabf 100644 --- a/tests/Version/VersionTest.php +++ b/tests/Version/VersionTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Views/PaginationViewTest.php b/tests/Views/PaginationViewTest.php index fd2ae1a74..172b72def 100644 --- a/tests/Views/PaginationViewTest.php +++ b/tests/Views/PaginationViewTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Views/ViewTest.php b/tests/Views/ViewTest.php index 5f46d2994..174d27121 100644 --- a/tests/Views/ViewTest.php +++ b/tests/Views/ViewTest.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Views/testArray.tpl.php b/tests/Views/testArray.tpl.php index 0843221f4..0723bfdab 100755 --- a/tests/Views/testArray.tpl.php +++ b/tests/Views/testArray.tpl.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Template * @copyright Dennis Eichhorn diff --git a/tests/Views/testReturnTemplate.tpl.php b/tests/Views/testReturnTemplate.tpl.php index 7d7a46f33..81ee23a26 100644 --- a/tests/Views/testReturnTemplate.tpl.php +++ b/tests/Views/testReturnTemplate.tpl.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 8.0 + * PHP Version 8.1 * * @package Template * @copyright Dennis Eichhorn