style fixes and time recording app draft

This commit is contained in:
Dennis Eichhorn 2019-09-28 20:59:03 +02:00
parent 4c863353d0
commit de29fdb4d5
4 changed files with 8 additions and 20 deletions

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package Modules\Support * @package Modules\Support\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -17,7 +17,7 @@ namespace Modules\Support\Models;
/** /**
* Issue class. * Issue class.
* *
* @package Modules\Support * @package Modules\Support\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
@ -75,12 +75,10 @@ class Issue
return self::$instances[$id]; return self::$instances[$id];
} }
public function init($id) : void public function init($id) : void
{ {
} }
public function __clone() public function __clone()
{ {
} }
@ -120,27 +118,22 @@ class Issue
$this->creator = $creator; $this->creator = $creator;
} }
public function delete() : void public function delete() : void
{ {
} }
public function create() : void public function create() : void
{ {
} }
public function update() : void public function update() : void
{ {
} }
public function serialize() : void public function serialize() : void
{ {
} }
public function unserialize($data) : void public function unserialize($data) : void
{ {
} }

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package Modules\Support * @package Modules\Support\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -17,7 +17,7 @@ namespace Modules\Support\Models;
/** /**
* Issue class. * Issue class.
* *
* @package Modules\Support * @package Modules\Support\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
@ -103,27 +103,22 @@ class Message
$this->creator = $creator; $this->creator = $creator;
} }
public function delete() : void public function delete() : void
{ {
} }
public function create() : void public function create() : void
{ {
} }
public function update() : void public function update() : void
{ {
} }
public function serialize() : void public function serialize() : void
{ {
} }
public function unserialize($data) : void public function unserialize($data) : void
{ {
} }

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package Modules\Support * @package Modules\Support\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/** /**
* Permision state enum. * Permision state enum.
* *
* @package Modules\Support * @package Modules\Support\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package Modules\Support * @package Modules\Support\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/** /**
* Support status enum. * Support status enum.
* *
* @package Modules\Support * @package Modules\Support\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0