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