From 9d927545015813ec6741b1ae402b2dbfaeec1cfa Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Mar 2024 07:21:22 +0000 Subject: [PATCH] update version requirement --- Admin/Install/Media.php | 2 +- Admin/Install/Navigation.php | 2 +- Admin/Installer.php | 2 +- Admin/Routes/Web/Api.php | 2 +- Admin/Routes/Web/Backend.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller/ApiController.php | 2 +- Controller/ApiDriverAttributeController.php | 2 +- Controller/ApiDriverController.php | 2 +- Controller/ApiVehicleAttributeController.php | 2 +- Controller/ApiVehicleController.php | 2 +- Controller/BackendController.php | 2 +- Controller/Controller.php | 2 +- Models/Attribute/DriverAttributeMapper.php | 2 +- Models/Attribute/DriverAttributeTypeL11nMapper.php | 2 +- Models/Attribute/DriverAttributeTypeMapper.php | 2 +- Models/Attribute/DriverAttributeValueL11nMapper.php | 2 +- Models/Attribute/DriverAttributeValueMapper.php | 2 +- Models/Attribute/VehicleAttributeMapper.php | 2 +- Models/Attribute/VehicleAttributeTypeL11nMapper.php | 2 +- Models/Attribute/VehicleAttributeTypeMapper.php | 2 +- Models/Attribute/VehicleAttributeValueL11nMapper.php | 2 +- Models/Attribute/VehicleAttributeValueMapper.php | 2 +- Models/Cost.php | 2 +- Models/CostType.php | 2 +- Models/Driver/Driver.php | 2 +- Models/Driver/DriverInspectionMapper.php | 2 +- Models/Driver/DriverInspectionTypeL11nMapper.php | 2 +- Models/Driver/DriverInspectionTypeMapper.php | 2 +- Models/Driver/DriverMapper.php | 2 +- Models/Driver/DriverStatus.php | 2 +- Models/Driver/NullDriver.php | 2 +- Models/Driver/NullDriverInspection.php | 2 +- Models/FuelTypeL11nMapper.php | 2 +- Models/FuelTypeMapper.php | 2 +- Models/Inspection.php | 2 +- Models/InspectionMapper.php | 2 +- Models/InspectionStatus.php | 2 +- Models/InspectionTypeL11nMapper.php | 2 +- Models/InspectionTypeMapper.php | 2 +- Models/License.php | 2 +- Models/LicenseType.php | 2 +- Models/Milage.php | 2 +- Models/MilageMapper.php | 2 +- Models/NullInspection.php | 2 +- Models/NullVehicle.php | 2 +- Models/PermissionCategory.php | 2 +- Models/Vehicle.php | 2 +- Models/VehicleMapper.php | 2 +- Models/VehicleStatus.php | 2 +- Models/VehicleTypeL11nMapper.php | 2 +- Models/VehicleTypeMapper.php | 2 +- Theme/Backend/Lang/Navigation.de.lang.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/de.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/attribute-type-list.tpl.php | 2 +- Theme/Backend/attribute-type.tpl.php | 2 +- Theme/Backend/driver-list.tpl.php | 2 +- Theme/Backend/driver-profile.tpl.php | 2 +- Theme/Backend/driver-view.tpl.php | 2 +- Theme/Backend/inspection-list.tpl.php | 2 +- Theme/Backend/inspection-type-list.tpl.php | 2 +- Theme/Backend/vehicle-list.tpl.php | 2 +- Theme/Backend/vehicle-profile.tpl.php | 2 +- Theme/Backend/vehicle-view.tpl.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Autoloader.php | 2 +- tests/Bootstrap.php | 2 +- tests/Controller/Api/ApiControllerAttributeTrait.php | 2 +- tests/Controller/Api/ApiControllerVehicleTrait.php | 2 +- tests/Controller/ApiControllerTest.php | 2 +- tests/Models/Driver/NullDriverInspection.php | 2 +- tests/Models/Driver/NullDriverTest.php | 2 +- tests/Models/NullInspectionTest.php | 2 +- tests/Models/NullVehicleTest.php | 2 +- tests/Models/Vehicle.php | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php index 5cb9e50..8d6dbf5 100755 --- a/Admin/Install/Media.php +++ b/Admin/Install/Media.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 83a251f..8b51986 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index 5d6f0b8..1662a92 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index 427047e..0e7093f 100644 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules * @copyright Dennis Eichhorn diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 1fbe830..219cdff 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index a059599..276145c 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 4b0e114..806c813 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index f9c1a07..33f8ac2 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Admin * @copyright Dennis Eichhorn diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 6ef90b5..38204bc 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement * @copyright Dennis Eichhorn diff --git a/Controller/ApiDriverAttributeController.php b/Controller/ApiDriverAttributeController.php index f90b49d..9a0601c 100644 --- a/Controller/ApiDriverAttributeController.php +++ b/Controller/ApiDriverAttributeController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement * @copyright Dennis Eichhorn diff --git a/Controller/ApiDriverController.php b/Controller/ApiDriverController.php index 009f4dc..bfd05ec 100644 --- a/Controller/ApiDriverController.php +++ b/Controller/ApiDriverController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement * @copyright Dennis Eichhorn diff --git a/Controller/ApiVehicleAttributeController.php b/Controller/ApiVehicleAttributeController.php index 585bf78..ccea755 100644 --- a/Controller/ApiVehicleAttributeController.php +++ b/Controller/ApiVehicleAttributeController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement * @copyright Dennis Eichhorn diff --git a/Controller/ApiVehicleController.php b/Controller/ApiVehicleController.php index cef09c2..c9a13a6 100755 --- a/Controller/ApiVehicleController.php +++ b/Controller/ApiVehicleController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index b7c5dc6..a587496 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index 477d5a1..1a339db 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement * @copyright Dennis Eichhorn diff --git a/Models/Attribute/DriverAttributeMapper.php b/Models/Attribute/DriverAttributeMapper.php index 52e3071..280919b 100644 --- a/Models/Attribute/DriverAttributeMapper.php +++ b/Models/Attribute/DriverAttributeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/DriverAttributeTypeL11nMapper.php b/Models/Attribute/DriverAttributeTypeL11nMapper.php index 70b2653..21ecd0d 100644 --- a/Models/Attribute/DriverAttributeTypeL11nMapper.php +++ b/Models/Attribute/DriverAttributeTypeL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/DriverAttributeTypeMapper.php b/Models/Attribute/DriverAttributeTypeMapper.php index 30031dc..139dd77 100644 --- a/Models/Attribute/DriverAttributeTypeMapper.php +++ b/Models/Attribute/DriverAttributeTypeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/DriverAttributeValueL11nMapper.php b/Models/Attribute/DriverAttributeValueL11nMapper.php index e4aceba..092360d 100644 --- a/Models/Attribute/DriverAttributeValueL11nMapper.php +++ b/Models/Attribute/DriverAttributeValueL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/DriverAttributeValueMapper.php b/Models/Attribute/DriverAttributeValueMapper.php index f983efc..394dab2 100644 --- a/Models/Attribute/DriverAttributeValueMapper.php +++ b/Models/Attribute/DriverAttributeValueMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/VehicleAttributeMapper.php b/Models/Attribute/VehicleAttributeMapper.php index ba4568c..ccfaa88 100644 --- a/Models/Attribute/VehicleAttributeMapper.php +++ b/Models/Attribute/VehicleAttributeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/VehicleAttributeTypeL11nMapper.php b/Models/Attribute/VehicleAttributeTypeL11nMapper.php index e3fae00..9c662dc 100644 --- a/Models/Attribute/VehicleAttributeTypeL11nMapper.php +++ b/Models/Attribute/VehicleAttributeTypeL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/VehicleAttributeTypeMapper.php b/Models/Attribute/VehicleAttributeTypeMapper.php index 6de463f..f902d92 100644 --- a/Models/Attribute/VehicleAttributeTypeMapper.php +++ b/Models/Attribute/VehicleAttributeTypeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/VehicleAttributeValueL11nMapper.php b/Models/Attribute/VehicleAttributeValueL11nMapper.php index 58db488..9eb325e 100644 --- a/Models/Attribute/VehicleAttributeValueL11nMapper.php +++ b/Models/Attribute/VehicleAttributeValueL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Attribute/VehicleAttributeValueMapper.php b/Models/Attribute/VehicleAttributeValueMapper.php index 293ada1..a1f524b 100644 --- a/Models/Attribute/VehicleAttributeValueMapper.php +++ b/Models/Attribute/VehicleAttributeValueMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Attribute * @copyright Dennis Eichhorn diff --git a/Models/Cost.php b/Models/Cost.php index 320694e..d0ec721 100644 --- a/Models/Cost.php +++ b/Models/Cost.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/CostType.php b/Models/CostType.php index ba62fd8..f8b6e1a 100644 --- a/Models/CostType.php +++ b/Models/CostType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/Driver/Driver.php b/Models/Driver/Driver.php index 13a79b6..e762844 100644 --- a/Models/Driver/Driver.php +++ b/Models/Driver/Driver.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Driver * @copyright Dennis Eichhorn diff --git a/Models/Driver/DriverInspectionMapper.php b/Models/Driver/DriverInspectionMapper.php index f3e292c..3be5f18 100644 --- a/Models/Driver/DriverInspectionMapper.php +++ b/Models/Driver/DriverInspectionMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Driver * @copyright Dennis Eichhorn diff --git a/Models/Driver/DriverInspectionTypeL11nMapper.php b/Models/Driver/DriverInspectionTypeL11nMapper.php index 6482553..915cb2e 100644 --- a/Models/Driver/DriverInspectionTypeL11nMapper.php +++ b/Models/Driver/DriverInspectionTypeL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Driver * @copyright Dennis Eichhorn diff --git a/Models/Driver/DriverInspectionTypeMapper.php b/Models/Driver/DriverInspectionTypeMapper.php index 9646a6b..3301cc0 100644 --- a/Models/Driver/DriverInspectionTypeMapper.php +++ b/Models/Driver/DriverInspectionTypeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Driver * @copyright Dennis Eichhorn diff --git a/Models/Driver/DriverMapper.php b/Models/Driver/DriverMapper.php index 6efdab9..a0110bf 100644 --- a/Models/Driver/DriverMapper.php +++ b/Models/Driver/DriverMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Driver * @copyright Dennis Eichhorn diff --git a/Models/Driver/DriverStatus.php b/Models/Driver/DriverStatus.php index 798051b..7012a57 100644 --- a/Models/Driver/DriverStatus.php +++ b/Models/Driver/DriverStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Driver * @copyright Dennis Eichhorn diff --git a/Models/Driver/NullDriver.php b/Models/Driver/NullDriver.php index ca23aca..123dadc 100644 --- a/Models/Driver/NullDriver.php +++ b/Models/Driver/NullDriver.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Driver * @copyright Dennis Eichhorn diff --git a/Models/Driver/NullDriverInspection.php b/Models/Driver/NullDriverInspection.php index bda51a0..abaf3af 100644 --- a/Models/Driver/NullDriverInspection.php +++ b/Models/Driver/NullDriverInspection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models\Driver * @copyright Dennis Eichhorn diff --git a/Models/FuelTypeL11nMapper.php b/Models/FuelTypeL11nMapper.php index de39277..4a5f92c 100644 --- a/Models/FuelTypeL11nMapper.php +++ b/Models/FuelTypeL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/FuelTypeMapper.php b/Models/FuelTypeMapper.php index 22adc74..8376e3a 100644 --- a/Models/FuelTypeMapper.php +++ b/Models/FuelTypeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/Inspection.php b/Models/Inspection.php index dc1142d..3f9f141 100644 --- a/Models/Inspection.php +++ b/Models/Inspection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/InspectionMapper.php b/Models/InspectionMapper.php index 3e1e745..d46a8ac 100644 --- a/Models/InspectionMapper.php +++ b/Models/InspectionMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/InspectionStatus.php b/Models/InspectionStatus.php index ea62429..4419929 100644 --- a/Models/InspectionStatus.php +++ b/Models/InspectionStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/InspectionTypeL11nMapper.php b/Models/InspectionTypeL11nMapper.php index 356f5fb..b2710a3 100644 --- a/Models/InspectionTypeL11nMapper.php +++ b/Models/InspectionTypeL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/InspectionTypeMapper.php b/Models/InspectionTypeMapper.php index e818f14..cfb3655 100644 --- a/Models/InspectionTypeMapper.php +++ b/Models/InspectionTypeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/License.php b/Models/License.php index fb3f461..1b2dd2f 100644 --- a/Models/License.php +++ b/Models/License.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/LicenseType.php b/Models/LicenseType.php index 7d37d94..9153a0b 100644 --- a/Models/LicenseType.php +++ b/Models/LicenseType.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/Milage.php b/Models/Milage.php index 686cd31..5140d9d 100644 --- a/Models/Milage.php +++ b/Models/Milage.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/MilageMapper.php b/Models/MilageMapper.php index eb9a9b0..6ebe098 100644 --- a/Models/MilageMapper.php +++ b/Models/MilageMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/NullInspection.php b/Models/NullInspection.php index 44acde6..70b24d8 100644 --- a/Models/NullInspection.php +++ b/Models/NullInspection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/NullVehicle.php b/Models/NullVehicle.php index 656899c..9f825a9 100644 --- a/Models/NullVehicle.php +++ b/Models/NullVehicle.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index 546defc..75f2b60 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/Vehicle.php b/Models/Vehicle.php index 5eef0bb..8fdb946 100644 --- a/Models/Vehicle.php +++ b/Models/Vehicle.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/VehicleMapper.php b/Models/VehicleMapper.php index 1ea6569..6517dc8 100644 --- a/Models/VehicleMapper.php +++ b/Models/VehicleMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/VehicleStatus.php b/Models/VehicleStatus.php index 060a263..02b4bf9 100644 --- a/Models/VehicleStatus.php +++ b/Models/VehicleStatus.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/VehicleTypeL11nMapper.php b/Models/VehicleTypeL11nMapper.php index 13142b0..2e2d9a9 100644 --- a/Models/VehicleTypeL11nMapper.php +++ b/Models/VehicleTypeL11nMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Models/VehicleTypeMapper.php b/Models/VehicleTypeMapper.php index 9b35499..d4c6241 100644 --- a/Models/VehicleTypeMapper.php +++ b/Models/VehicleTypeMapper.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index cbbaf51..26ed98d 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 5102dbd..2b9995c 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index f2422ab..41292a1 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 2a6992d..817ae79 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Localization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/attribute-type-list.tpl.php b/Theme/Backend/attribute-type-list.tpl.php index c8251b3..a6fefc7 100755 --- a/Theme/Backend/attribute-type-list.tpl.php +++ b/Theme/Backend/attribute-type-list.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ItemManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/attribute-type.tpl.php b/Theme/Backend/attribute-type.tpl.php index 59c9afc..c6c3533 100755 --- a/Theme/Backend/attribute-type.tpl.php +++ b/Theme/Backend/attribute-type.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\Tasks * @copyright Dennis Eichhorn diff --git a/Theme/Backend/driver-list.tpl.php b/Theme/Backend/driver-list.tpl.php index 8dbc9db..947df93 100644 --- a/Theme/Backend/driver-list.tpl.php +++ b/Theme/Backend/driver-list.tpl.php @@ -3,7 +3,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/driver-profile.tpl.php b/Theme/Backend/driver-profile.tpl.php index a1ce416..03586c0 100644 --- a/Theme/Backend/driver-profile.tpl.php +++ b/Theme/Backend/driver-profile.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/driver-view.tpl.php b/Theme/Backend/driver-view.tpl.php index c433b10..052c9ee 100644 --- a/Theme/Backend/driver-view.tpl.php +++ b/Theme/Backend/driver-view.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/inspection-list.tpl.php b/Theme/Backend/inspection-list.tpl.php index 1f400bf..ceb8b89 100644 --- a/Theme/Backend/inspection-list.tpl.php +++ b/Theme/Backend/inspection-list.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ItemManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/inspection-type-list.tpl.php b/Theme/Backend/inspection-type-list.tpl.php index 1f400bf..ceb8b89 100644 --- a/Theme/Backend/inspection-type-list.tpl.php +++ b/Theme/Backend/inspection-type-list.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ItemManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/vehicle-list.tpl.php b/Theme/Backend/vehicle-list.tpl.php index 741d23d..6318bf4 100755 --- a/Theme/Backend/vehicle-list.tpl.php +++ b/Theme/Backend/vehicle-list.tpl.php @@ -3,7 +3,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/vehicle-profile.tpl.php b/Theme/Backend/vehicle-profile.tpl.php index 945bd27..1ff44ae 100755 --- a/Theme/Backend/vehicle-profile.tpl.php +++ b/Theme/Backend/vehicle-profile.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/Theme/Backend/vehicle-view.tpl.php b/Theme/Backend/vehicle-view.tpl.php index 1926fea..d3844fa 100644 --- a/Theme/Backend/vehicle-view.tpl.php +++ b/Theme/Backend/vehicle-view.tpl.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 808ff14..95179d3 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Autoloader.php b/tests/Autoloader.php index e611b58..6931914 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules/tests * @copyright Dennis Eichhorn diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 723042e..36c6dae 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\FleetManagement\tests * @copyright Dennis Eichhorn diff --git a/tests/Controller/Api/ApiControllerAttributeTrait.php b/tests/Controller/Api/ApiControllerAttributeTrait.php index 987e013..c4e6951 100644 --- a/tests/Controller/Api/ApiControllerAttributeTrait.php +++ b/tests/Controller/Api/ApiControllerAttributeTrait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Controller/Api/ApiControllerVehicleTrait.php b/tests/Controller/Api/ApiControllerVehicleTrait.php index 53b5202..7b45202 100644 --- a/tests/Controller/Api/ApiControllerVehicleTrait.php +++ b/tests/Controller/Api/ApiControllerVehicleTrait.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 1134e0d..13b2b2f 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/Driver/NullDriverInspection.php b/tests/Models/Driver/NullDriverInspection.php index dfe941b..412addf 100644 --- a/tests/Models/Driver/NullDriverInspection.php +++ b/tests/Models/Driver/NullDriverInspection.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/Driver/NullDriverTest.php b/tests/Models/Driver/NullDriverTest.php index 3f8419f..2b559dc 100644 --- a/tests/Models/Driver/NullDriverTest.php +++ b/tests/Models/Driver/NullDriverTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/NullInspectionTest.php b/tests/Models/NullInspectionTest.php index 80caca7..a93a13c 100644 --- a/tests/Models/NullInspectionTest.php +++ b/tests/Models/NullInspectionTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/NullVehicleTest.php b/tests/Models/NullVehicleTest.php index 6495c5b..ec9b508 100644 --- a/tests/Models/NullVehicleTest.php +++ b/tests/Models/NullVehicleTest.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/Vehicle.php b/tests/Models/Vehicle.php index 1b4fc32..74546cd 100755 --- a/tests/Models/Vehicle.php +++ b/tests/Models/Vehicle.php @@ -2,7 +2,7 @@ /** * Jingga * - * PHP Version 8.1 + * PHP Version 8.2 * * @package Modules\ClientManagement\Models * @copyright Dennis Eichhorn