mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
HandlerListManager: fixed missing null type flag
This commit is contained in:
parent
f45316d2d6
commit
fb4b92d1f4
@ -28,7 +28,7 @@ use pocketmine\utils\Utils;
|
|||||||
|
|
||||||
class HandlerListManager{
|
class HandlerListManager{
|
||||||
|
|
||||||
/** @var HandlerListManager */
|
/** @var HandlerListManager|null */
|
||||||
private static $globalInstance = null;
|
private static $globalInstance = null;
|
||||||
|
|
||||||
public static function global() : self{
|
public static function global() : self{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user