mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Worker: fixed missing AsyncTask import for documentation (#4719)
OCD from f5c9c02e09
This commit is contained in:
@ -23,6 +23,7 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine\thread;
|
namespace pocketmine\thread;
|
||||||
|
|
||||||
|
use pocketmine\scheduler\AsyncTask;
|
||||||
use const PTHREADS_INHERIT_NONE;
|
use const PTHREADS_INHERIT_NONE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user