mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-02-04 19:58:40 +00:00
docblock typehint fix
This commit is contained in:
parent
3cfbb64e94
commit
11565266a4
|
|
@ -64,7 +64,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
/**
|
||||
* Providing.
|
||||
*
|
||||
* @var string
|
||||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $providing = [
|
||||
|
|
@ -73,7 +73,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