diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index e157704..876dd35 100644 --- 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\Accounting\Admin\Install * @copyright Dennis Eichhorn diff --git a/Admin/Installer.php b/Admin/Installer.php index 6762a80..2b16067 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Status.php b/Admin/Status.php index 29b446b..bce0645 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index d7929b9..dfb2fef 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Admin * @copyright Dennis Eichhorn diff --git a/Admin/Updater.php b/Admin/Updater.php index c9ceabc..120de3c 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Admin * @copyright Dennis Eichhorn diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 7c70cfc..52a362d 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Controller/Controller.php b/Controller/Controller.php index f984fd5..5e966f3 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index 057a1a0..1ce8868 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/AccountType.php b/Models/AccountType.php index c642b9c..af7abe7 100644 --- a/Models/AccountType.php +++ b/Models/AccountType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/Balance.php b/Models/Balance.php index ace21f7..92dba04 100644 --- a/Models/Balance.php +++ b/Models/Balance.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index e637c09..07a172e 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/CostCenter.php b/Models/CostCenter.php index 69ace88..6af0fbb 100644 --- a/Models/CostCenter.php +++ b/Models/CostCenter.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/CostCenterMapper.php b/Models/CostCenterMapper.php index 9415a12..23efa35 100644 --- a/Models/CostCenterMapper.php +++ b/Models/CostCenterMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/CostObject.php b/Models/CostObject.php index f04e9fa..6148c6d 100644 --- a/Models/CostObject.php +++ b/Models/CostObject.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/CostObjectMapper.php b/Models/CostObjectMapper.php index 42d9a0c..56c55fb 100644 --- a/Models/CostObjectMapper.php +++ b/Models/CostObjectMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/Creditor.php b/Models/Creditor.php index 7614f1e..41a0fa5 100644 --- a/Models/Creditor.php +++ b/Models/Creditor.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/Debitor.php b/Models/Debitor.php index fe7f56d..8cb8aa1 100644 --- a/Models/Debitor.php +++ b/Models/Debitor.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/EntryInterface.php b/Models/EntryInterface.php index d77f5d4..24bde48 100644 --- a/Models/EntryInterface.php +++ b/Models/EntryInterface.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/IncomeStatement.php b/Models/IncomeStatement.php index 6f34567..f11e233 100644 --- a/Models/IncomeStatement.php +++ b/Models/IncomeStatement.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/InvoicePosting.php b/Models/InvoicePosting.php index 9e5d550..8d977d2 100644 --- a/Models/InvoicePosting.php +++ b/Models/InvoicePosting.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/L11nCostCenter.php b/Models/L11nCostCenter.php index a2ca896..a5e5ee2 100644 --- a/Models/L11nCostCenter.php +++ b/Models/L11nCostCenter.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/L11nCostCenterMapper.php b/Models/L11nCostCenterMapper.php index 750a8a5..eeb63c9 100644 --- a/Models/L11nCostCenterMapper.php +++ b/Models/L11nCostCenterMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/L11nCostObject.php b/Models/L11nCostObject.php index 45e3511..8273dd4 100644 --- a/Models/L11nCostObject.php +++ b/Models/L11nCostObject.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/L11nCostObjectMapper.php b/Models/L11nCostObjectMapper.php index f1fc12c..355d6fb 100644 --- a/Models/L11nCostObjectMapper.php +++ b/Models/L11nCostObjectMapper.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/NullCostCenter.php b/Models/NullCostCenter.php index cd57d8c..60a67ed 100644 --- a/Models/NullCostCenter.php +++ b/Models/NullCostCenter.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/NullCostObject.php b/Models/NullCostObject.php index c574e5c..bef3ab4 100644 --- a/Models/NullCostObject.php +++ b/Models/NullCostObject.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 3bd6d85..216c311 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/Posting.php b/Models/Posting.php index 1c8e9e6..61feb80 100644 --- a/Models/Posting.php +++ b/Models/Posting.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/PostingAbstract.php b/Models/PostingAbstract.php index 0742d8f..6a1579f 100644 --- a/Models/PostingAbstract.php +++ b/Models/PostingAbstract.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/PostingInterface.php b/Models/PostingInterface.php index 96d59cf..5524ded 100644 --- a/Models/PostingInterface.php +++ b/Models/PostingInterface.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Models/TimeRangeType.php b/Models/TimeRangeType.php index 1e393be..309de72 100644 --- a/Models/TimeRangeType.php +++ b/Models/TimeRangeType.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting\Models * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 812500a..14084d7 100644 --- 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\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index b8de0e2..53a49dd 100644 --- 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\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 548412a..5ea8be7 100644 --- 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\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/costcenter-list.tpl.php b/Theme/Backend/costcenter-list.tpl.php index 2bd6d4f..2805fbe 100644 --- a/Theme/Backend/costcenter-list.tpl.php +++ b/Theme/Backend/costcenter-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/costobject-list.tpl.php b/Theme/Backend/costobject-list.tpl.php index 811e3f3..9b8df4f 100644 --- a/Theme/Backend/costobject-list.tpl.php +++ b/Theme/Backend/costobject-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/entries.tpl.php b/Theme/Backend/entries.tpl.php index 06822fa..a1ef3ab 100644 --- a/Theme/Backend/entries.tpl.php +++ b/Theme/Backend/entries.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/gl-create.tpl.php b/Theme/Backend/gl-create.tpl.php index 2935f10..a109cb1 100644 --- a/Theme/Backend/gl-create.tpl.php +++ b/Theme/Backend/gl-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php index ae4f79a..7e7b630 100644 --- a/Theme/Backend/gl-list.tpl.php +++ b/Theme/Backend/gl-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/gl-profile.tpl.php b/Theme/Backend/gl-profile.tpl.php index 1be0f90..6cbe5e3 100644 --- a/Theme/Backend/gl-profile.tpl.php +++ b/Theme/Backend/gl-profile.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/journal-list.tpl.php b/Theme/Backend/journal-list.tpl.php index 42c623e..4577204 100644 --- a/Theme/Backend/journal-list.tpl.php +++ b/Theme/Backend/journal-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/stack-archive-list.tpl.php b/Theme/Backend/stack-archive-list.tpl.php index 4253c39..38dc3a1 100644 --- a/Theme/Backend/stack-archive-list.tpl.php +++ b/Theme/Backend/stack-archive-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/stack-create.tpl.php b/Theme/Backend/stack-create.tpl.php index 11134d8..18f1197 100644 --- a/Theme/Backend/stack-create.tpl.php +++ b/Theme/Backend/stack-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/stack-entries.tpl.php b/Theme/Backend/stack-entries.tpl.php index 1be0f90..6cbe5e3 100644 --- a/Theme/Backend/stack-entries.tpl.php +++ b/Theme/Backend/stack-entries.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/stack-list.tpl.php b/Theme/Backend/stack-list.tpl.php index 9352e81..8fc2731 100644 --- a/Theme/Backend/stack-list.tpl.php +++ b/Theme/Backend/stack-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/Theme/Backend/stack-predefined-list.tpl.php b/Theme/Backend/stack-predefined-list.tpl.php index 0a72605..62507e6 100644 --- a/Theme/Backend/stack-predefined-list.tpl.php +++ b/Theme/Backend/stack-predefined-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package Modules\Accounting * @copyright Dennis Eichhorn diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 3e8a6a5..9212fb2 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/Models/CostCenterMapperTest.php b/tests/Models/CostCenterMapperTest.php index a9edfb5..df05215 100644 --- a/tests/Models/CostCenterMapperTest.php +++ b/tests/Models/CostCenterMapperTest.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/CostCenterTest.php b/tests/Models/CostCenterTest.php index 7532b09..474f11a 100644 --- a/tests/Models/CostCenterTest.php +++ b/tests/Models/CostCenterTest.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/CostObjectMapperTest.php b/tests/Models/CostObjectMapperTest.php index 927bd70..02d24eb 100644 --- a/tests/Models/CostObjectMapperTest.php +++ b/tests/Models/CostObjectMapperTest.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/CostObjectTest.php b/tests/Models/CostObjectTest.php index 4e20ba0..86f1a09 100644 --- a/tests/Models/CostObjectTest.php +++ b/tests/Models/CostObjectTest.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.4 + * PHP Version 8.0 * * @package tests * @copyright Dennis Eichhorn