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

@ -11,6 +11,8 @@ namespace Friendica\Core;
/**
* Dependency Injection Container
*
* @internal
*/
interface Container
{