for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace WShafer\PSR11MonoLog\Service;
use WShafer\PSR11MonoLog\ConfigInterface;
class FormatterManager extends AbstractServiceManager
{
public function getServiceConfig($id): ConfigInterface
return $this->config->getFormatterConfig($id);
}
public function hasServiceConfig($id): bool
return $this->config->hasFormatterConfig($id);