From 459a8dde0fe1c4106b507551065323857d9fae0e 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 +- Controller/FileUploaderTrait.php | 2 +- Models/Collection.php | 2 +- Models/CollectionMapper.php | 2 +- Models/Media.php | 2 +- Models/MediaMapper.php | 2 +- Models/NullCollection.php | 2 +- Models/NullMedia.php | 2 +- Models/PathSettings.php | 2 +- Models/PermissionState.php | 2 +- Models/UploadFile.php | 2 +- Models/UploadStatus.php | 2 +- Theme/Backend/Components/InlinePreview/BaseView.php | 2 +- Theme/Backend/Components/Media/BaseView.php | 2 +- Theme/Backend/Components/Upload/BaseView.php | 2 +- Theme/Backend/Lang/Navigation.de.lang.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/api.en.lang.php | 2 +- Theme/Backend/Lang/de.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/media-collection-create.tpl.php | 2 +- Theme/Backend/media-file-create.tpl.php | 2 +- Theme/Backend/media-list.tpl.php | 2 +- Theme/Backend/media-single.tpl.php | 2 +- Theme/Backend/media-upload.tpl.php | 2 +- Theme/Backend/template-functions.php | 2 +- Views/MediaCreateView.php | 2 +- Views/MediaView.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Controller/Api/ApiControllerCollectionTrait.php | 2 +- tests/Controller/Api/ApiControllerMediaTrait.php | 2 +- tests/Controller/ApiControllerTest.php | 2 +- tests/Models/CollectionMapperTest.php | 2 +- tests/Models/CollectionTest.php | 2 +- tests/Models/MediaMapperTest.php | 2 +- tests/Models/MediaTest.php | 2 +- tests/Models/NullCollectionTest.php | 2 +- tests/Models/NullMediaTest.php | 2 +- tests/Views/MediaViewTest.php | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 2056eb9..e9a9e31 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\Media\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index fd89788..07c7a83 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\Media\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index a69e987..a051462 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\Media\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index d727f3f..e939e0b 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\Media\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index 0c4f1d1..73f3166 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\Media\Admin * @copyright Dennis Eichhorn diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 1e7ba2e..c123bd3 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\Media * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index f4eaa4a..e10173a 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\Media * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index 0900ca6..4d2b986 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\Media * @copyright Dennis Eichhorn diff --git a/Controller/FileUploaderTrait.php b/Controller/FileUploaderTrait.php index 2268db9..76d27d7 100755 --- a/Controller/FileUploaderTrait.php +++ b/Controller/FileUploaderTrait.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Controller * @copyright Dennis Eichhorn diff --git a/Models/Collection.php b/Models/Collection.php index 4391d0e..c8cf8df 100755 --- a/Models/Collection.php +++ b/Models/Collection.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Models * @copyright Dennis Eichhorn diff --git a/Models/CollectionMapper.php b/Models/CollectionMapper.php index aaea1f7..8731f0b 100755 --- a/Models/CollectionMapper.php +++ b/Models/CollectionMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Models * @copyright Dennis Eichhorn diff --git a/Models/Media.php b/Models/Media.php index 4724bf7..934c87f 100755 --- a/Models/Media.php +++ b/Models/Media.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Models * @copyright Dennis Eichhorn diff --git a/Models/MediaMapper.php b/Models/MediaMapper.php index 9f97547..e707b0f 100755 --- a/Models/MediaMapper.php +++ b/Models/MediaMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Models * @copyright Dennis Eichhorn diff --git a/Models/NullCollection.php b/Models/NullCollection.php index c92d14e..36f9b76 100755 --- a/Models/NullCollection.php +++ b/Models/NullCollection.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Models * @copyright Dennis Eichhorn diff --git a/Models/NullMedia.php b/Models/NullMedia.php index 159e55c..a16aeb5 100755 --- a/Models/NullMedia.php +++ b/Models/NullMedia.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Models * @copyright Dennis Eichhorn diff --git a/Models/PathSettings.php b/Models/PathSettings.php index d4d91ce..5ce9f90 100755 --- a/Models/PathSettings.php +++ b/Models/PathSettings.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Models * @copyright Dennis Eichhorn diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 0568b53..8195359 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\Media\Models * @copyright Dennis Eichhorn diff --git a/Models/UploadFile.php b/Models/UploadFile.php index 51ec19a..0bdc79b 100755 --- a/Models/UploadFile.php +++ b/Models/UploadFile.php @@ -3,7 +3,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Models * @copyright Dennis Eichhorn diff --git a/Models/UploadStatus.php b/Models/UploadStatus.php index 1985204..9df84cb 100755 --- a/Models/UploadStatus.php +++ b/Models/UploadStatus.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/InlinePreview/BaseView.php b/Theme/Backend/Components/InlinePreview/BaseView.php index 6f9fcd9..edc0957 100755 --- a/Theme/Backend/Components/InlinePreview/BaseView.php +++ b/Theme/Backend/Components/InlinePreview/BaseView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/Media/BaseView.php b/Theme/Backend/Components/Media/BaseView.php index e4d6d25..d3d4e92 100755 --- a/Theme/Backend/Components/Media/BaseView.php +++ b/Theme/Backend/Components/Media/BaseView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Components/Upload/BaseView.php b/Theme/Backend/Components/Upload/BaseView.php index 7372f3f..129e806 100755 --- a/Theme/Backend/Components/Upload/BaseView.php +++ b/Theme/Backend/Components/Upload/BaseView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 1149417..766480d 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\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 14b3dd8..17ff878 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\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index 34aac3a..2c46337 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\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index a8c5bf2..b5ca022 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\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index e3b6fc7..a6c93a4 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\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/media-collection-create.tpl.php b/Theme/Backend/media-collection-create.tpl.php index 4803258..00836de 100755 --- a/Theme/Backend/media-collection-create.tpl.php +++ b/Theme/Backend/media-collection-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * -* PHP Version 7.4 +* PHP Version 8.0 * * @package Modules\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/media-file-create.tpl.php b/Theme/Backend/media-file-create.tpl.php index 88da38b..009879a 100755 --- a/Theme/Backend/media-file-create.tpl.php +++ b/Theme/Backend/media-file-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * -* PHP Version 7.4 +* PHP Version 8.0 * * @package Modules\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/media-list.tpl.php b/Theme/Backend/media-list.tpl.php index e02599a..34bc8a0 100755 --- a/Theme/Backend/media-list.tpl.php +++ b/Theme/Backend/media-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/media-single.tpl.php b/Theme/Backend/media-single.tpl.php index 9f42add..d2b21f0 100755 --- a/Theme/Backend/media-single.tpl.php +++ b/Theme/Backend/media-single.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/media-upload.tpl.php b/Theme/Backend/media-upload.tpl.php index c420ec8..08ec968 100755 --- a/Theme/Backend/media-upload.tpl.php +++ b/Theme/Backend/media-upload.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * -* PHP Version 7.4 +* PHP Version 8.0 * * @package Modules\Media * @copyright Dennis Eichhorn diff --git a/Theme/Backend/template-functions.php b/Theme/Backend/template-functions.php index 409ea7e..6509f66 100755 --- a/Theme/Backend/template-functions.php +++ b/Theme/Backend/template-functions.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\HumanResourceManagement\Models * @copyright Dennis Eichhorn diff --git a/Views/MediaCreateView.php b/Views/MediaCreateView.php index 4221b78..691167a 100755 --- a/Views/MediaCreateView.php +++ b/Views/MediaCreateView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Views * @copyright Dennis Eichhorn diff --git a/Views/MediaView.php b/Views/MediaView.php index 784e591..14ec90a 100755 --- a/Views/MediaView.php +++ b/Views/MediaView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Media\Views * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 0f380d4..029d449 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/Api/ApiControllerCollectionTrait.php b/tests/Controller/Api/ApiControllerCollectionTrait.php index 181c85c..49f8873 100755 --- a/tests/Controller/Api/ApiControllerCollectionTrait.php +++ b/tests/Controller/Api/ApiControllerCollectionTrait.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/Api/ApiControllerMediaTrait.php b/tests/Controller/Api/ApiControllerMediaTrait.php index ca58aea..48b7682 100755 --- a/tests/Controller/Api/ApiControllerMediaTrait.php +++ b/tests/Controller/Api/ApiControllerMediaTrait.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 ad3ff83..d8ddf28 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/CollectionMapperTest.php b/tests/Models/CollectionMapperTest.php index 1129fb4..5c2de94 100644 --- a/tests/Models/CollectionMapperTest.php +++ b/tests/Models/CollectionMapperTest.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/CollectionTest.php b/tests/Models/CollectionTest.php index eef4c5d..5fea45d 100755 --- a/tests/Models/CollectionTest.php +++ b/tests/Models/CollectionTest.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/MediaMapperTest.php b/tests/Models/MediaMapperTest.php index 2db7daa..8d98228 100755 --- a/tests/Models/MediaMapperTest.php +++ b/tests/Models/MediaMapperTest.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/MediaTest.php b/tests/Models/MediaTest.php index f5daf92..490a1d6 100755 --- a/tests/Models/MediaTest.php +++ b/tests/Models/MediaTest.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/NullCollectionTest.php b/tests/Models/NullCollectionTest.php index c593f8c..8d8c8ad 100644 --- a/tests/Models/NullCollectionTest.php +++ b/tests/Models/NullCollectionTest.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/NullMediaTest.php b/tests/Models/NullMediaTest.php index 3386e06..ef6e481 100644 --- a/tests/Models/NullMediaTest.php +++ b/tests/Models/NullMediaTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn diff --git a/tests/Views/MediaViewTest.php b/tests/Views/MediaViewTest.php index 44d24be..2b07d1c 100644 --- a/tests/Views/MediaViewTest.php +++ b/tests/Views/MediaViewTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn