Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaileu authored and github-actions[bot] committed Mar 19, 2024
1 parent 9117576 commit b6299e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function addConnections(ArrayNodeDefinition $node)
->values([
AMQPConnectionConfig::AUTH_AMQPPLAIN,
AMQPConnectionConfig::AUTH_PLAIN,
AMQPConnectionConfig::AUTH_EXTERNAL
AMQPConnectionConfig::AUTH_EXTERNAL,
])
->defaultValue(AMQPConnectionConfig::AUTH_AMQPPLAIN)
->end()
Expand Down

0 comments on commit b6299e0

Please sign in to comment.