diff --git a/Admin/Activate.php b/Admin/Activate.php index 1b96093..aae123a 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 d945954..8ab72b0 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 7130fc9..07429a1 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 ec2e2ad..7a1e328 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\Support * @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 7ee396a..ca9296a 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 e34fb4d..67b13c8 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 22bbab9..ae87859 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 @@ -28,7 +27,6 @@ use phpOMS\Views\View; * @category Modules * @package Modules\Support * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -85,7 +83,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewSupportList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -104,7 +101,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewSupportCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -123,7 +119,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewSupportAnalysis(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -142,7 +137,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewSupportSettings(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -161,7 +155,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewPrivateSupportDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { diff --git a/Models/Issue.php b/Models/Issue.php index 9baae93..3474fe1 100644 --- a/Models/Issue.php +++ b/Models/Issue.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 @@ -24,7 +23,6 @@ use phpOMS\Pattern\Multition; * @category Support * @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/Models/Message.php b/Models/Message.php index a6449c0..fe0c6a6 100644 --- a/Models/Message.php +++ b/Models/Message.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 @@ -24,7 +23,6 @@ use phpOMS\Pattern\Multition; * @category Support * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -159,7 +157,6 @@ class Message implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function init($id) { @@ -170,7 +167,6 @@ class Message implements Multition * Overwriting clone in order to maintain singleton pattern. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __clone() { diff --git a/Models/SupportStatus.php b/Models/SupportStatus.php index 05bac05..a033c03 100644 --- a/Models/SupportStatus.php +++ b/Models/SupportStatus.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Support * @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/Models/Ticket.php b/Models/Ticket.php index 816f4c9..6ca697a 100644 --- a/Models/Ticket.php +++ b/Models/Ticket.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 @@ -24,7 +23,6 @@ use Modules\Tasks\Models\Task; * @category Support * @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/Models/TicketMapper.php b/Models/TicketMapper.php index 71aa5c4..5a8b2ed 100644 --- a/Models/TicketMapper.php +++ b/Models/TicketMapper.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\DataStorage\Database\RelationType; * @category Tasks * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -84,7 +82,6 @@ class TicketMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index a6deca5..29293d7 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/en.lang.php b/Theme/Backend/Lang/en.lang.php index 357e16e..8290178 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/support-list.tpl.php b/Theme/Backend/support-list.tpl.php index 45c855c..4bdf949 100644 --- a/Theme/Backend/support-list.tpl.php +++ b/Theme/Backend/support-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/ticket-create.tpl.php b/Theme/Backend/ticket-create.tpl.php index a944b26..3110f1a 100644 --- a/Theme/Backend/ticket-create.tpl.php +++ b/Theme/Backend/ticket-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