mirror of
https://github.com/friendica/friendica
synced 2025-04-28 13:04:23 +02: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
|
@ -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