From 26ee64a766edcfac86aa7ce8f7238024fbf1738d 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 +- Controller/ApiController.php | 2 +- Controller/BackendController.php | 2 +- Controller/Controller.php | 2 +- Models/NullTag.php | 2 +- Models/NullTagL11n.php | 2 +- Models/PermissionState.php | 2 +- Models/Tag.php | 2 +- Models/TagL11n.php | 2 +- Models/TagL11nMapper.php | 2 +- Models/TagMapper.php | 2 +- Models/TagType.php | 2 +- Theme/Backend/Components/TagSelector/BaseView.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/tag-create.tpl.php | 2 +- Theme/Backend/tag-list.tpl.php | 2 +- Theme/Backend/tag-single.tpl.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Controller/ApiControllerTest.php | 2 +- tests/Models/NullTagTest.php | 2 +- tests/Models/TagL11nMapperTest.php | 2 +- tests/Models/TagL11nTest.php | 2 +- tests/Models/TagMapperTest.php | 2 +- tests/Models/TagTest.php | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index a357c62..4f1a9e9 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\Tag\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index e8ee32b..61935b5 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\Tag\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 8ece6fe..4468d2e 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\Tag\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 058506a..c44d142 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\Tag\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index 462dbe6..bc33c79 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\Tag\Admin * @copyright Dennis Eichhorn diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 6e4e226..1b5119c 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\Tag * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index ab8ded2..3ac0123 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\Tag * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index 3f63347..50178e3 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\Tag * @copyright Dennis Eichhorn diff --git a/Models/NullTag.php b/Models/NullTag.php index c71f9a9..320efe0 100755 --- a/Models/NullTag.php +++ b/Models/NullTag.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Tag\Models * @copyright Dennis Eichhorn diff --git a/Models/NullTagL11n.php b/Models/NullTagL11n.php index 539de4c..a8b869e 100644 --- a/Models/NullTagL11n.php +++ b/Models/NullTagL11n.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Tag\Models * @copyright Dennis Eichhorn diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 37f4319..3ad9300 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\Tag\Models * @copyright Dennis Eichhorn diff --git a/Models/Tag.php b/Models/Tag.php index dfa06f6..802ea91 100755 --- a/Models/Tag.php +++ b/Models/Tag.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Tag\Models * @copyright Dennis Eichhorn diff --git a/Models/TagL11n.php b/Models/TagL11n.php index 9dc50bc..b6819d0 100755 --- a/Models/TagL11n.php +++ b/Models/TagL11n.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Tag\Models * @copyright Dennis Eichhorn diff --git a/Models/TagL11nMapper.php b/Models/TagL11nMapper.php index b709003..9411de9 100755 --- a/Models/TagL11nMapper.php +++ b/Models/TagL11nMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Tag\Models * @copyright Dennis Eichhorn diff --git a/Models/TagMapper.php b/Models/TagMapper.php index 9490818..63f9bb7 100755 --- a/Models/TagMapper.php +++ b/Models/TagMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Tag\Models * @copyright Dennis Eichhorn diff --git a/Models/TagType.php b/Models/TagType.php index 8e437e7..db3a5ab 100755 --- a/Models/TagType.php +++ b/Models/TagType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Tag\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/TagSelector/BaseView.php b/Theme/Backend/Components/TagSelector/BaseView.php index 691d862..10b1a16 100755 --- a/Theme/Backend/Components/TagSelector/BaseView.php +++ b/Theme/Backend/Components/TagSelector/BaseView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Tag * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 2dd8466..a01a1f6 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\Tag * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 0000326..41c9d59 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\Tag * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 9aaf56b..3afed51 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\Tag * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index dd85011..270759b 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\Tag * @copyright Dennis Eichhorn diff --git a/Theme/Backend/tag-create.tpl.php b/Theme/Backend/tag-create.tpl.php index 6c733fb..a1a4c35 100755 --- a/Theme/Backend/tag-create.tpl.php +++ b/Theme/Backend/tag-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Editor * @copyright Dennis Eichhorn diff --git a/Theme/Backend/tag-list.tpl.php b/Theme/Backend/tag-list.tpl.php index 6515182..1f86e00 100755 --- a/Theme/Backend/tag-list.tpl.php +++ b/Theme/Backend/tag-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Editor * @copyright Dennis Eichhorn diff --git a/Theme/Backend/tag-single.tpl.php b/Theme/Backend/tag-single.tpl.php index 92157ab..36512bc 100755 --- a/Theme/Backend/tag-single.tpl.php +++ b/Theme/Backend/tag-single.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Editor * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 24cff97..9240c7a 100644 --- 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 9762e07..28eb4c3 100644 --- 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/NullTagTest.php b/tests/Models/NullTagTest.php index e6a3339..c1b0d27 100644 --- a/tests/Models/NullTagTest.php +++ b/tests/Models/NullTagTest.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/TagL11nMapperTest.php b/tests/Models/TagL11nMapperTest.php index 2905e4e..25b2442 100644 --- a/tests/Models/TagL11nMapperTest.php +++ b/tests/Models/TagL11nMapperTest.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/TagL11nTest.php b/tests/Models/TagL11nTest.php index a14fcee..02b98a7 100644 --- a/tests/Models/TagL11nTest.php +++ b/tests/Models/TagL11nTest.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/TagMapperTest.php b/tests/Models/TagMapperTest.php index 5a7e383..115939f 100644 --- a/tests/Models/TagMapperTest.php +++ b/tests/Models/TagMapperTest.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/TagTest.php b/tests/Models/TagTest.php index 0daef84..b98b033 100644 --- a/tests/Models/TagTest.php +++ b/tests/Models/TagTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn