Fix PHPStan error, fix code style

This commit is contained in:
Art4 2025-01-12 13:04:49 +00:00
parent 7ebb57c82b
commit 2f811f99de

View file

@ -35,8 +35,6 @@ final class LoggerManager
/**
* Workaround: $logChannel must be static
* because Dice always creates a new LoggerManager object
*
* @var LoggerInterface|null
*/
private static string $logChannel = LogChannel::DEFAULT;