mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +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