mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 00:09:39 +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{
|
||||
|
||||
/** @var HandlerListManager */
|
||||
/** @var HandlerListManager|null */
|
||||
private static $globalInstance = null;
|
||||
|
||||
public static function global() : self{
|
||||
|
Loading…
x
Reference in New Issue
Block a user