diff --git a/Controller.php b/Controller.php index e2f376c..00d1a61 100644 --- a/Controller.php +++ b/Controller.php @@ -87,7 +87,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var string + * @var string[] * @since 1.0.0 */ protected static $providing = []; @@ -95,7 +95,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Dependencies. * - * @var string + * @var string[] * @since 1.0.0 */ protected static $dependencies = [];