mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-26 03:58:41 +00:00
docblock typehint fix
This commit is contained in:
parent
412cc4f7eb
commit
6851699c56
|
|
@ -87,7 +87,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
/**
|
||||
* Providing.
|
||||
*
|
||||
* @var string
|
||||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $providing = [];
|
||||
|
|
@ -95,7 +95,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