mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-29 12:58:39 +00:00
docblock typehint fix
This commit is contained in:
parent
dd6e03ade8
commit
7474aa521f
|
|
@ -70,7 +70,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
/**
|
||||
* Providing.
|
||||
*
|
||||
* @var string
|
||||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $providing = [];
|
||||
|
|
@ -78,7 +78,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
/**
|
||||
* Dependencies.
|
||||
*
|
||||
* @var string
|
||||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $dependencies = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user