mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-11 22:18:40 +00:00
docblock typehint fix
This commit is contained in:
parent
83ce5ff51e
commit
c73f8dd3e0
|
|
@ -69,7 +69,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 = [
|
||||||
|
|
@ -79,7 +79,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