From b9ddd1b1e5df8f2f9c10d8c8aeeb1c9537f0f61d 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 d0a25bc..92224c8 100644 --- a/Controller.php +++ b/Controller.php @@ -137,5 +137,4 @@ class Controller extends ModuleAbstract implements WebInterface return $view; } - }