From 14f21a3322a2860868b56613cf31897f59dd601b 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/Search.php | 2 +- Admin/Install/SearchCommands.php | 2 +- Admin/Installer.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller/BackendController.php | 2 +- Controller/Controller.php | 2 +- Controller/SearchController.php | 2 +- Controller/TimerecordingController.php | 2 +- Models/LinkType.php | 2 +- Models/NavElement.php | 2 +- Models/NavElementMapper.php | 2 +- Models/Navigation.php | 2 +- Models/NavigationType.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/mid-side.tpl.php | 2 +- Theme/Backend/mid.tpl.php | 2 +- Theme/Backend/side.tpl.php | 2 +- Theme/Backend/splash.tpl.php | 2 +- Theme/Backend/top.tpl.php | 2 +- Views/NavigationView.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Controller/SearchControllerTest.php | 2 +- tests/Views/NavigationViewTest.php | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Admin/Install/Search.php b/Admin/Install/Search.php index 6122bdd..a3874b8 100755 --- a/Admin/Install/Search.php +++ b/Admin/Install/Search.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Install/SearchCommands.php b/Admin/Install/SearchCommands.php index b60ebbd..8a0bdbc 100755 --- a/Admin/Install/SearchCommands.php +++ b/Admin/Install/SearchCommands.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index d14e337..8990d09 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\Navigation\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 5416dcb..1347d65 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\Navigation\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 8f91d6c..b9f1c39 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\Navigation\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index 7f681e3..5039923 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\Navigation\Admin * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 2f33bb8..137a8f8 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\Navigation * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index e4080e1..6bdf5ab 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\Navigation * @copyright Dennis Eichhorn diff --git a/Controller/SearchController.php b/Controller/SearchController.php index 17dcfa1..8bbde1f 100755 --- a/Controller/SearchController.php +++ b/Controller/SearchController.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation * @copyright Dennis Eichhorn diff --git a/Controller/TimerecordingController.php b/Controller/TimerecordingController.php index 94a15d9..789f700 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\Navigation * @copyright Dennis Eichhorn diff --git a/Models/LinkType.php b/Models/LinkType.php index c6a02e9..5b7e186 100755 --- a/Models/LinkType.php +++ b/Models/LinkType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation\Models * @copyright Dennis Eichhorn diff --git a/Models/NavElement.php b/Models/NavElement.php index 380499d..3064046 100755 --- a/Models/NavElement.php +++ b/Models/NavElement.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation\Models * @copyright Dennis Eichhorn diff --git a/Models/NavElementMapper.php b/Models/NavElementMapper.php index 546cfc3..d602e87 100755 --- a/Models/NavElementMapper.php +++ b/Models/NavElementMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation\Models * @copyright Dennis Eichhorn diff --git a/Models/Navigation.php b/Models/Navigation.php index 7ed427a..11d2d10 100755 --- a/Models/Navigation.php +++ b/Models/Navigation.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation\Models * @copyright Dennis Eichhorn diff --git a/Models/NavigationType.php b/Models/NavigationType.php index 1941911..f02f6d5 100755 --- a/Models/NavigationType.php +++ b/Models/NavigationType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 19d6a32..76080d3 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\Navigation * @copyright Dennis Eichhorn diff --git a/Theme/Backend/mid-side.tpl.php b/Theme/Backend/mid-side.tpl.php index 466c633..e1f29db 100755 --- a/Theme/Backend/mid-side.tpl.php +++ b/Theme/Backend/mid-side.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation * @copyright Dennis Eichhorn diff --git a/Theme/Backend/mid.tpl.php b/Theme/Backend/mid.tpl.php index 01ab41a..df76b0d 100755 --- a/Theme/Backend/mid.tpl.php +++ b/Theme/Backend/mid.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation * @copyright Dennis Eichhorn diff --git a/Theme/Backend/side.tpl.php b/Theme/Backend/side.tpl.php index 26766d5..2922e46 100755 --- a/Theme/Backend/side.tpl.php +++ b/Theme/Backend/side.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation * @copyright Dennis Eichhorn diff --git a/Theme/Backend/splash.tpl.php b/Theme/Backend/splash.tpl.php index e502252..dce2027 100755 --- a/Theme/Backend/splash.tpl.php +++ b/Theme/Backend/splash.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation * @copyright Dennis Eichhorn diff --git a/Theme/Backend/top.tpl.php b/Theme/Backend/top.tpl.php index af649d8..0fb8df4 100755 --- a/Theme/Backend/top.tpl.php +++ b/Theme/Backend/top.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation * @copyright Dennis Eichhorn diff --git a/Views/NavigationView.php b/Views/NavigationView.php index f3471a2..33685a4 100755 --- a/Views/NavigationView.php +++ b/Views/NavigationView.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Navigation\Views * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index b15b601..e82d1dd 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/SearchControllerTest.php b/tests/Controller/SearchControllerTest.php index c3970b0..9cdaaea 100644 --- a/tests/Controller/SearchControllerTest.php +++ b/tests/Controller/SearchControllerTest.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/NavigationViewTest.php b/tests/Views/NavigationViewTest.php index 704da3f..05bb7cc 100755 --- a/tests/Views/NavigationViewTest.php +++ b/tests/Views/NavigationViewTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn