fix docblock

This commit is contained in:
Dennis Eichhorn 2019-09-21 15:28:07 +02:00
parent 69ceba0fc2
commit 0c86972ca8
2 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,11 @@
<?php <?php
/** /**
* Orange Management * Orange Management
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package TBD * @package Modules\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -22,7 +23,7 @@ use phpOMS\Views\View;
/** /**
* Component view. * Component view.
* *
* @package TBD * @package Modules\Admin
* @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

@ -1,10 +1,11 @@
<?php <?php
/** /**
* Orange Management * Orange Management
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package TBD * @package Modules\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -22,7 +23,7 @@ use phpOMS\Views\View;
/** /**
* Component view. * Component view.
* *
* @package TBD * @package Modules\Admin
* @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