mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
MainLogger: mark static logger field as nullable
This commit is contained in:
parent
f5aa461945
commit
9159e8f002
@ -64,7 +64,7 @@ class MainLogger extends \AttachableThreadedLogger{
|
|||||||
protected $shutdown = false;
|
protected $shutdown = false;
|
||||||
/** @var bool */
|
/** @var bool */
|
||||||
protected $logDebug;
|
protected $logDebug;
|
||||||
/** @var MainLogger */
|
/** @var MainLogger|null */
|
||||||
public static $logger = null;
|
public static $logger = null;
|
||||||
/** @var bool */
|
/** @var bool */
|
||||||
private $syncFlush = false;
|
private $syncFlush = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user