Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 22, 2023
1 parent f331b5c commit 74441ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ protected function getDisplayName($job)
? $job->displayName() : get_class($job);
}

/**
/**
* Get the maximum number of attempts for an object-based queue handler.
*
* @param mixed $job
Expand Down

0 comments on commit 74441ad

Please sign in to comment.