Skip to content

Commit

Permalink
refactor: fix style spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Apr 7, 2021
1 parent df67f06 commit be679d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Console/RetryCommand.php
Expand Up @@ -66,7 +66,7 @@ protected function getJobIds()
if ($queue = $this->option('queue')) {
$ids = collect($this->laravel['queue.failer']->all())->where('queue', $queue)->pluck('id')->toArray();

if (count($ids)===0) {
if (count($ids) === 0) {
$this->error("Unable to find failed jobs in a queue named [{$queue}].");
}

Expand Down

0 comments on commit be679d3

Please sign in to comment.