docblock typehint fix

This commit is contained in:
Dennis Eichhorn 2018-03-16 12:39:55 +01:00
parent 2726f99b9c
commit 7e62a2515b

View File

@ -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 = [