From 4245524c4ac78733f1b84ff7804496de8d376478 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/BoardStatus.php | 5 ++--- Models/CardStatus.php | 5 ++--- Models/CardType.php | 5 ++--- Models/KanbanBoard.php | 5 ++--- Models/KanbanBoardMapper.php | 5 ++--- Models/KanbanCard.php | 5 ++--- Models/KanbanCardComment.php | 5 ++--- Models/KanbanCardCommentMapper.php | 5 ++--- Models/KanbanCardMapper.php | 5 ++--- Models/KanbanColumn.php | 5 ++--- Models/KanbanColumnMapper.php | 5 ++--- Models/KanbanLabel.php | 5 ++--- Models/KanbanLabelMapper.php | 5 ++--- Models/PermissionState.php | 5 ++--- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- 23 files changed, 44 insertions(+), 65 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 6ddd14a..58dbb24 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 eb7bcc5..e48d236 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 e8dc041..88e99b5 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\Kanban + * @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 2b30a3f..24473e4 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; /** * Tasks install class. * - * @category Modules - * @package Modules\Tasks + * @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 ee47812..1d08310 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 f9ddfcd..a56f42c 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 48a3cb3..03cf399 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 @@ -40,8 +40,7 @@ use Modules\Kanban\Models\BoardStatus; /** * Task class. * - * @category Modules - * @package Modules\Kanban + * @package Modules * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/BoardStatus.php b/Models/BoardStatus.php index 5aa74ca..f57b106 100644 --- a/Models/BoardStatus.php +++ b/Models/BoardStatus.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 status enum. * - * @category Kanban - * @package Modules + * @package Kanban * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/CardStatus.php b/Models/CardStatus.php index 7ae8166..e738d1b 100644 --- a/Models/CardStatus.php +++ b/Models/CardStatus.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 status enum. * - * @category Kanban - * @package Modules + * @package Kanban * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/CardType.php b/Models/CardType.php index 9140f15..430a143 100644 --- a/Models/CardType.php +++ b/Models/CardType.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 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Area type enum. * - * @category Framework - * @package phpOMS\Utils\Converter + * @package Framework * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/KanbanBoard.php b/Models/KanbanBoard.php index e2b67c3..79888af 100644 --- a/Models/KanbanBoard.php +++ b/Models/KanbanBoard.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\Kanban\Models; /** * Task class. * - * @category Kanban - * @package Modules + * @package Kanban * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/KanbanBoardMapper.php b/Models/KanbanBoardMapper.php index 9008a46..96a6d6f 100644 --- a/Models/KanbanBoardMapper.php +++ b/Models/KanbanBoardMapper.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 Modules\Admin\Models\AccountMapper; /** * Mapper 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/KanbanCard.php b/Models/KanbanCard.php index f873501..7ffd7d5 100644 --- a/Models/KanbanCard.php +++ b/Models/KanbanCard.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 Modules\Media\Models\Media; /** * Task class. * - * @category Kanban - * @package Modules + * @package Kanban * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/KanbanCardComment.php b/Models/KanbanCardComment.php index 024f66e..c995bda 100644 --- a/Models/KanbanCardComment.php +++ b/Models/KanbanCardComment.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 Modules\Media\Models\Media; /** * Task class. * - * @category Kanban - * @package Modules + * @package Kanban * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/KanbanCardCommentMapper.php b/Models/KanbanCardCommentMapper.php index 33cae3b..177c3d7 100644 --- a/Models/KanbanCardCommentMapper.php +++ b/Models/KanbanCardCommentMapper.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 Modules\Media\Models\MediaMapper; /** * Mapper 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/KanbanCardMapper.php b/Models/KanbanCardMapper.php index 7b64be4..b1acfc0 100644 --- a/Models/KanbanCardMapper.php +++ b/Models/KanbanCardMapper.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 @@ -23,8 +23,7 @@ use Modules\Admin\Models\AccountMapper; /** * Mapper 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/KanbanColumn.php b/Models/KanbanColumn.php index a21b614..8636fe6 100644 --- a/Models/KanbanColumn.php +++ b/Models/KanbanColumn.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 @@ namespace Modules\Kanban\Models; /** * Task class. * - * @category Kanban - * @package Modules + * @package Kanban * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/KanbanColumnMapper.php b/Models/KanbanColumnMapper.php index 267d0e8..cd3b3ef 100644 --- a/Models/KanbanColumnMapper.php +++ b/Models/KanbanColumnMapper.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\DataStorage\Database\RelationType; /** * Mapper 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/KanbanLabel.php b/Models/KanbanLabel.php index 0644100..7133ea9 100644 --- a/Models/KanbanLabel.php +++ b/Models/KanbanLabel.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 Modules\Media\Models\Media; /** * Task class. * - * @category Kanban - * @package Modules + * @package Kanban * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/KanbanLabelMapper.php b/Models/KanbanLabelMapper.php index b90447b..2c6f44d 100644 --- a/Models/KanbanLabelMapper.php +++ b/Models/KanbanLabelMapper.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\DataStorage\Database\RelationType; /** * Mapper 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/PermissionState.php b/Models/PermissionState.php index d178855..aee7ed7 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.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 @@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Permision state 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 19d43f7..f534e60 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 4f0dd13..24be296 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