From 6730d6ae422a5cf70ab4fffc99708d28120a0488 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 24 Aug 2018 14:08:08 +0200 Subject: [PATCH] Fix package docblock --- Admin/Install/Navigation.php | 4 ++-- Admin/Installer.php | 4 ++-- Admin/Status.php | 4 ++-- Admin/Uninstaller.php | 4 ++-- Admin/Updater.php | 4 ++-- Controller.php | 4 ++-- Models/Arrival.php | 4 ++-- Models/ArrivalStatus.php | 4 ++-- Models/Article.php | 4 ++-- Models/CountingList.php | 4 ++-- Models/PackagingStatus.php | 4 ++-- Models/Shipping.php | 4 ++-- Models/Warehouse.php | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 072835a..7756d6d 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\WarehouseManagement\Admin\Install * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Navigation class. * - * @package Modules + * @package Modules\WarehouseManagement\Admin\Install * @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 7e27bc3..d40942c 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\WarehouseManagement\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InstallerAbstract; /** * Navigation class. * - * @package Modules + * @package Modules\WarehouseManagement\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Status.php b/Admin/Status.php index 044661e..be68c7e 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\WarehouseManagement\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @package Modules + * @package Modules\WarehouseManagement\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 5e0c9b6..aef9c9f 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\WarehouseManagement\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @package Modules + * @package Modules\WarehouseManagement\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Updater.php b/Admin/Updater.php index 6c69827..d0d5203 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\WarehouseManagement\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InfoManager; /** * Updater class. * - * @package Modules + * @package Modules\WarehouseManagement\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Controller.php b/Controller.php index 094cb97..7acbf78 100644 --- a/Controller.php +++ b/Controller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\WarehouseManagement * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -25,7 +25,7 @@ use phpOMS\Module\WebInterface; /** * WarehouseManagement class. * - * @package Modules + * @package Modules\WarehouseManagement * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Arrival.php b/Models/Arrival.php index a1b6aaf..608bd0d 100644 --- a/Models/Arrival.php +++ b/Models/Arrival.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Warehousing\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Warehousing\Models; /** * Warehouse class. * - * @package Warehousing + * @package Modules\Warehousing\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/ArrivalStatus.php b/Models/ArrivalStatus.php index 8d940cf..75b306b 100644 --- a/Models/ArrivalStatus.php +++ b/Models/ArrivalStatus.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Warehousing\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Arrival status enum. * - * @package Warehousing + * @package Modules\Warehousing\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Article.php b/Models/Article.php index 677b975..e61c8a6 100644 --- a/Models/Article.php +++ b/Models/Article.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Warehousing\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -15,7 +15,7 @@ namespace Modules\Warehousing\Models; /** * Article class. * - * @package Warehousing + * @package Modules\Warehousing\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/CountingList.php b/Models/CountingList.php index 59fe9bb..1ad77cc 100644 --- a/Models/CountingList.php +++ b/Models/CountingList.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Warehousing\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Warehousing\Models; /** * Counting list class. * - * @package Warehousing + * @package Modules\Warehousing\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/PackagingStatus.php b/Models/PackagingStatus.php index 5cb523a..10a9c7b 100644 --- a/Models/PackagingStatus.php +++ b/Models/PackagingStatus.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Warehousing\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Packaging status enum. * - * @package Warehousing + * @package Modules\Warehousing\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Shipping.php b/Models/Shipping.php index cbdf17a..6c71bdc 100644 --- a/Models/Shipping.php +++ b/Models/Shipping.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Warehousing\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Warehousing\Models; /** * Warehouse class. * - * @package Warehousing + * @package Modules\Warehousing\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Warehouse.php b/Models/Warehouse.php index 8dfa233..7fcf83a 100644 --- a/Models/Warehouse.php +++ b/Models/Warehouse.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Warehousing\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Warehousing\Models; /** * Warehouse class. * - * @package Warehousing + * @package Modules\Warehousing\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0