From c9aef13996f1b6c3ff5ebf85ddf8f2d6485c730a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 3 Dec 2020 23:07:33 +0100 Subject: [PATCH] bump php version --- Admin/Install/Navigation.php | 2 +- Admin/Installer.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Application/Timerecording/Application.php | 2 +- Application/Timerecording/TimerecordingView.php | 2 +- Application/Timerecording/index.tpl.php | 2 +- Application/Timerecording/lang/en.lang.php | 2 +- Application/Timerecording/login.tpl.php | 2 +- Controller/ApiController.php | 2 +- Controller/BackendController.php | 2 +- Controller/Controller.php | 2 +- Controller/TimerecordingController.php | 2 +- Models/ClockingStatus.php | 2 +- Models/ClockingType.php | 2 +- Models/NullSession.php | 2 +- Models/NullSessionElement.php | 2 +- Models/PermissionState.php | 2 +- Models/Session.php | 2 +- Models/SessionElement.php | 2 +- Models/SessionElementMapper.php | 2 +- Models/SessionMapper.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/dashboard.tpl.php | 2 +- Theme/Backend/private-dashboard.tpl.php | 2 +- Theme/Backend/private-session.tpl.php | 2 +- Theme/Timeterminal/Lang/Navigation.en.lang.php | 2 +- Theme/Timeterminal/Lang/en.lang.php | 2 +- Theme/Timeterminal/overview.tpl.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Models/SessionElementMapperTest.php | 2 +- tests/Models/SessionElementTest.php | 2 +- tests/Models/SessionMapperTest.php | 2 +- tests/Models/SessionTest.php | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index f3a5e8f..159f0c9 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index 3d96fb8..d5e0aed 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 4244bce..4ab96cb 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 3668368..eb04c67 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index d7ba8a9..1314d9e 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Admin * @copyright Dennis Eichhorn diff --git a/Application/Timerecording/Application.php b/Application/Timerecording/Application.php index e76d177..a84b7c7 100755 --- a/Application/Timerecording/Application.php +++ b/Application/Timerecording/Application.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Web\Timerecording * @copyright Dennis Eichhorn diff --git a/Application/Timerecording/TimerecordingView.php b/Application/Timerecording/TimerecordingView.php index 5300bc6..8805237 100755 --- a/Application/Timerecording/TimerecordingView.php +++ b/Application/Timerecording/TimerecordingView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Web\Timerecording * @copyright Dennis Eichhorn diff --git a/Application/Timerecording/index.tpl.php b/Application/Timerecording/index.tpl.php index 279662c..9910013 100755 --- a/Application/Timerecording/index.tpl.php +++ b/Application/Timerecording/index.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Web\Timerecording * @copyright Dennis Eichhorn diff --git a/Application/Timerecording/lang/en.lang.php b/Application/Timerecording/lang/en.lang.php index f669941..2e62356 100755 --- a/Application/Timerecording/lang/en.lang.php +++ b/Application/Timerecording/lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Web\Timerecording * @copyright Dennis Eichhorn diff --git a/Application/Timerecording/login.tpl.php b/Application/Timerecording/login.tpl.php index 0a7094a..eebdd6e 100755 --- a/Application/Timerecording/login.tpl.php +++ b/Application/Timerecording/login.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Web\Timerecording * @copyright Dennis Eichhorn diff --git a/Controller/ApiController.php b/Controller/ApiController.php index f37358e..a1db80c 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 84bf974..1118054 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index cc289c1..9ccb825 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Controller/TimerecordingController.php b/Controller/TimerecordingController.php index 3a22a14..853a18b 100755 --- a/Controller/TimerecordingController.php +++ b/Controller/TimerecordingController.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Models/ClockingStatus.php b/Models/ClockingStatus.php index 15977d5..6011587 100755 --- a/Models/ClockingStatus.php +++ b/Models/ClockingStatus.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn diff --git a/Models/ClockingType.php b/Models/ClockingType.php index 5c6ebb7..0d4b555 100755 --- a/Models/ClockingType.php +++ b/Models/ClockingType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn diff --git a/Models/NullSession.php b/Models/NullSession.php index c571216..c8d7f95 100755 --- a/Models/NullSession.php +++ b/Models/NullSession.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn diff --git a/Models/NullSessionElement.php b/Models/NullSessionElement.php index 5dc823e..94f2308 100755 --- a/Models/NullSessionElement.php +++ b/Models/NullSessionElement.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 93cca64..a415dfb 100755 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn diff --git a/Models/Session.php b/Models/Session.php index 14f7f0b..e7661c3 100755 --- a/Models/Session.php +++ b/Models/Session.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn diff --git a/Models/SessionElement.php b/Models/SessionElement.php index c90008b..5fbd3f2 100755 --- a/Models/SessionElement.php +++ b/Models/SessionElement.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn diff --git a/Models/SessionElementMapper.php b/Models/SessionElementMapper.php index 0c19261..5c8dfa9 100755 --- a/Models/SessionElementMapper.php +++ b/Models/SessionElementMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn diff --git a/Models/SessionMapper.php b/Models/SessionMapper.php index 8231ce7..8aca8e0 100755 --- a/Models/SessionMapper.php +++ b/Models/SessionMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index b8c30b8..1a86699 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index ac48e00..c0478eb 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index dd5016c..e8afe90 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 030d966..9a0aac2 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Theme/Backend/dashboard.tpl.php b/Theme/Backend/dashboard.tpl.php index d91073b..8eace9d 100755 --- a/Theme/Backend/dashboard.tpl.php +++ b/Theme/Backend/dashboard.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Theme/Backend/private-dashboard.tpl.php b/Theme/Backend/private-dashboard.tpl.php index 56562b2..a68eca2 100755 --- a/Theme/Backend/private-dashboard.tpl.php +++ b/Theme/Backend/private-dashboard.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Theme/Backend/private-session.tpl.php b/Theme/Backend/private-session.tpl.php index be96def..d5c820b 100755 --- a/Theme/Backend/private-session.tpl.php +++ b/Theme/Backend/private-session.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Theme/Timeterminal/Lang/Navigation.en.lang.php b/Theme/Timeterminal/Lang/Navigation.en.lang.php index 150b483..7d8206b 100755 --- a/Theme/Timeterminal/Lang/Navigation.en.lang.php +++ b/Theme/Timeterminal/Lang/Navigation.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Theme/Timeterminal/Lang/en.lang.php b/Theme/Timeterminal/Lang/en.lang.php index fb00b86..d8fbb07 100755 --- a/Theme/Timeterminal/Lang/en.lang.php +++ b/Theme/Timeterminal/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/Theme/Timeterminal/overview.tpl.php b/Theme/Timeterminal/overview.tpl.php index e0f27ec..8c8eeae 100755 --- a/Theme/Timeterminal/overview.tpl.php +++ b/Theme/Timeterminal/overview.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package HumanResourceTimeRecording * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 0fd1e2c..cf405c0 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/SessionElementMapperTest.php b/tests/Models/SessionElementMapperTest.php index 6540c2c..e7c97f4 100755 --- a/tests/Models/SessionElementMapperTest.php +++ b/tests/Models/SessionElementMapperTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/SessionElementTest.php b/tests/Models/SessionElementTest.php index 2d0f826..544a0f0 100755 --- a/tests/Models/SessionElementTest.php +++ b/tests/Models/SessionElementTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/SessionMapperTest.php b/tests/Models/SessionMapperTest.php index 022da26..9254e5b 100755 --- a/tests/Models/SessionMapperTest.php +++ b/tests/Models/SessionMapperTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Models/SessionTest.php b/tests/Models/SessionTest.php index 4a03395..7e9f31a 100755 --- a/tests/Models/SessionTest.php +++ b/tests/Models/SessionTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn