Completed
Push — master ( c52ea7...e2c5a9 )
by Petrică
03:05
created
Command/NotifyCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,10 +83,10 @@
 block discarded – undo
83 83
 
84 84
         $iterations = $input->getOption('iterations');
85 85
         $count = 0;
86
-        while($count < $iterations)
86
+        while ($count < $iterations)
87 87
         {
88 88
             $metrics = $this->getMetrics();
89
-            foreach($metrics as $key => $value) {
89
+            foreach ($metrics as $key => $value) {
90 90
                 $statsd->gauge($key, $value);
91 91
             }
92 92
 
Please login to merge, or discard this patch.