Improve array init

This commit is contained in:
Dennis Eichhorn 2018-09-22 17:05:23 +02:00
parent 9522fc0033
commit dc0a0a8d4a

View File

@ -80,6 +80,5 @@ class Controller extends ModuleAbstract implements WebInterface
* @var string[] * @var string[]
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $dependencies = [ protected static $dependencies = [];
];
} }