Mark DI::getDice() as internal

This commit is contained in:
Art4 2025-01-22 15:31:11 +00:00
parent 92aabbdcec
commit 700cedd69b

View file

@ -60,7 +60,8 @@ abstract class DI
/** /**
* Returns a clone of the current dice instance * Returns a clone of the current dice instance
* This useful for overloading the current instance with mocked methods during tests *
* @internal This useful for overloading the current instance with mocked methods during tests
* *
* @return Dice * @return Dice
*/ */