cs fix
This commit is contained in:
@ -15,13 +15,11 @@ use function Amp\call;
|
||||
|
||||
final class Producer extends Connection
|
||||
{
|
||||
|
||||
public function __construct(
|
||||
private string $address,
|
||||
private ClientConfig $clientConfig,
|
||||
private LoggerInterface $logger,
|
||||
)
|
||||
{
|
||||
) {
|
||||
parent::__construct(
|
||||
$this->address,
|
||||
$this->clientConfig,
|
||||
|
Reference in New Issue
Block a user