Skip to content

Commit b6299e0

Browse files
mihaileugithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 9117576 commit b6299e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function addConnections(ArrayNodeDefinition $node)
7878
->values([
7979
AMQPConnectionConfig::AUTH_AMQPPLAIN,
8080
AMQPConnectionConfig::AUTH_PLAIN,
81-
AMQPConnectionConfig::AUTH_EXTERNAL
81+
AMQPConnectionConfig::AUTH_EXTERNAL,
8282
])
8383
->defaultValue(AMQPConnectionConfig::AUTH_AMQPPLAIN)
8484
->end()

0 commit comments

Comments
 (0)