Skip to content

Commit 1bf5407

Browse files
Linting fix.
1 parent dff1f3e commit 1bf5407

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Services/QueuedJobService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,8 @@ public function runJob($jobId)
992992
[
993993
'attempts' => $stallCount,
994994
]
995-
): _t(
995+
)
996+
: _t(
996997
__CLASS__ . '.JOB_STALLED',
997998
'Job stalled after {attempts} attempts - please check',
998999
[

0 commit comments

Comments
 (0)