From 26d0ee968faa5638d2b2b24257889847dd5c9731 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 30 Dec 2017 11:56:53 +0100 Subject: [PATCH] Remove package TBD --- Admin/Activate.php | 1 - Admin/Deactivate.php | 1 - Admin/Install/Navigation.php | 1 - Admin/Installer.php | 1 - Admin/Uninstall.php | 1 - Admin/Update.php | 1 - Controller.php | 1 - Models/Department.php | 1 - Models/DepartmentMapper.php | 1 - Models/NullDepartment.php | 1 - Models/NullPosition.php | 1 - Models/NullUnit.php | 1 - Models/PermissionState.php | 1 - Models/Position.php | 1 - Models/PositionMapper.php | 1 - Models/Status.php | 1 - Models/Unit.php | 1 - Models/UnitMapper.php | 1 - Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - Theme/Backend/department-create.tpl.php | 1 - Theme/Backend/department-list.tpl.php | 1 - Theme/Backend/department-profile.tpl.php | 1 - Theme/Backend/position-create.tpl.php | 1 - Theme/Backend/position-list.tpl.php | 1 - Theme/Backend/position-profile.tpl.php | 1 - Theme/Backend/unit-create.tpl.php | 1 - Theme/Backend/unit-list.tpl.php | 1 - Theme/Backend/unit-profile.tpl.php | 1 - 29 files changed, 29 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index afb6365..7bbc9e4 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index f1c4f49..90df162 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 91cc6dd..09aaa06 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Installer.php b/Admin/Installer.php index 93c3329..9bd9a0a 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 51da9dc..075a253 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Admin/Update.php b/Admin/Update.php index 184d46d..e7655c0 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Controller.php b/Controller.php index 758acfe..c242d10 100644 --- a/Controller.php +++ b/Controller.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/Department.php b/Models/Department.php index 327ca7c..e791dfe 100644 --- a/Models/Department.php +++ b/Models/Department.php @@ -5,7 +5,6 @@ * 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 cccb6a0..b71093b 100644 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.php @@ -5,7 +5,6 @@ * 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 3d87f00..53efa20 100644 --- a/Models/NullDepartment.php +++ b/Models/NullDepartment.php @@ -5,7 +5,6 @@ * 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 1fa1a98..1098307 100644 --- a/Models/NullPosition.php +++ b/Models/NullPosition.php @@ -5,7 +5,6 @@ * 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 a2774df..971432d 100644 --- a/Models/NullUnit.php +++ b/Models/NullUnit.php @@ -5,7 +5,6 @@ * 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 7d0c857..5457192 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/Position.php b/Models/Position.php index 14c64f9..09de283 100644 --- a/Models/Position.php +++ b/Models/Position.php @@ -5,7 +5,6 @@ * 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 91b896d..aee079a 100644 --- a/Models/PositionMapper.php +++ b/Models/PositionMapper.php @@ -5,7 +5,6 @@ * 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 6adf98d..0e54ef0 100644 --- a/Models/Status.php +++ b/Models/Status.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/Unit.php b/Models/Unit.php index 07d898a..baeedf6 100644 --- a/Models/Unit.php +++ b/Models/Unit.php @@ -5,7 +5,6 @@ * 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 5944715..86cb2ff 100644 --- a/Models/UnitMapper.php +++ b/Models/UnitMapper.php @@ -5,7 +5,6 @@ * 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 48a2d5d..94a8c64 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -5,7 +5,6 @@ * 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 92cce4b..d72b046 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -5,7 +5,6 @@ * 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 29f0e51..3ada791 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-create.tpl.php @@ -5,7 +5,6 @@ * 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 322693f..a677647 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -5,7 +5,6 @@ * 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 849ed96..3be17e0 100644 --- a/Theme/Backend/department-profile.tpl.php +++ b/Theme/Backend/department-profile.tpl.php @@ -5,7 +5,6 @@ * 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 2fd0a3d..340e66f 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-create.tpl.php @@ -5,7 +5,6 @@ * 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 c65c1ca..9b4bdce 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -5,7 +5,6 @@ * 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 74b45af..b9b5169 100644 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.tpl.php @@ -5,7 +5,6 @@ * 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 46f9e17..05ec0ab 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-create.tpl.php @@ -5,7 +5,6 @@ * 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 dec80a4..8b6cf6b 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -5,7 +5,6 @@ * 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 1b4048e..f27dc37 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.tpl.php @@ -5,7 +5,6 @@ * PHP Version 7.1 * * @category TBD - * @package TBD * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0