@@ -101,10 +101,10 @@ |
||
| 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); |