Skip to content

Commit

Permalink
Remove no-longer needed PHPStan supression
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Feb 13, 2024
1 parent 3a8d715 commit 58dc6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RabbitMq/AMQPConnectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __invoke(ContainerInterface $container): AMQPStreamConnection
// We have to pass the config as the ssl_protocol to avoid an internal deprecation warning
// When the ssl_protocol is a config instance, it is internally set as config.
// See https://github.com/php-amqplib/php-amqplib/blob/b4ade54ebe4685873f6316f9a05fc2c77a9e28f9/PhpAmqpLib/Connection/AMQPStreamConnection.php#L48-L55
ssl_protocol: $connectionConfig, // @phpstan-ignore-line
ssl_protocol: $connectionConfig,
);
}

Expand Down

0 comments on commit 58dc6a1

Please sign in to comment.