From fa3e8bc07720c035b51e55e1d2cf2f755d97c120 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 ++--- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- 8 files changed, 15 insertions(+), 22 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index f31dc92..39dc57d 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 bcfe98d..e66769f 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 92256e9..b43f3c0 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 82f6757..d0b4f59 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 @@ -20,8 +20,7 @@ use phpOMS\Module\InstallerAbstract; /** * Help install class. * - * @category Modules - * @package Modules\BackendHelp + * @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 ec96389..22a70c5 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 @@ -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/Update.php b/Admin/Update.php index e1ad7bf..ffc2eb8 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 9bdc32e..95945bb 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 @@ -26,8 +26,7 @@ use phpOMS\Views\View; /** * Help class. * - * @category Modules - * @package Modules\Help + * @package Modules * @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 1bee03c..c9dd030 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