From de29fdb4d5be1dde83bcc0c7b300e7d60f1fc639 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/Issue.php | 11 ++--------- Models/Message.php | 9 ++------- Models/PermissionState.php | 4 ++-- Models/SupportStatus.php | 4 ++-- 4 files changed, 8 insertions(+), 20 deletions(-) diff --git a/Models/Issue.php b/Models/Issue.php index 37e9868..cba4f13 100644 --- a/Models/Issue.php +++ b/Models/Issue.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Support + * @package Modules\Support\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Support\Models; /** * Issue class. * - * @package Modules\Support + * @package Modules\Support\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 @@ -75,12 +75,10 @@ class Issue return self::$instances[$id]; } - public function init($id) : void { } - public function __clone() { } @@ -120,27 +118,22 @@ class Issue $this->creator = $creator; } - public function delete() : void { } - public function create() : void { } - public function update() : void { } - public function serialize() : void { } - public function unserialize($data) : void { } diff --git a/Models/Message.php b/Models/Message.php index dd4bdbc..d94143d 100644 --- a/Models/Message.php +++ b/Models/Message.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Support + * @package Modules\Support\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Support\Models; /** * Issue class. * - * @package Modules\Support + * @package Modules\Support\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 @@ -103,27 +103,22 @@ class Message $this->creator = $creator; } - public function delete() : void { } - public function create() : void { } - public function update() : void { } - public function serialize() : void { } - public function unserialize($data) : void { } diff --git a/Models/PermissionState.php b/Models/PermissionState.php index b3575ee..5f43221 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Support + * @package Modules\Support\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\Support + * @package Modules\Support\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Models/SupportStatus.php b/Models/SupportStatus.php index 8700d34..60b4c10 100644 --- a/Models/SupportStatus.php +++ b/Models/SupportStatus.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package Modules\Support + * @package Modules\Support\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Support status enum. * - * @package Modules\Support + * @package Modules\Support\Models * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0