Passed
Push — master ( 021a41...291b9a )
by Darko
19:23 queued 08:40
created
app/Services/Binaries/BinariesService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -841,7 +841,7 @@
 block discarded – undo
841 841
 
842 842
         $message = $range['isNew']
843 843
             ? 'New group '.$groupNNTP['group'].' starting with '.
844
-              ($this->config->newGroupScanByDays
844
+                ($this->config->newGroupScanByDays
845 845
                   ? $this->config->newGroupDaysToScan.' days'
846 846
                   : number_format($this->config->newGroupMessagesToScan).' messages').' worth.'
847 847
             : 'Group '.$groupNNTP['group'].' has '.number_format((int) $range['realTotal']).' new articles.';
Please login to merge, or discard this patch.
app/Services/NameFixing/NameFixingService.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -932,9 +932,9 @@
 block discarded – undo
932 932
 
933 933
             // Use carriage return to overwrite the same line
934 934
             echo "\rRenamed: " . number_format($stats['fixed']) .
935
-                 ' | Processed: ' . number_format($stats['checked']) .
936
-                 '/' . number_format($this->_totalReleases) .
937
-                 ' (' . $percent . '%)    ';
935
+                    ' | Processed: ' . number_format($stats['checked']) .
936
+                    '/' . number_format($this->_totalReleases) .
937
+                    ' (' . $percent . '%)    ';
938 938
         }
939 939
     }
940 940
 
Please login to merge, or discard this patch.