MainLogger: mark static logger field as nullable

This commit is contained in:
Dylan K. Taylor 2019-12-05 15:48:58 +00:00
parent f5aa461945
commit 9159e8f002

View File

@ -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;