From a58735a3eabb66158a73cb5943ab0f00fe3e355e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 Apr 2019 12:05:33 +0200 Subject: [PATCH] php cs fixer --- Admin/Routes/Web/Backend.php | 2 +- Models/Arrival.php | 28 ++++++--------------- Models/Article.php | 30 ++++++----------------- Models/Shipping.php | 28 ++++++--------------- Models/Warehouse.php | 28 ++++++--------------- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/api.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- 8 files changed, 33 insertions(+), 89 deletions(-) diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 0b67a5f..f0b60b4 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -1,3 +1,3 @@ -id = $id; } - /** - * - */ + public function init($id) : void { } - /** - * - */ + public function __clone() { } @@ -289,37 +285,27 @@ class Arrival $this->acceptor = $acceptor; } - /** - * - */ + public function delete() : void { } - /** - * - */ + public function create() : void { } - /** - * - */ + public function update() : void { } - /** - * - */ + public function serialize() : void { } - /** - * - */ + public function unserialize($data) : void { } diff --git a/Models/Article.php b/Models/Article.php index bbcebca..6d3b303 100644 --- a/Models/Article.php +++ b/Models/Article.php @@ -1,4 +1,4 @@ -id = $id; } - /** - * - */ + public function init($id) : void { } - /** - * - */ + public function __clone() { } @@ -370,37 +366,27 @@ class Article } } - /** - * - */ + public function delete() : void { } - /** - * - */ + public function create() : void { } - /** - * - */ + public function update() : void { } - /** - * - */ + public function serialize() : void { } - /** - * - */ + public function unserialize($data) : void { } diff --git a/Models/Shipping.php b/Models/Shipping.php index cb57400..d8044e7 100644 --- a/Models/Shipping.php +++ b/Models/Shipping.php @@ -119,16 +119,12 @@ class Shipping return self::$instances[$id]; } - /** - * - */ + public function init($id) : void { } - /** - * - */ + public function __clone() { } @@ -287,37 +283,27 @@ class Shipping $this->sender = $sender; } - /** - * - */ + public function delete() : void { } - /** - * - */ + public function create() : void { } - /** - * - */ + public function update() : void { } - /** - * - */ + public function serialize() : void { } - /** - * - */ + public function unserialize($data) : void { } diff --git a/Models/Warehouse.php b/Models/Warehouse.php index 6de0d60..3bbc041 100644 --- a/Models/Warehouse.php +++ b/Models/Warehouse.php @@ -87,16 +87,12 @@ class Warehouse return self::$instances[$id]; } - /** - * - */ + public function init($id) : void { } - /** - * - */ + public function __clone() { } @@ -191,37 +187,27 @@ class Warehouse $this->location = $location; } - /** - * - */ + public function delete() : void { } - /** - * - */ + public function create() : void { } - /** - * - */ + public function update() : void { } - /** - * - */ + public function serialize() : void { } - /** - * - */ + public function unserialize($data) : void { } diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index ab23f28..b6ec72e 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -1,4 +1,4 @@ -