From 44ec8748b3d36a862d6d1410026fd5445cff2039 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 28 Sep 2019 20:59:03 +0200 Subject: [PATCH] style fixes and time recording app draft --- Models/Department.php | 4 ++-- Models/DepartmentMapper.php | 4 ++-- Models/NullDepartment.php | 4 ++-- Models/NullPosition.php | 4 ++-- Models/NullUnit.php | 4 ++-- Models/PermissionState.php | 4 ++-- Models/Position.php | 4 ++-- Models/PositionMapper.php | 4 ++-- Models/Status.php | 4 ++-- Models/Unit.php | 4 ++-- Models/UnitMapper.php | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Models/Department.php b/Models/Department.php index a7f4f12..dbf9ab8 100644 --- a/Models/Department.php +++ b/Models/Department.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Contract\ArrayableInterface; /** * Organization department class. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/DepartmentMapper.php b/Models/DepartmentMapper.php index ea4c084..d8d863b 100644 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Organization department mapper class. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/NullDepartment.php b/Models/NullDepartment.php index 5a221f1..ebb52d1 100644 --- a/Models/NullDepartment.php +++ b/Models/NullDepartment.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Organization\Models; /** * Organization null class. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/NullPosition.php b/Models/NullPosition.php index 678c45c..7ac13f3 100644 --- a/Models/NullPosition.php +++ b/Models/NullPosition.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Organization\Models; /** * Organization null class. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/NullUnit.php b/Models/NullUnit.php index d2cba25..b2a5688 100644 --- a/Models/NullUnit.php +++ b/Models/NullUnit.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Organization\Models; /** * Organization null class. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 9fdea1e..a2fbc06 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Permision state enum. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/Position.php b/Models/Position.php index a4ba794..83a0aa4 100644 --- a/Models/Position.php +++ b/Models/Position.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Contract\ArrayableInterface; /** * Organization position class. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/PositionMapper.php b/Models/PositionMapper.php index a4155b0..79fde1c 100644 --- a/Models/PositionMapper.php +++ b/Models/PositionMapper.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Organization position mapper class. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/Status.php b/Models/Status.php index 39a8df4..1113b02 100644 --- a/Models/Status.php +++ b/Models/Status.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Accept status enum. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/Unit.php b/Models/Unit.php index 5c36083..9110576 100644 --- a/Models/Unit.php +++ b/Models/Unit.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Contract\ArrayableInterface; /** * Organization unit class. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/UnitMapper.php b/Models/UnitMapper.php index ed055f3..bdcb40d 100644 --- a/Models/UnitMapper.php +++ b/Models/UnitMapper.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Organization + * @package Modules\Organization\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Organization unit mapper class. * - * @package Modules\Organization + * @package Modules\Organization\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0