Skip to content

Commit 67a012b

Browse files
committed
fix indentation
1 parent 0aa6119 commit 67a012b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Consumer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function daemon($connectionName, $queue, WorkerOptions $options)
9393
$jobClass = $connection->getJobClass();
9494
$arguments = [];
9595
if ($this->maxPriority) {
96-
$arguments['priority'] = ['I', $this->maxPriority];
96+
$arguments['priority'] = ['I', $this->maxPriority];
9797
}
9898

9999
$this->channel->basic_consume(

0 commit comments

Comments
 (0)