From 7608269ec1dc6825c6a6a90b6704a8a56d5f5248 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 22 Sep 2018 17:05:23 +0200 Subject: [PATCH] Improve array init --- Controller/Controller.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Controller/Controller.php b/Controller/Controller.php index d43bfd5..5a4365b 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -80,6 +80,5 @@ class Controller extends ModuleAbstract implements WebInterface * @var string[] * @since 1.0.0 */ - protected static $dependencies = [ - ]; + protected static $dependencies = []; }