Skip to content

Commit

Permalink
make Counter class as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 21, 2024
1 parent b817f28 commit 10bc72f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Counter.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use function is_array;
use function iterator_count;

/**
* @internal
*/
final class Counter
{
/**
Expand Down

0 comments on commit 10bc72f

Please sign in to comment.