From 1f2e2044851252f9a41e6fb79b24e3fe37bfee26 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/Department.php | 2 +- Models/DepartmentMapper.php | 2 +- Models/NullDepartment.php | 2 +- Models/NullPosition.php | 2 +- Models/NullUnit.php | 2 +- Models/PermissionState.php | 5 ++--- Models/Position.php | 2 +- Models/PositionMapper.php | 2 +- Models/Status.php | 5 ++--- Models/Unit.php | 2 +- Models/UnitMapper.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/department-create.tpl.php | 2 +- Theme/Backend/department-list.tpl.php | 2 +- Theme/Backend/department-profile.tpl.php | 2 +- Theme/Backend/position-create.tpl.php | 2 +- Theme/Backend/position-list.tpl.php | 2 +- Theme/Backend/position-profile.tpl.php | 2 +- Theme/Backend/unit-create.tpl.php | 2 +- Theme/Backend/unit-list.tpl.php | 2 +- Theme/Backend/unit-profile.tpl.php | 2 +- 29 files changed, 38 insertions(+), 47 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 7bbc9e4..7ad277d 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 90df162..01a2151 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 09aaa06..c6b5141 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 9bd9a0a..a45f091 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; /** * Organization install class. * - * @category Modules - * @package Modules\Organization + * @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 075a253..fad76f0 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 e7655c0..388486f 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 c242d10..f66bd5c 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 @@ -34,8 +34,7 @@ use Modules\Organization\Models\PermissionState; /** * Organization Controller class. * - * @category Modules - * @package Modules\Organization + * @package Modules * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Department.php b/Models/Department.php index e791dfe..a6ba7a4 100644 --- a/Models/Department.php +++ b/Models/Department.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/Models/DepartmentMapper.php b/Models/DepartmentMapper.php index b71093b..b3f5b5c 100644 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.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/Models/NullDepartment.php b/Models/NullDepartment.php index 53efa20..7fcf332 100644 --- a/Models/NullDepartment.php +++ b/Models/NullDepartment.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/Models/NullPosition.php b/Models/NullPosition.php index 1098307..86e99b5 100644 --- a/Models/NullPosition.php +++ b/Models/NullPosition.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/Models/NullUnit.php b/Models/NullUnit.php index 971432d..c77d8ab 100644 --- a/Models/NullUnit.php +++ b/Models/NullUnit.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/Models/PermissionState.php b/Models/PermissionState.php index 5457192..af41dde 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/Models/Position.php b/Models/Position.php index 09de283..bac64ad 100644 --- a/Models/Position.php +++ b/Models/Position.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/Models/PositionMapper.php b/Models/PositionMapper.php index aee079a..f0ff103 100644 --- a/Models/PositionMapper.php +++ b/Models/PositionMapper.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/Models/Status.php b/Models/Status.php index 0e54ef0..e0a4843 100644 --- a/Models/Status.php +++ b/Models/Status.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; /** * Accept status enum. * - * @category Calendar - * @package Modules + * @package Calendar * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Unit.php b/Models/Unit.php index baeedf6..21d8226 100644 --- a/Models/Unit.php +++ b/Models/Unit.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/Models/UnitMapper.php b/Models/UnitMapper.php index 86cb2ff..17bd95b 100644 --- a/Models/UnitMapper.php +++ b/Models/UnitMapper.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/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 94a8c64..6bb7575 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 d72b046..b2bd86c 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/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index 3ada791..6f8bd2a 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-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/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index a677647..c709e2c 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-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/department-profile.tpl.php b/Theme/Backend/department-profile.tpl.php index 3be17e0..0736c34 100644 --- a/Theme/Backend/department-profile.tpl.php +++ b/Theme/Backend/department-profile.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/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index 340e66f..8a48d7d 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-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/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 9b4bdce..9eef193 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-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/position-profile.tpl.php b/Theme/Backend/position-profile.tpl.php index b9b5169..5d4975e 100644 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.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/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index 05ec0ab..1fa65d9 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-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/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 8b6cf6b..924f436 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-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/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index f27dc37..e7396bf 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.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