From 710177ceb5a0a72e9b442331b5b102614ec48335 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 8 Aug 2023 15:10:31 +0100 Subject: [PATCH] CS this mistake actually hasn't happened for a while --- src/thread/CommonThreadPartsTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thread/CommonThreadPartsTrait.php b/src/thread/CommonThreadPartsTrait.php index f5cd8fe0a..de2ecbde8 100644 --- a/src/thread/CommonThreadPartsTrait.php +++ b/src/thread/CommonThreadPartsTrait.php @@ -28,6 +28,7 @@ use pocketmine\errorhandler\ErrorToExceptionHandler; use pocketmine\Server; use function error_get_last; use function error_reporting; +use function implode; use function register_shutdown_function; use function set_exception_handler;