From 9d9c628acd3fa22e2ef5e08c7ed6d94757c0888e Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 23 May 2023 01:32:44 +0100 Subject: [PATCH] Mark AsyncPoolWorkerEntry as @internal --- src/scheduler/AsyncPoolWorkerEntry.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/scheduler/AsyncPoolWorkerEntry.php b/src/scheduler/AsyncPoolWorkerEntry.php index 6f6fdc5d3..0c62ab931 100644 --- a/src/scheduler/AsyncPoolWorkerEntry.php +++ b/src/scheduler/AsyncPoolWorkerEntry.php @@ -25,6 +25,9 @@ namespace pocketmine\scheduler; use function time; +/** + * @internal + */ final class AsyncPoolWorkerEntry{ public int $lastUsed;