mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-02-06 02:58:40 +00:00
docblock typehint fix
This commit is contained in:
parent
1ba0694fe1
commit
a0e9d8d869
|
|
@ -69,7 +69,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
/**
|
||||
* Providing.
|
||||
*
|
||||
* @var string
|
||||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $providing = [];
|
||||
|
|
@ -77,7 +77,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