From bb83b9fe14f473a2ccc8f7c5c46fb85a06db752d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 28 Oct 2019 21:21:49 +0100 Subject: [PATCH] mostly rename Router to WebRouter --- Controller/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/Controller.php b/Controller/Controller.php index 8f5def3..e852b03 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -66,7 +66,7 @@ class Controller extends ModuleAbstract implements WebInterface * @var string[] * @since 1.0.0 */ - protected static $localization = [ + protected static array $localization = [ ]; /**