From 07573ccf6e72c144af40b789da8fac92f30b3b76 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 20 Jul 2017 18:12:29 +0200 Subject: [PATCH] Remove @author docblock --- Admin/Activate.php | 2 -- Admin/Deactivate.php | 2 -- Admin/Install/Navigation.php | 2 -- Admin/Installer.php | 2 -- Admin/Uninstall.php | 2 -- Admin/Update.php | 2 -- Controller.php | 11 ----------- Models/Account.php | 2 -- Models/AccountMapper.php | 4 ---- Models/Exceptions/InvalidSignatureException.php | 3 --- Models/Exceptions/InvalidVersionException.php | 3 --- Models/Group.php | 4 ---- Models/GroupMapper.php | 2 -- Models/NullAccount.php | 1 - Models/NullGroup.php | 1 - Models/Package.php | 1 - Models/PackageInfoManager.php | 2 -- Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/api.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - Theme/Backend/accounts-create.tpl.php | 1 - Theme/Backend/accounts-list.tpl.php | 1 - Theme/Backend/accounts-single.tpl.php | 1 - Theme/Backend/groups-create.tpl.php | 1 - Theme/Backend/groups-list.tpl.php | 1 - Theme/Backend/groups-single.tpl.php | 1 - Theme/Backend/modules-list.tpl.php | 1 - Theme/Backend/modules-single.tpl.php | 1 - Theme/Backend/settings-general.tpl.php | 1 - 29 files changed, 58 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 16cdf61..328f922 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index c50023f..8b79947 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 2130dd6..e0e461b 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -7,7 +7,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,7 +22,6 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Installer.php b/Admin/Installer.php index be1130e..2819bae 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,7 +26,6 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index c6a7be1..3559a3f 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -25,7 +24,6 @@ use phpOMS\Module\UninstallAbstract; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Update.php b/Admin/Update.php index 66b7c56..b1f8af9 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\System\File\Directory; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Controller.php b/Controller.php index 67f5a4f..1a6866c 100644 --- a/Controller.php +++ b/Controller.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -37,7 +36,6 @@ use phpOMS\Views\View; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -93,7 +91,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewSettingsGeneral(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -133,7 +130,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewAccountList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -155,7 +151,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewAccountSettings(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -176,7 +171,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewAccountCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -195,7 +189,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewGroupList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -216,7 +209,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewGroupSettings(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -237,7 +229,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewGroupCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -256,7 +247,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewModuleList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -274,7 +264,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewModuleProfile(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { diff --git a/Models/Account.php b/Models/Account.php index bdc3c5e..b812cdd 100644 --- a/Models/Account.php +++ b/Models/Account.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\Admin\Models; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/AccountMapper.php b/Models/AccountMapper.php index 63855ed..c544f73 100644 --- a/Models/AccountMapper.php +++ b/Models/AccountMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -81,7 +80,6 @@ class AccountMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { @@ -131,7 +129,6 @@ class AccountMapper extends DataMapperAbstract * @todo move this to the admin accountMapper * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function login(string $login, string $password) : int { @@ -188,7 +185,6 @@ class AccountMapper extends DataMapperAbstract * @return Account * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Models/Exceptions/InvalidSignatureException.php b/Models/Exceptions/InvalidSignatureException.php index eb59a9b..10c8586 100644 --- a/Models/Exceptions/InvalidSignatureException.php +++ b/Models/Exceptions/InvalidSignatureException.php @@ -7,7 +7,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,7 +22,6 @@ namespace Modules\Admin\Models\Exceptions; * @category Framework * @package phpOMS\System\File * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -38,7 +36,6 @@ class InvalidSignatureException extends \RuntimeException * @param \Exception Previous exception * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct(string $message, int $code = 0, \Exception $previous = null) { diff --git a/Models/Exceptions/InvalidVersionException.php b/Models/Exceptions/InvalidVersionException.php index e241ea9..1cb6e34 100644 --- a/Models/Exceptions/InvalidVersionException.php +++ b/Models/Exceptions/InvalidVersionException.php @@ -7,7 +7,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,7 +22,6 @@ namespace Modules\Admin\Models\Exceptions; * @category Framework * @package phpOMS\System\File * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -38,7 +36,6 @@ class InvalidVersionException extends \RuntimeException * @param \Exception Previous exception * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct(string $message, int $code = 0, \Exception $previous = null) { diff --git a/Models/Group.php b/Models/Group.php index 87fb5fc..c5ad2ff 100644 --- a/Models/Group.php +++ b/Models/Group.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\Admin\Models; * @category Framework * @package phpOMS\Account * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -51,7 +49,6 @@ class Group extends \phpOMS\Account\Group * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedAt() : \DateTime { @@ -64,7 +61,6 @@ class Group extends \phpOMS\Account\Group * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedBy() : int { diff --git a/Models/GroupMapper.php b/Models/GroupMapper.php index a0b716b..3eacba4 100644 --- a/Models/GroupMapper.php +++ b/Models/GroupMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -70,7 +69,6 @@ class GroupMapper extends DataMapperAbstract * @return Group * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Models/NullAccount.php b/Models/NullAccount.php index 54f5fdf..bca91d1 100644 --- a/Models/NullAccount.php +++ b/Models/NullAccount.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/NullGroup.php b/Models/NullGroup.php index 410e979..95618c9 100644 --- a/Models/NullGroup.php +++ b/Models/NullGroup.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/Package.php b/Models/Package.php index 0430459..c150d47 100644 --- a/Models/Package.php +++ b/Models/Package.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/PackageInfoManager.php b/Models/PackageInfoManager.php index 866632b..cf0ff6a 100644 --- a/Models/PackageInfoManager.php +++ b/Models/PackageInfoManager.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Utils\ArrayUtils; * @category Framework * @package phpOMS\Module * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index ddb3c2b..e8dcebf 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index a82e530..2f947cf 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 8ee6ef8..e5039a9 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/accounts-create.tpl.php b/Theme/Backend/accounts-create.tpl.php index 53b9c6c..9a4c1b3 100644 --- a/Theme/Backend/accounts-create.tpl.php +++ b/Theme/Backend/accounts-create.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php index d4193e9..3c21d93 100644 --- a/Theme/Backend/accounts-list.tpl.php +++ b/Theme/Backend/accounts-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/accounts-single.tpl.php b/Theme/Backend/accounts-single.tpl.php index 27a45a9..1b2d32d 100644 --- a/Theme/Backend/accounts-single.tpl.php +++ b/Theme/Backend/accounts-single.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/groups-create.tpl.php b/Theme/Backend/groups-create.tpl.php index 0d0b938..7a700b7 100644 --- a/Theme/Backend/groups-create.tpl.php +++ b/Theme/Backend/groups-create.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php index 000e08e..a2cf598 100644 --- a/Theme/Backend/groups-list.tpl.php +++ b/Theme/Backend/groups-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/groups-single.tpl.php b/Theme/Backend/groups-single.tpl.php index 8c0e1d3..a3f4ff2 100644 --- a/Theme/Backend/groups-single.tpl.php +++ b/Theme/Backend/groups-single.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php index 54b2d71..a017199 100644 --- a/Theme/Backend/modules-list.tpl.php +++ b/Theme/Backend/modules-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/modules-single.tpl.php b/Theme/Backend/modules-single.tpl.php index 18a42b1..7ce02c0 100644 --- a/Theme/Backend/modules-single.tpl.php +++ b/Theme/Backend/modules-single.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/settings-general.tpl.php b/Theme/Backend/settings-general.tpl.php index 3f8ee7c..15de4a7 100644 --- a/Theme/Backend/settings-general.tpl.php +++ b/Theme/Backend/settings-general.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0