From 71162bc1cc90e056c99fda4426bbc5d7ccacceeb 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 | 2 -- Models/Arrival.php | 16 ---------------- Models/ArrivalStatus.php | 2 -- Models/Article.php | 18 ------------------ Models/CountingList.php | 2 -- Models/PackagingStatus.php | 2 -- Models/Shipping.php | 16 ---------------- Models/Warehouse.php | 11 ----------- Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/api.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - 17 files changed, 84 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index f4f6ad3..9b09e35 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 b6c07c8..02d9dcc 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 ec384ee..5d26f61 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 fd2900f..721a405 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 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/Admin/Uninstall.php b/Admin/Uninstall.php index 282106d..a75df88 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 @@ -26,7 +25,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 8a3a9b4..d7de0cb 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 8eb54c1..d54b0c1 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 @@ -30,7 +29,6 @@ use phpOMS\Module\WebInterface; * @category Modules * @package Modules\WarehouseManagement * @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/Arrival.php b/Models/Arrival.php index 6fef1ab..f424521 100644 --- a/Models/Arrival.php +++ b/Models/Arrival.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 Warehousing * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -104,7 +102,6 @@ class Arrival implements Multition * @param int $id Arrival ID * * @since 1.0.0 - * @author Dennis Eichhorn */ private function __construct($id) { @@ -133,7 +130,6 @@ class Arrival implements Multition * @return \Modules\Warehousing\Models\Arrival * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getInstance($id) { @@ -150,7 +146,6 @@ class Arrival implements Multition * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() { @@ -163,7 +158,6 @@ class Arrival implements Multition * @return \Datetime Date of arrival * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDate() { @@ -178,7 +172,6 @@ class Arrival implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDate($date) { @@ -191,7 +184,6 @@ class Arrival implements Multition * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getOrder() { @@ -206,7 +198,6 @@ class Arrival implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setOrder($order) { @@ -219,7 +210,6 @@ class Arrival implements Multition * @return \phpOMS\Datatypes\Address * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getFrom() { @@ -234,7 +224,6 @@ class Arrival implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setFrom($from) { @@ -247,7 +236,6 @@ class Arrival implements Multition * @return \Modules\Warehousing\Models\ArrivalStatus * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getStatus() { @@ -262,7 +250,6 @@ class Arrival implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setStatus($status) { @@ -275,7 +262,6 @@ class Arrival implements Multition * @return \Modules\Warehousing\Models\Warehouse * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getWarehouse() { @@ -288,7 +274,6 @@ class Arrival implements Multition * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getAcceptor() { @@ -303,7 +288,6 @@ class Arrival implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setAcceptor($acceptor) { diff --git a/Models/ArrivalStatus.php b/Models/ArrivalStatus.php index bbc6505..c7aadb4 100644 --- a/Models/ArrivalStatus.php +++ b/Models/ArrivalStatus.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 Warehousing * @package Modules * @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/Article.php b/Models/Article.php index 52ff1c3..a24bd4d 100644 --- a/Models/Article.php +++ b/Models/Article.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\Pattern\Multition; * @category Warehousing * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -147,7 +145,6 @@ class Article implements Multition * @param int $id Article ID * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct($id) { @@ -176,7 +173,6 @@ class Article implements Multition * @return \Modules\Warehousing\Models\Article * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getInstance($id) { @@ -193,7 +189,6 @@ class Article implements Multition * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() { @@ -206,7 +201,6 @@ class Article implements Multition * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getName() { @@ -221,7 +215,6 @@ class Article implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setName($name) { @@ -234,7 +227,6 @@ class Article implements Multition * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getMatchcode() { @@ -249,7 +241,6 @@ class Article implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setMatchcode($matchcode) { @@ -262,7 +253,6 @@ class Article implements Multition * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDescription() { @@ -277,7 +267,6 @@ class Article implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDescription($desc) { @@ -290,7 +279,6 @@ class Article implements Multition * @return \Datetime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreated() { @@ -305,7 +293,6 @@ class Article implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreated($created) { @@ -318,7 +305,6 @@ class Article implements Multition * @return \phpOMS\Models\User * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreator() { @@ -333,7 +319,6 @@ class Article implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreator($creator) { @@ -349,7 +334,6 @@ class Article implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function addPrice($price, $db = true) { @@ -366,7 +350,6 @@ class Article implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function removePrice($id, $db = true) { @@ -385,7 +368,6 @@ class Article implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function editPrice($id, $price, $db = true) { diff --git a/Models/CountingList.php b/Models/CountingList.php index b954356..f632aef 100644 --- a/Models/CountingList.php +++ b/Models/CountingList.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\Warehousing\Models; * @category Warehousing * @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/PackagingStatus.php b/Models/PackagingStatus.php index 6014bf3..b0bc2d8 100644 --- a/Models/PackagingStatus.php +++ b/Models/PackagingStatus.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 Warehousing * @package Modules * @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/Shipping.php b/Models/Shipping.php index 991790b..986d1a6 100644 --- a/Models/Shipping.php +++ b/Models/Shipping.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 Warehousing * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -102,7 +100,6 @@ class Shipping implements Multition * @param int $id Article ID * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct($id) { @@ -117,7 +114,6 @@ class Shipping implements Multition * @return \Modules\Warehousing\Models\Article * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function getInstance($id) { @@ -148,7 +144,6 @@ class Shipping implements Multition * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() { @@ -161,7 +156,6 @@ class Shipping implements Multition * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getOrder() { @@ -176,7 +170,6 @@ class Shipping implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setOrder($order) { @@ -189,7 +182,6 @@ class Shipping implements Multition * @return \Datetime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDelivered() { @@ -204,7 +196,6 @@ class Shipping implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDelivered($delivered) { @@ -217,7 +208,6 @@ class Shipping implements Multition * @return \phpOMS\Datatypes\Address * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getTo() { @@ -232,7 +222,6 @@ class Shipping implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setTo($to) { @@ -245,7 +234,6 @@ class Shipping implements Multition * @return \Modules\Warehousing\Models\ArrivalStatus * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getStatus() { @@ -260,7 +248,6 @@ class Shipping implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setStatus($status) { @@ -273,7 +260,6 @@ class Shipping implements Multition * @return \Modules\Warehousing\Models\Warehouse * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getWarehouse() { @@ -286,7 +272,6 @@ class Shipping implements Multition * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getSender() { @@ -301,7 +286,6 @@ class Shipping implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setSender($sender) { diff --git a/Models/Warehouse.php b/Models/Warehouse.php index 60ee8e5..727eb5a 100644 --- a/Models/Warehouse.php +++ b/Models/Warehouse.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 Warehousing * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -70,7 +68,6 @@ class Warehouse implements Multition * @param int $id Warehouse ID * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct($id) { @@ -85,7 +82,6 @@ class Warehouse implements Multition * @return \Modules\Warehousing\Models\Warehouse * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function getInstance($id) { @@ -116,7 +112,6 @@ class Warehouse implements Multition * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() { @@ -129,7 +124,6 @@ class Warehouse implements Multition * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getName() { @@ -144,7 +138,6 @@ class Warehouse implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setName($name) { @@ -157,7 +150,6 @@ class Warehouse implements Multition * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDescription() { @@ -172,7 +164,6 @@ class Warehouse implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDescription($description) { @@ -185,7 +176,6 @@ class Warehouse implements Multition * @return \phpOMS\Datatypes\Location * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getLocation() { @@ -200,7 +190,6 @@ class Warehouse implements Multition * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setLocation($location) { diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index cc8472d..96f3bae 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 afe845f..38430e4 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 000195e..095c12d 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