From e67492322367f07a90b38a977db661d24e68fac3 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 | 7 ------- Models/DrawImage.php | 8 -------- Models/DrawImageMapper.php | 2 -- Models/DrawType.enum.js | 1 - Models/NullDrawImage.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/draw-create.tpl.php | 1 - Theme/Backend/draw-list.tpl.php | 1 - Theme/Backend/draw-single.tpl.php | 1 - 17 files changed, 38 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 641c5dd..8303760 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 737f5a1..6dff70a 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 fa88bbc..8158c37 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 dc201a2..5e549e3 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\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 13471a4..9886af1 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 415fc9f..aafb208 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 7094044..1cfd175 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 Draw * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -94,7 +92,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setUpDrawEditor(RequestAbstract $request, ResponseAbstract $response, $data = null) { @@ -113,7 +110,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewDrawCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -133,7 +129,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewDrawSingle(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -154,7 +149,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewDrawList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -187,7 +181,6 @@ class Controller extends ModuleAbstract implements WebInterface * @param mixed $data Generic data * * @since 1.0.0 - * @author Dennis Eichhorn */ public function apiDrawCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) { diff --git a/Models/DrawImage.php b/Models/DrawImage.php index 63d9e38..5c8b1eb 100644 --- a/Models/DrawImage.php +++ b/Models/DrawImage.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\Contract\ArrayableInterface; * @category Module * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -61,7 +59,6 @@ class DrawImage implements ArrayableInterface, \JsonSerializable * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -71,7 +68,6 @@ class DrawImage implements ArrayableInterface, \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() : int { @@ -82,7 +78,6 @@ class DrawImage implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPath() : string { @@ -95,7 +90,6 @@ class DrawImage implements ArrayableInterface, \JsonSerializable * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setPath(string $path) { @@ -106,7 +100,6 @@ class DrawImage implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getMedia() { @@ -119,7 +112,6 @@ class DrawImage implements ArrayableInterface, \JsonSerializable * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setMedia($media) { diff --git a/Models/DrawImageMapper.php b/Models/DrawImageMapper.php index bd114bc..075e751 100644 --- a/Models/DrawImageMapper.php +++ b/Models/DrawImageMapper.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 @@ -75,7 +74,6 @@ class DrawImageMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { diff --git a/Models/DrawType.enum.js b/Models/DrawType.enum.js index 0ff35a6..df76aa0 100644 --- a/Models/DrawType.enum.js +++ b/Models/DrawType.enum.js @@ -2,7 +2,6 @@ * DrawType. * * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Models/NullDrawImage.php b/Models/NullDrawImage.php index dd6c262..4778831 100644 --- a/Models/NullDrawImage.php +++ b/Models/NullDrawImage.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 @@ -22,7 +21,6 @@ namespace Modules\Draw\Models; * @category Module * @package Framework * @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 dbf546b..a2a337c 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 d28b242..3a28989 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 e3078e5..145cc0b 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/draw-create.tpl.php b/Theme/Backend/draw-create.tpl.php index b32098f..5b55931 100644 --- a/Theme/Backend/draw-create.tpl.php +++ b/Theme/Backend/draw-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/draw-list.tpl.php b/Theme/Backend/draw-list.tpl.php index cbff337..dd2275c 100644 --- a/Theme/Backend/draw-list.tpl.php +++ b/Theme/Backend/draw-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/draw-single.tpl.php b/Theme/Backend/draw-single.tpl.php index 2d6f8ff..719e302 100644 --- a/Theme/Backend/draw-single.tpl.php +++ b/Theme/Backend/draw-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