Completed
Branch dev (11269e)
by Raffael
04:12
created
src/Worker.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
     protected function collectJob(array $job, int $status, $from_status = JobInterface::STATUS_WAITING): bool
187 187
     {
188 188
         $set = [
189
-             'status' => $status,
189
+                'status' => $status,
190 190
         ];
191 191
 
192 192
         //isset($job['started']) required due compatibility between 1.x and 2.x
Please login to merge, or discard this patch.