docblock typehint fix

This commit is contained in:
Dennis Eichhorn 2018-03-16 12:39:55 +01:00
parent 9a3366fab5
commit a9eace0651

View File

@ -69,7 +69,7 @@ class Controller extends ModuleAbstract implements WebInterface
/**
* Providing.
*
* @var string
* @var string[]
* @since 1.0.0
*/
protected static $providing = [];
@ -77,7 +77,7 @@ class Controller extends ModuleAbstract implements WebInterface
/**
* Dependencies.
*
* @var string
* @var string[]
* @since 1.0.0
*/
protected static $dependencies = [