From ef0f4624e44ef676c3e27e91ac2fa65d57ae206c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 13 Oct 2017 14:25:11 +0200 Subject: [PATCH] Fix author --- Account/AccountType.php | 2 +- Account/GroupStatus.php | 4 ++-- Account/PermissionAbstract.php | 2 +- Account/PermissionType.php | 6 +----- Views/ViewAbstract.php | 2 -- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Account/AccountType.php b/Account/AccountType.php index 8e63e53b7..93a963465 100644 --- a/Account/AccountType.php +++ b/Account/AccountType.php @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * Account type enum. * * @category Framework - * @package phpOMS\DataStorage\Database + * @package phpOMS\Account * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php index b5fdbf19c..0af5c9655 100644 --- a/Account/GroupStatus.php +++ b/Account/GroupStatus.php @@ -20,8 +20,8 @@ use phpOMS\Stdlib\Base\Enum; /** * Accept status enum. * - * @category Calendar - * @package Modules + * @category Framework + * @package phpOMS\Account * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index 3770feba6..13a7312f6 100644 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -22,7 +22,7 @@ namespace phpOMS\Account; * abstract class and can be used directly if needed. * * @category Framework - * @package phpOMS\Module + * @package phpOMS\Account * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Account/PermissionType.php b/Account/PermissionType.php index 92d15cd6e..29d6059a1 100644 --- a/Account/PermissionType.php +++ b/Account/PermissionType.php @@ -6,8 +6,6 @@ * * @category TBD * @package TBD - * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,9 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * Permission type enum. * * @category Framework - * @package phpOMS\DataStorage\Database - * @author OMS Development Team - * @author Dennis Eichhorn + * @package phpOMS\Account * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index 93005ba94..35e9a7b5f 100644 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -6,7 +6,6 @@ * * @category TBD * @package TBD - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,7 +22,6 @@ use phpOMS\System\File\PathException; * * @category Framework * @package phpOMS/Views - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0