Completed
Pull Request — master (#123)
by Marcel
09:28 queued 05:41
created
app/Scan.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,9 +69,9 @@
 block discarded – undo
69 69
         $allResults = $this->results()->count();
70 70
         if ($allResults > 0) {
71 71
             $doneResults = $this->results()
72
-              ->whereNotNull('result')
73
-              ->orWhere('has_error', '=', 'true')
74
-              ->count();
72
+                ->whereNotNull('result')
73
+                ->orWhere('has_error', '=', 'true')
74
+                ->count();
75 75
             Log::info('Progress: '.$allResults.' '.$doneResults);
76 76
             Log::info(round(($doneResults / $allResults) * 100));
77 77
 
Please login to merge, or discard this patch.