From 35b07e60a2131ae2b4e84d7d6227141dc1984f48 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/ClockingStatus.php | 4 ++-- Models/ClockingType.php | 4 ++-- Models/NullSession.php | 4 ++-- Models/NullSessionElement.php | 4 ++-- Models/PermissionState.php | 4 ++-- Models/Session.php | 4 ++-- Models/SessionElement.php | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Models/ClockingStatus.php b/Models/ClockingStatus.php index cf764ba..0737b3a 100644 --- a/Models/ClockingStatus.php +++ b/Models/ClockingStatus.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * ClockingStatus enum. * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/ClockingType.php b/Models/ClockingType.php index 5a7f6e6..79bf525 100644 --- a/Models/ClockingType.php +++ b/Models/ClockingType.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * ClockingType enum. * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/NullSession.php b/Models/NullSession.php index f3c0f47..03bd713 100644 --- a/Models/NullSession.php +++ b/Models/NullSession.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\HumanResourceTimeRecording\Models; /** * Null model * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/NullSessionElement.php b/Models/NullSessionElement.php index 8789f45..65bf830 100644 --- a/Models/NullSessionElement.php +++ b/Models/NullSessionElement.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\HumanResourceTimeRecording\Models; /** * Null model * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\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 980fec8..2130942 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\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\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/Session.php b/Models/Session.php index 1eb2dd2..bcd5a36 100644 --- a/Models/Session.php +++ b/Models/Session.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\HumanResourceTimeRecording\Models; /** * Null model * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/SessionElement.php b/Models/SessionElement.php index c083053..41e8659 100644 --- a/Models/SessionElement.php +++ b/Models/SessionElement.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\HumanResourceTimeRecording\Models; /** * Null model * - * @package Modules\HumanResourceTimeRecording + * @package Modules\HumanResourceTimeRecording\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0