Passed
Pull Request — master (#464)
by Kirill
04:42
created
src/Jobs/src/Options.php 1 patch
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -103,6 +103,4 @@
 block discarded – undo
103 103
         $options = new self();
104 104
         $options->base = $options->base->withDelay($delay);
105 105
 
106
-        return $options;
107
-    }
108
-}
106
+        return $options
109 107
\ No newline at end of file
Please login to merge, or discard this patch.