From 48b53d07b8d58f104d2ac5f04d7076fb8c49345e 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/Media.php | 2 +- Admin/Install/Navigation.php | 2 +- Admin/Install/Settings.install.php | 2 +- Admin/Installer.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller/ApiController.php | 2 +- Controller/BackendController.php | 2 +- Controller/Controller.php | 2 +- Models/Department.php | 2 +- Models/DepartmentMapper.php | 2 +- Models/NullDepartment.php | 2 +- Models/NullPosition.php | 2 +- Models/NullUnit.php | 2 +- Models/PermissionState.php | 2 +- Models/Position.php | 2 +- Models/PositionMapper.php | 2 +- Models/SettingsEnum.php | 2 +- Models/Status.php | 2 +- Models/Unit.php | 2 +- Models/UnitMapper.php | 2 +- .../DepartmentTagSelector/DepartmentTagSelectorPopupView.php | 2 +- .../DepartmentTagSelector/DepartmentTagSelectorView.php | 2 +- .../PositionTagSelector/PositionTagSelectorPopupView.php | 2 +- .../Components/PositionTagSelector/PositionTagSelectorView.php | 2 +- .../Components/UnitTagSelector/UnitTagSelectorPopupView.php | 2 +- .../Backend/Components/UnitTagSelector/UnitTagSelectorView.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/department-create.tpl.php | 2 +- Theme/Backend/department-list.tpl.php | 2 +- Theme/Backend/department-profile.tpl.php | 2 +- Theme/Backend/organigram.tpl.php | 2 +- Theme/Backend/position-create.tpl.php | 2 +- Theme/Backend/position-list.tpl.php | 2 +- Theme/Backend/position-profile.tpl.php | 2 +- Theme/Backend/unit-create.tpl.php | 2 +- Theme/Backend/unit-list.tpl.php | 2 +- Theme/Backend/unit-profile.tpl.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Controller/ApiControllerTest.php | 2 +- tests/Models/DepartmentMapperTest.php | 2 +- tests/Models/DepartmentTest.php | 2 +- tests/Models/NullDepartmentTest.php | 2 +- tests/Models/NullPositionTest.php | 2 +- tests/Models/NullUnitTest.php | 2 +- tests/Models/PositionMapperTest.php | 2 +- tests/Models/PositionTest.php | 2 +- tests/Models/UnitMapperTest.php | 2 +- tests/Models/UnitTest.php | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php index da2ece7..0008e19 100755 --- a/Admin/Install/Media.php +++ b/Admin/Install/Media.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 04f84e6..17264c5 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\Organization\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Install/Settings.install.php b/Admin/Install/Settings.install.php index d82d50b..bdc6b03 100755 --- a/Admin/Install/Settings.install.php +++ b/Admin/Install/Settings.install.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index a4c934b..6d04fb7 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\Organization\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index afe9826..e0a0770 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\Organization\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 6de0fdc..8ac7404 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\Organization\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index c8f1cc8..18cc3e0 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\Organization\Admin * @copyright Dennis Eichhorn diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 3972a4b..a9b87e1 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\Organization * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 50a4bea..6298c70 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\Organization * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index e8200a6..ea68c55 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\Organization * @copyright Dennis Eichhorn diff --git a/Models/Department.php b/Models/Department.php index 22c88f8..f099582 100755 --- a/Models/Department.php +++ b/Models/Department.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/DepartmentMapper.php b/Models/DepartmentMapper.php index 1cb063a..420c3fc 100755 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/NullDepartment.php b/Models/NullDepartment.php index 819c721..b822ba8 100755 --- a/Models/NullDepartment.php +++ b/Models/NullDepartment.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/NullPosition.php b/Models/NullPosition.php index 2ae48d7..a302cab 100755 --- a/Models/NullPosition.php +++ b/Models/NullPosition.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/NullUnit.php b/Models/NullUnit.php index c346b5d..65bce6e 100755 --- a/Models/NullUnit.php +++ b/Models/NullUnit.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 75c500f..faee36a 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\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/Position.php b/Models/Position.php index 1242b31..11aa19d 100755 --- a/Models/Position.php +++ b/Models/Position.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/PositionMapper.php b/Models/PositionMapper.php index 83c3809..0b1fbf0 100755 --- a/Models/PositionMapper.php +++ b/Models/PositionMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/SettingsEnum.php b/Models/SettingsEnum.php index a61c03d..897c57d 100755 --- a/Models/SettingsEnum.php +++ b/Models/SettingsEnum.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/Status.php b/Models/Status.php index f37f79b..b8d4019 100755 --- a/Models/Status.php +++ b/Models/Status.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/Unit.php b/Models/Unit.php index c36a724..d6fab4b 100755 --- a/Models/Unit.php +++ b/Models/Unit.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Models/UnitMapper.php b/Models/UnitMapper.php index e12676f..cd527fb 100755 --- a/Models/UnitMapper.php +++ b/Models/UnitMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php index 2020b81..bdecc80 100755 --- a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php +++ b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php index 89c10f7..ee2b601 100755 --- a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php +++ b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php index 9d9f8e6..5c6495f 100755 --- a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php +++ b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php index c3890e1..2e000da 100755 --- a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php +++ b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php index fbd39ad..829c459 100755 --- a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php +++ b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php index 1a73d62..53d34d3 100755 --- a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php +++ b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index caf7988..e87ae1d 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\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 72fb61b..ea8e7ae 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\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index df65109..db0b129 100755 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index b9d6b58..488b2a9 100755 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/department-profile.tpl.php b/Theme/Backend/department-profile.tpl.php index 31848ca..88c6e2a 100755 --- a/Theme/Backend/department-profile.tpl.php +++ b/Theme/Backend/department-profile.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/organigram.tpl.php b/Theme/Backend/organigram.tpl.php index 28a2385..b7539a9 100755 --- a/Theme/Backend/organigram.tpl.php +++ b/Theme/Backend/organigram.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index 2c3a2be..c1d4436 100755 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 468032e..f65fb87 100755 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/position-profile.tpl.php b/Theme/Backend/position-profile.tpl.php index 7e81f83..4513149 100755 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index 3e0da2f..8f53e27 100755 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 0dccd81..54fd308 100755 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/Theme/Backend/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index 0292d17..da9d7f9 100755 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Organization * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 9e1c351..2a350f8 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/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index bc7dc3b..b2530e1 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.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/DepartmentMapperTest.php b/tests/Models/DepartmentMapperTest.php index 6e602da..045db21 100755 --- a/tests/Models/DepartmentMapperTest.php +++ b/tests/Models/DepartmentMapperTest.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/DepartmentTest.php b/tests/Models/DepartmentTest.php index 22e3e53..620e043 100755 --- a/tests/Models/DepartmentTest.php +++ b/tests/Models/DepartmentTest.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/NullDepartmentTest.php b/tests/Models/NullDepartmentTest.php index b3e1449..b95b0ea 100644 --- a/tests/Models/NullDepartmentTest.php +++ b/tests/Models/NullDepartmentTest.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/NullPositionTest.php b/tests/Models/NullPositionTest.php index c4f5cca..d9882bf 100644 --- a/tests/Models/NullPositionTest.php +++ b/tests/Models/NullPositionTest.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/NullUnitTest.php b/tests/Models/NullUnitTest.php index b457c84..88aeec0 100644 --- a/tests/Models/NullUnitTest.php +++ b/tests/Models/NullUnitTest.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/PositionMapperTest.php b/tests/Models/PositionMapperTest.php index ddcb320..9b9659c 100755 --- a/tests/Models/PositionMapperTest.php +++ b/tests/Models/PositionMapperTest.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/PositionTest.php b/tests/Models/PositionTest.php index 024beae..d6306c2 100755 --- a/tests/Models/PositionTest.php +++ b/tests/Models/PositionTest.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/UnitMapperTest.php b/tests/Models/UnitMapperTest.php index 491796d..2b1df01 100755 --- a/tests/Models/UnitMapperTest.php +++ b/tests/Models/UnitMapperTest.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/UnitTest.php b/tests/Models/UnitTest.php index 05f80a9..39c97db 100755 --- a/tests/Models/UnitTest.php +++ b/tests/Models/UnitTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn