From 8c1908507b95dadb39dfcf7da7782c7e4e83d86a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 30 Dec 2017 12:45:02 +0100 Subject: [PATCH] Remove @category and replace with @package --- Admin/Activate.php | 5 ++--- Admin/Deactivate.php | 5 ++--- Admin/Install/Navigation.php | 5 ++--- Admin/Installer.php | 5 ++--- Admin/Uninstall.php | 5 ++--- Admin/Update.php | 5 ++--- Controller.php | 5 ++--- Models/Invoice.php | 5 ++--- Models/InvoiceElement.php | 5 ++--- Models/InvoiceStatus.php | 5 ++--- Models/InvoiceType.php | 5 ++--- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/invoice-archive.tpl.php | 2 +- Theme/Backend/invoice-create.tpl.php | 2 +- Theme/Backend/invoice-list.tpl.php | 2 +- Theme/Backend/invoice-single.tpl.php | 2 +- Theme/Backend/purchase-invoice-list.tpl.php | 2 +- 18 files changed, 29 insertions(+), 40 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 0510eda..08bdaf0 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @category Modules - * @package Modules\Admin + * @package Modules * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index f372015..68ee686 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @category Modules - * @package Modules\Admin + * @package Modules * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index e36d0ab..8030bc5 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,8 +17,7 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Navigation class. * - * @category Modules - * @package Modules\Admin + * @package Modules * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Installer.php b/Admin/Installer.php index 5d30123..f8ed6c3 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Module\InstallerAbstract; /** * Billing install class. * - * @category Modules - * @package Modules\Billing + * @package Modules * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index b6d24dc..1fd081b 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,8 +21,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @category Modules - * @package Modules\Admin + * @package Modules * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Update.php b/Admin/Update.php index a0640c1..95f7f37 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,8 +22,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @category Modules - * @package Modules\Admin + * @package Modules * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Controller.php b/Controller.php index 2a58c6f..b1580d8 100644 --- a/Controller.php +++ b/Controller.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -25,8 +25,7 @@ use phpOMS\Views\View; /** * Billing class. * - * @category Modules - * @package Modules\Billing + * @package Modules * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Invoice.php b/Models/Invoice.php index b86eeab..b467f85 100644 --- a/Models/Invoice.php +++ b/Models/Invoice.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -20,8 +20,7 @@ use phpOMS\Localization\Money; /** * Invoice class. * - * @category Tasks - * @package Modules + * @package Tasks * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/InvoiceElement.php b/Models/InvoiceElement.php index 5b3a9d2..207a281 100644 --- a/Models/InvoiceElement.php +++ b/Models/InvoiceElement.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -16,8 +16,7 @@ namespace Modules\Billing\Models; /** * Invoice class. * - * @category Tasks - * @package Modules + * @package Tasks * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/InvoiceStatus.php b/Models/InvoiceStatus.php index 1c39932..f6d4ed0 100644 --- a/Models/InvoiceStatus.php +++ b/Models/InvoiceStatus.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Task type enum. * - * @category Tasks - * @package Modules + * @package Tasks * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/InvoiceType.php b/Models/InvoiceType.php index e83e3e2..d141478 100644 --- a/Models/InvoiceType.php +++ b/Models/InvoiceType.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -18,8 +18,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Task type enum. * - * @category Tasks - * @package Modules + * @package Tasks * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 8c62c36..888a3ab 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 547d3d8..4940ddb 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/invoice-archive.tpl.php b/Theme/Backend/invoice-archive.tpl.php index d80572c..74763f2 100644 --- a/Theme/Backend/invoice-archive.tpl.php +++ b/Theme/Backend/invoice-archive.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/invoice-create.tpl.php b/Theme/Backend/invoice-create.tpl.php index 1e35534..3e98f11 100644 --- a/Theme/Backend/invoice-create.tpl.php +++ b/Theme/Backend/invoice-create.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/invoice-list.tpl.php b/Theme/Backend/invoice-list.tpl.php index 8322afa..32c7fc4 100644 --- a/Theme/Backend/invoice-list.tpl.php +++ b/Theme/Backend/invoice-list.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/invoice-single.tpl.php b/Theme/Backend/invoice-single.tpl.php index d80572c..74763f2 100644 --- a/Theme/Backend/invoice-single.tpl.php +++ b/Theme/Backend/invoice-single.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/purchase-invoice-list.tpl.php b/Theme/Backend/purchase-invoice-list.tpl.php index c8520c5..4b4fed6 100644 --- a/Theme/Backend/purchase-invoice-list.tpl.php +++ b/Theme/Backend/purchase-invoice-list.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.1 * - * @category TBD + * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0