Completed
Push — master ( 6a6fc8...07e153 )
by Stanislav
02:24
created
src/Command/StatsSend.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
                 }
71 71
             }
72 72
 
73
-            $this->dryRun($input, $output, function () use ($influxDbClient, $points, $logger) {
73
+            $this->dryRun($input, $output, function() use ($influxDbClient, $points, $logger) {
74 74
                 $isSuccess = $influxDbClient->writePoints($points);
75 75
                 $logger->info('InfluxDB write ' . ($isSuccess ? 'success' : 'failed'));
76 76
             }, 'dry-run, don\'t really send points');
Please login to merge, or discard this patch.