From 3946bf2d6cb30eb47ac3da6bbfe7ef61d09af283 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/BoardStatus.php | 1 - Models/CardStatus.php | 1 - Models/CardType.php | 1 - Models/KanbanBoard.php | 1 - Models/KanbanBoardMapper.php | 1 - Models/KanbanCard.php | 1 - Models/KanbanCardComment.php | 1 - Models/KanbanCardCommentMapper.php | 1 - Models/KanbanCardMapper.php | 1 - Models/KanbanColumn.php | 1 - Models/KanbanColumnMapper.php | 1 - Models/KanbanLabel.php | 1 - Models/KanbanLabelMapper.php | 1 - Models/PermissionState.php | 1 - Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - 23 files changed, 23 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 658177d..6ddd14a 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 e7e9cd1..eb7bcc5 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 18055d8..e8dc041 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 c8d00f0..2b30a3f 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 9ed9319..ee47812 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 069e3cf..f9ddfcd 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 1ec1212..48a3cb3 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/BoardStatus.php b/Models/BoardStatus.php index 18e16a1..5aa74ca 100644 --- a/Models/BoardStatus.php +++ b/Models/BoardStatus.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/CardStatus.php b/Models/CardStatus.php index 154651e..7ae8166 100644 --- a/Models/CardStatus.php +++ b/Models/CardStatus.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/CardType.php b/Models/CardType.php index 84b6ef0..9140f15 100644 --- a/Models/CardType.php +++ b/Models/CardType.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/KanbanBoard.php b/Models/KanbanBoard.php index 653fa14..e2b67c3 100644 --- a/Models/KanbanBoard.php +++ b/Models/KanbanBoard.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/KanbanBoardMapper.php b/Models/KanbanBoardMapper.php index ff32469..9008a46 100644 --- a/Models/KanbanBoardMapper.php +++ b/Models/KanbanBoardMapper.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/KanbanCard.php b/Models/KanbanCard.php index 4d5ae38..f873501 100644 --- a/Models/KanbanCard.php +++ b/Models/KanbanCard.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/KanbanCardComment.php b/Models/KanbanCardComment.php index e872b0c..024f66e 100644 --- a/Models/KanbanCardComment.php +++ b/Models/KanbanCardComment.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/KanbanCardCommentMapper.php b/Models/KanbanCardCommentMapper.php index ae35a0c..33cae3b 100644 --- a/Models/KanbanCardCommentMapper.php +++ b/Models/KanbanCardCommentMapper.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/KanbanCardMapper.php b/Models/KanbanCardMapper.php index c0e8dc5..7b64be4 100644 --- a/Models/KanbanCardMapper.php +++ b/Models/KanbanCardMapper.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/KanbanColumn.php b/Models/KanbanColumn.php index 00c0ed3..a21b614 100644 --- a/Models/KanbanColumn.php +++ b/Models/KanbanColumn.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/KanbanColumnMapper.php b/Models/KanbanColumnMapper.php index 958622d..267d0e8 100644 --- a/Models/KanbanColumnMapper.php +++ b/Models/KanbanColumnMapper.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/KanbanLabel.php b/Models/KanbanLabel.php index 42001a7..0644100 100644 --- a/Models/KanbanLabel.php +++ b/Models/KanbanLabel.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/KanbanLabelMapper.php b/Models/KanbanLabelMapper.php index 5bc12fe..b90447b 100644 --- a/Models/KanbanLabelMapper.php +++ b/Models/KanbanLabelMapper.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 33257e2..d178855 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/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 2da68f0..19d43f7 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 095145c..4f0dd13 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