Worker: fixed missing AsyncTask import for documentation (#4719)

OCD from f5c9c02e09f54b53ed4c495c8a0000b54930ccef
This commit is contained in:
Jack Honour 2022-01-10 15:12:37 +00:00 committed by GitHub
parent 0a5b146189
commit 58e1e7bd6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ declare(strict_types=1);
namespace pocketmine\thread;
use pocketmine\scheduler\AsyncTask;
use const PTHREADS_INHERIT_NONE;
/**