Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanwestdorp committed Feb 10, 2021
1 parent 4021ecd commit 9cbe57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/RedisWorkloadRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function get()
return [$queueName => $this->queue->connection($connection)->readyNow($queueName)];
});

$splitQueues = Str::contains($queue, ',') ? $length->map(function($length, $queueName) use ($connection, $totalProcesses) {
$splitQueues = Str::contains($queue, ',') ? $length->map(function ($length, $queueName) use ($connection, $totalProcesses) {
return [
'name' => $queueName,
'length' => $length,
Expand Down

0 comments on commit 9cbe57f

Please sign in to comment.