docblock typehint fix

This commit is contained in:
Dennis Eichhorn 2018-03-16 12:39:55 +01:00
parent c3276fa2eb
commit 3d801840f0

View File

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