Skip to content

Commit

Permalink
Mark AsyncPoolWorkerEntry as @internal
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed May 23, 2023
1 parent cbda24d commit 9d9c628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scheduler/AsyncPoolWorkerEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

use function time;

/**
* @internal
*/
final class AsyncPoolWorkerEntry{

public int $lastUsed;
Expand Down

0 comments on commit 9d9c628

Please sign in to comment.