mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-09 20:38:42 +00:00
docblock typehint fix
This commit is contained in:
parent
b4cd0848db
commit
f79fac4e43
|
|
@ -72,7 +72,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
/**
|
/**
|
||||||
* Providing.
|
* Providing.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $providing = [];
|
protected static $providing = [];
|
||||||
|
|
@ -80,7 +80,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
/**
|
/**
|
||||||
* Dependencies.
|
* Dependencies.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $dependencies = [
|
protected static $dependencies = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user