mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-01-11 07:08:43 +00:00
Implement php 7.4 type hints
This commit is contained in:
parent
ccd681ca5b
commit
44c14338e1
|
|
@ -75,7 +75,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $providing = [
|
||||
protected static array $providing = [
|
||||
'Navigation',
|
||||
];
|
||||
|
||||
|
|
@ -85,5 +85,5 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $dependencies = [];
|
||||
protected static array $dependencies = [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user