]> git.mxchange.org Git - friendica.git/commitdiff
Mark DI::getDice() as internal
authorArt4 <art4@wlabs.de>
Wed, 22 Jan 2025 15:31:11 +0000 (15:31 +0000)
committerArt4 <art4@wlabs.de>
Wed, 22 Jan 2025 15:31:11 +0000 (15:31 +0000)
src/DI.php

index 7d1114ac5cf3e6009de9fe5bb668d33819c39ff7..c9c973f722a387c392ce3b5656d7d6ebb9762d5c 100644 (file)
@@ -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
         */