From 7f197cffc54dffc903860281e501b09a6366c283 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 +- Controller/Controller.php | 2 +- Models/Issue.php | 28 ++++++----------------- Models/Message.php | 20 ++++------------ Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/support-list.tpl.php | 2 +- Theme/Backend/ticket-create.tpl.php | 2 +- Theme/Backend/ticket-single.tpl.php | 2 +- 9 files changed, 19 insertions(+), 43 deletions(-) diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index e83557b..c31f5df 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -1,4 +1,4 @@ -creator = $creator; } - /** - * - */ + 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/Message.php b/Models/Message.php index 388dfa4..8c0c0ab 100644 --- a/Models/Message.php +++ b/Models/Message.php @@ -103,37 +103,27 @@ class Message $this->creator = $creator; } - /** - * - */ + 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 dff1d64..e33d275 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -1,4 +1,4 @@ -