Mark AsyncPoolWorkerEntry as @internal

This commit is contained in:
Dylan K. Taylor 2023-05-23 01:32:44 +01:00
parent cbda24d77e
commit 9d9c628acd
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -25,6 +25,9 @@ namespace pocketmine\scheduler;
use function time;
/**
* @internal
*/
final class AsyncPoolWorkerEntry{
public int $lastUsed;