style fixes and time recording app draft

This commit is contained in:
Dennis Eichhorn 2019-09-28 20:59:03 +02:00
parent cc71421157
commit e46553f817
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
<?php declare(strict_types=1);
return [
];

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.4
*
* @package Modules\Shop
* @package Modules\Shop\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\Shop
* @package Modules\Shop\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0