mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-01 21:28:41 +00:00
docblock typehint fix
This commit is contained in:
parent
d452b3e785
commit
3d89723502
|
|
@ -84,7 +84,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
/**
|
||||
* Providing.
|
||||
*
|
||||
* @var string
|
||||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $providing = [];
|
||||
|
|
@ -92,7 +92,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