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

@ -32,6 +32,7 @@ use Friendica\Util\Strings;
* and anything else that might need to be passed around * and anything else that might need to be passed around
* before we spit the page out. * before we spit the page out.
* *
* @internal
*/ */
final class AppLegacy implements AppHelper final class AppLegacy implements AppHelper
{ {

View file

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

View file

@ -13,6 +13,8 @@ use Dice\Dice;
/** /**
* Wrapper for the Dice class to make some basic setups * Wrapper for the Dice class to make some basic setups
*
* @internal
*/ */
final class DiceContainer implements Container final class DiceContainer implements Container
{ {

View file

@ -26,6 +26,8 @@ use Psr\Log\LoggerInterface;
* *
* @see \Friendica\Core\Logger\Factory\StreamLogger * @see \Friendica\Core\Logger\Factory\StreamLogger
* @see \Friendica\Core\Logger\Factory\SyslogLogger * @see \Friendica\Core\Logger\Factory\SyslogLogger
*
* @internal
*/ */
final class LegacyLoggerFactory implements LoggerFactory final class LegacyLoggerFactory implements LoggerFactory
{ {

View file

@ -21,6 +21,8 @@ use Psr\Log\NullLogger;
/** /**
* Manager for the core logging instances * Manager for the core logging instances
*
* @internal
*/ */
final class LoggerManager final class LoggerManager
{ {