From 5574a7ccd548b54a8c22ccc144ec595fa5d2beda 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/Installer.php | 2 -- Admin/Uninstall.php | 2 -- Admin/Update.php | 2 -- Controller.php | 6 ------ Theme/Backend/Lang/api.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - Theme/Backend/comment-create.tpl.php | 1 - Theme/Backend/comment-list.tpl.php | 1 - 10 files changed, 20 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 7f2c868..c780326 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 2013 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 6658892..8ec9707 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 2013 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/Installer.php b/Admin/Installer.php index dd1567e..1f6a83e 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 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,7 +26,6 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\Calendar * @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 00f12f4..4ed82f6 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 2013 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 4d2afb1..40b6780 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 2013 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 ea350f8..07c01f4 100644 --- a/Controller.php +++ b/Controller.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -33,7 +32,6 @@ use phpOMS\Views\ViewLayout; * @category Modules * @package Editor * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -90,7 +88,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setUpCommentEditor(RequestAbstract $request, ResponseAbstract $response, $data = null) { @@ -106,7 +103,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewCommentCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -125,7 +121,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewCommentList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -155,7 +150,6 @@ class Controller extends ModuleAbstract implements WebInterface * @param mixed $data Generic data * * @since 1.0.0 - * @author Dennis Eichhorn */ public function apiCommentCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) { diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index ab41798..994edc3 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 2013 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 63fd866..de825dd 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 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/comment-create.tpl.php b/Theme/Backend/comment-create.tpl.php index b9ee78e..4920d71 100644 --- a/Theme/Backend/comment-create.tpl.php +++ b/Theme/Backend/comment-create.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/comment-list.tpl.php b/Theme/Backend/comment-list.tpl.php index d60b169..bbcdf85 100644 --- a/Theme/Backend/comment-list.tpl.php +++ b/Theme/Backend/comment-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0