Passed
Push — master ( f8b66f...e23e5d )
by Darko
11:58
created
app/Console/Commands/FetchSamples.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
 
99 99
         $query = clone $baseQuery;
100 100
 
101
-        $query->chunkById($chunkSize, function ($releases) use (&$processed, &$failed, &$remaining, $bar, $showOutput) {
101
+        $query->chunkById($chunkSize, function($releases) use (&$processed, &$failed, &$remaining, $bar, $showOutput) {
102 102
             foreach ($releases as $release) {
103 103
                 if ($remaining <= 0) {
104 104
                     return false; // stop chunking
Please login to merge, or discard this patch.