From 7825f1a95654798b5bb0544fd0bdb75f30724377 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 e2c65d3..509ef3b 100644 --- a/Controller.php +++ b/Controller.php @@ -156,5 +156,4 @@ class Controller extends ModuleAbstract implements WebInterface return $view; } - }