mirror of
https://github.com/friendica/friendica
synced 2025-02-06 23:38:50 +00:00
Mark DI::getDice() as internal
This commit is contained in:
parent
92aabbdcec
commit
700cedd69b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue