From 5fcbffaec24e474b193c3334f03081a979d89c7c 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/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/Comment.php | 2 +- Models/CommentList.php | 2 +- Models/CommentListMapper.php | 2 +- Models/CommentMapper.php | 2 +- Models/CommentStatus.php | 2 +- Models/NullComment.php | 2 +- Models/NullCommentList.php | 2 +- Theme/Backend/Components/Comment/CreateView.php | 2 +- Theme/Backend/Components/Comment/ListView.php | 2 +- Theme/Backend/Lang/api.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Models/CommentListMapperTest.php | 2 +- tests/Models/CommentListTest.php | 2 +- tests/Models/CommentMapperTest.php | 2 +- tests/Models/CommentTest.php | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 9581232..cff3f79 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\Comments\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 738feb2..e252905 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\Comments\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 7d139f1..55c8c66 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\Comments\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index 0f0f509..d0c1087 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\Comments\Admin * @copyright Dennis Eichhorn diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 982f854..2b969ac 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -3,7 +3,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 7ebceff..83944e6 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -3,7 +3,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index bcda913..9c52e8a 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\Comments * @copyright Dennis Eichhorn diff --git a/Models/Comment.php b/Models/Comment.php index 502ad12..e99f74d 100755 --- a/Models/Comment.php +++ b/Models/Comment.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentList.php b/Models/CommentList.php index 300d673..8413f3a 100755 --- a/Models/CommentList.php +++ b/Models/CommentList.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentListMapper.php b/Models/CommentListMapper.php index 052c221..482357d 100755 --- a/Models/CommentListMapper.php +++ b/Models/CommentListMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentMapper.php b/Models/CommentMapper.php index 70e58b3..a0102dd 100755 --- a/Models/CommentMapper.php +++ b/Models/CommentMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/CommentStatus.php b/Models/CommentStatus.php index e0c7246..89da52c 100644 --- a/Models/CommentStatus.php +++ b/Models/CommentStatus.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments\Models * @copyright Dennis Eichhorn diff --git a/Models/NullComment.php b/Models/NullComment.php index 65db2ce..14f8e12 100755 --- a/Models/NullComment.php +++ b/Models/NullComment.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comment\Models * @copyright Dennis Eichhorn diff --git a/Models/NullCommentList.php b/Models/NullCommentList.php index 296c693..7009ddb 100644 --- a/Models/NullCommentList.php +++ b/Models/NullCommentList.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comment\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/Comment/CreateView.php b/Theme/Backend/Components/Comment/CreateView.php index 6f84efd..ef24b6c 100644 --- a/Theme/Backend/Components/Comment/CreateView.php +++ b/Theme/Backend/Components/Comment/CreateView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/Comment/ListView.php b/Theme/Backend/Components/Comment/ListView.php index 51f3529..69649a7 100644 --- a/Theme/Backend/Components/Comment/ListView.php +++ b/Theme/Backend/Components/Comment/ListView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index e00d723..133755e 100755 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Comments * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index acc0a5f..90a8855 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\Comments * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 62ec873..886f6af 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 2013 Dennis Eichhorn diff --git a/tests/Models/CommentListMapperTest.php b/tests/Models/CommentListMapperTest.php index 83850e7..205d415 100755 --- a/tests/Models/CommentListMapperTest.php +++ b/tests/Models/CommentListMapperTest.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/CommentListTest.php b/tests/Models/CommentListTest.php index b53bb35..c77796f 100755 --- a/tests/Models/CommentListTest.php +++ b/tests/Models/CommentListTest.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/CommentMapperTest.php b/tests/Models/CommentMapperTest.php index 8ab9721..7858454 100755 --- a/tests/Models/CommentMapperTest.php +++ b/tests/Models/CommentMapperTest.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/CommentTest.php b/tests/Models/CommentTest.php index ba940c2..94f43fb 100755 --- a/tests/Models/CommentTest.php +++ b/tests/Models/CommentTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn