mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Mark more new classes as internal
This commit is contained in:
parent
179ccbc08c
commit
0b84cf401d
5 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,8 @@ namespace Friendica\Core;
|
|||
|
||||
/**
|
||||
* Dependency Injection Container
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
interface Container
|
||||
{
|
||||
|
|
|
@ -13,6 +13,8 @@ use Dice\Dice;
|
|||
|
||||
/**
|
||||
* Wrapper for the Dice class to make some basic setups
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final class DiceContainer implements Container
|
||||
{
|
||||
|
|
|
@ -26,6 +26,8 @@ use Psr\Log\LoggerInterface;
|
|||
*
|
||||
* @see \Friendica\Core\Logger\Factory\StreamLogger
|
||||
* @see \Friendica\Core\Logger\Factory\SyslogLogger
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final class LegacyLoggerFactory implements LoggerFactory
|
||||
{
|
||||
|
|
|
@ -21,6 +21,8 @@ use Psr\Log\NullLogger;
|
|||
|
||||
/**
|
||||
* Manager for the core logging instances
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final class LoggerManager
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue