mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
MainLogger: mark static logger field as nullable
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user