Skip to content

Commit 7938739

Browse files
Update src/Services/QueuedJobService.php
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
1 parent 864d65f commit 7938739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/QueuedJobService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class QueuedJobService
8181
/**
8282
* Map of stuck job statuses to new status when retrying the job.
8383
* For example a "broken" job should be turned into a "new" job for it to be retried correctly.
84-
* Set the value to "null" for any given stuck job status to disable retries for that status.
84+
* Set the value to `null` for any given stuck job status to disable retries for that status.
8585
*/
8686
private static array $job_retry_status_map = [
8787
// Broken jobs will be retried from the start

0 commit comments

Comments
 (0)