From 6d1d7f2954f7e07b51a17cdec26797ee9c14d6d0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 16 Mar 2018 12:39:55 +0100 Subject: [PATCH] docblock typehint fix --- Controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller.php b/Controller.php index 7494a7e..2d2f99c 100644 --- a/Controller.php +++ b/Controller.php @@ -78,7 +78,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var string + * @var string[] * @since 1.0.0 */ protected static $providing = []; @@ -86,7 +86,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Dependencies. * - * @var string + * @var string[] * @since 1.0.0 */ protected static $dependencies = [