Skip to content

Commit c696723

Browse files
committed
Fix linter
1 parent 6737df5 commit c696723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resque/Worker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ public function workingOn(\Resque\Job\Job $job)
533533
]);
534534

535535
Resque::redis()->set(
536-
'worker:' . $job->worker,
536+
'worker:' . $job->worker,
537537
$data,
538538
['ex' => time() + 86400],
539539
);

0 commit comments

Comments
 (0)