Mark more new classes as internal

This commit is contained in:
Art4 2025-01-22 19:52:48 +00:00
parent 179ccbc08c
commit 0b84cf401d
5 changed files with 9 additions and 0 deletions

View file

@ -13,6 +13,8 @@ use Dice\Dice;
/**
* Wrapper for the Dice class to make some basic setups
*
* @internal
*/
final class DiceContainer implements Container
{