Completed
Push — master ( 27dee6...22d68a )
by Stanislav
05:48
created
src/Command/StatsSend.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
             $obsoleteList = TorrentListUtils::getObsoleteTorrents($torrentList);
44 44
             if (!empty($obsoleteList)) {
45 45
                 $output->writeln('<comment>Found obsolete torrents, '
46
-                                 . 'remove it using transmission-cli torrent-remove-duplicates</comment>');
46
+                                    . 'remove it using transmission-cli torrent-remove-duplicates</comment>');
47 47
                 TorrentListUtils::printTorrentsTable($obsoleteList, $output);
48 48
                 return 1;
49 49
             }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
             $points[] = $influxDbClient->buildStatus($torrentList, $transmissionHost);
77 77
 
78
-            $this->dryRun($input, $output, function () use ($influxDbClient, $points) {
78
+            $this->dryRun($input, $output, function() use ($influxDbClient, $points) {
79 79
                 $influxDbClient->writePoints($points);
80 80
             }, 'dry-run, don\'t really send points');
81 81
         } catch (\Exception $e) {
Please login to merge, or discard this patch.