mirror of
https://github.com/friendica/friendica
synced 2025-01-30 22:59:47 +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
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -11,6 +11,8 @@ namespace Friendica\Core;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dependency Injection Container
|
* Dependency Injection Container
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
*/
|
*/
|
||||||
interface Container
|
interface Container
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue