From 58e1e7bd6ffbf4eb950e45308d36617b26d58105 Mon Sep 17 00:00:00 2001 From: Jack Honour Date: Mon, 10 Jan 2022 15:12:37 +0000 Subject: [PATCH] Worker: fixed missing AsyncTask import for documentation (#4719) OCD from f5c9c02e09f54b53ed4c495c8a0000b54930ccef --- src/thread/Worker.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thread/Worker.php b/src/thread/Worker.php index e710787cc..e504165ff 100644 --- a/src/thread/Worker.php +++ b/src/thread/Worker.php @@ -23,6 +23,7 @@ declare(strict_types=1); namespace pocketmine\thread; +use pocketmine\scheduler\AsyncTask; use const PTHREADS_INHERIT_NONE; /**