Remove wrong phpdoc

pull/1598/head
Art4 2025-02-05 15:32:24 +00:00
parent f7ec934893
commit c4f8c65817
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ final class MonologFactory implements LoggerFactory
private IManageConfigValues $config;
/**
* @param string $channel The channel for the logger
*/
public function __construct(IHaveCallIntrospections $introspection, IManageConfigValues $config)
{
$this->introspection = $introspection;