Completed
Push — master ( 525b08...1c0221 )
by Matthias
02:15
created
src/Runners/All.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,10 +101,10 @@
 block discarded – undo
101 101
                 try {
102 102
                     $metrics = $this->analyzer->execute();
103 103
                     break;
104
-                } catch(Exception $e) {
104
+                } catch (Exception $e) {
105 105
                     // keep trying...
106 106
                 }
107
-            } while(true);
107
+            } while (true);
108 108
 
109 109
             $avg = $min = $max = array();
110 110
             $flat = $this->flatten($metrics);
Please login to merge, or discard this patch.