src/Logging/LoggerFactory.php
Method __invoke
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $logName,
string $packageName,
?string $fileName = null,
bool $writeToFile = true,
bool $writeToStdErr = false,
Method create
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $logName,
string $packageName,
?string $fileName = null,
bool $writeToFile = true,
bool $writeToStdErr = false,
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
LogFileDatabaseFactory $databaseFactory,
LowLevelExecutor $lowLevelExecutor,
PathProvider $pathProvider,
SystemConfigurationParser $systemConfiguration,
PluginDatabase $pluginDatabase