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