From e9a2dbcd3d0f007f042b5705c5f589dbb72fb83f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 28 Jan 2018 22:11:07 +0100 Subject: [PATCH] Fix CS via phpcs --- Controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Controller.php b/Controller.php index b7492fe..8cbef6b 100644 --- a/Controller.php +++ b/Controller.php @@ -160,5 +160,4 @@ class Controller extends ModuleAbstract implements WebInterface return $view; } - }