mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-26 21:29:55 +00:00
Task: mark taskHandler field as nullable
This commit is contained in:
parent
cc3285c8fe
commit
e198c8fa8b
@ -27,7 +27,7 @@ use pocketmine\utils\Utils;
|
||||
|
||||
abstract class Task{
|
||||
|
||||
/** @var TaskHandler */
|
||||
/** @var TaskHandler|null */
|
||||
private $taskHandler = null;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user