diff --git a/Controller/Controller.php b/Controller/Controller.php index e8a5c0e..daec987 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -75,7 +75,7 @@ class Controller extends ModuleAbstract implements WebInterface * @var string[] * @since 1.0.0 */ - protected static $providing = [ + protected static array $providing = [ 'Navigation', ]; @@ -85,5 +85,5 @@ class Controller extends ModuleAbstract implements WebInterface * @var string[] * @since 1.0.0 */ - protected static $dependencies = []; + protected static array $dependencies = []; }