mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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;
|
||||
/** @var bool */
|
||||
protected $logDebug;
|
||||
/** @var MainLogger */
|
||||
/** @var MainLogger|null */
|
||||
public static $logger = null;
|
||||
/** @var bool */
|
||||
private $syncFlush = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user