Passed
Push — develop ( 1049f6...ddb6ce )
by Mathias
80:11 queued 71:07
created
module/Core/src/Queue/Job/JobResult.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     {
84 84
         return static::create(
85 85
             ProcessJobEvent::JOB_STATUS_FAILURE_RECOVERABLE,
86
-            [ 'reason' => $reason ] + $options
86
+            ['reason' => $reason] + $options
87 87
         );
88 88
     }
89 89
 
Please login to merge, or discard this patch.