mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-25 11:08:40 +00:00
Implement php 7.4 type hints
This commit is contained in:
parent
3254187b50
commit
05ec6158a8
|
|
@ -66,7 +66,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $providing = [];
|
||||
protected static array $providing = [];
|
||||
|
||||
/**
|
||||
* Dependencies.
|
||||
|
|
@ -74,7 +74,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $dependencies = [
|
||||
protected static array $dependencies = [
|
||||
'Media',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class BatchPosting implements \Countable
|
|||
/**
|
||||
* Created.
|
||||
*
|
||||
* @var \DateTime
|
||||
* @var null|\DateTime
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $created = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user