From: Art4 Date: Wed, 22 Jan 2025 15:31:11 +0000 (+0000) Subject: Mark DI::getDice() as internal X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=700cedd69b8779287a8f665f687f1869f653718b;p=friendica.git Mark DI::getDice() as internal --- diff --git a/src/DI.php b/src/DI.php index 7d1114ac5c..c9c973f722 100644 --- a/src/DI.php +++ b/src/DI.php @@ -60,7 +60,8 @@ abstract class DI /** * 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 */