Skip to content

Commit 8c43b67

Browse files
committed
Added comma
1 parent 9cd95be commit 8c43b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/QueueDeclareCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function handle(RabbitMQConnector $connector): void
3434
}
3535
$maxPriority = (int) $this->option('max-priority');
3636
$arguments = [
37-
'x-max-priority' => $maxPriority
37+
'x-max-priority' => $maxPriority,
3838
];
3939
$queue->declareQueue(
4040
$this->argument('name'),

0 commit comments

Comments
 (0)