We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864d65f commit 7938739Copy full SHA for 7938739
1 file changed
src/Services/QueuedJobService.php
@@ -81,7 +81,7 @@ class QueuedJobService
81
/**
82
* Map of stuck job statuses to new status when retrying the job.
83
* 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.
+ * Set the value to `null` for any given stuck job status to disable retries for that status.
85
*/
86
private static array $job_retry_status_map = [
87
// Broken jobs will be retried from the start
0 commit comments