mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
fixes for tests
This commit is contained in:
parent
fe3571fb60
commit
2348e6b72d
|
|
@ -62,7 +62,7 @@ class Issue
|
|||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private int $creator = null;
|
||||
private ?int $creator = null;
|
||||
|
||||
private static $instances = [];
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class Message
|
|||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private int $creator = null;
|
||||
private ?int $creator = null;
|
||||
|
||||
private static $instances = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user