@@ -58,13 +58,13 @@ discard block |
||
58 | 58 | } |
59 | 59 | |
60 | 60 | // sums |
61 | - $sum = (object)[ |
|
61 | + $sum = (object) [ |
|
62 | 62 | 'loc' => 0, |
63 | 63 | 'cloc' => 0, |
64 | 64 | 'lloc' => 0, |
65 | 65 | 'nbMethods' => 0, |
66 | 66 | ]; |
67 | - $avg = (object)[ |
|
67 | + $avg = (object) [ |
|
68 | 68 | 'ccn' => [], |
69 | 69 | 'bugs' => [], |
70 | 70 | 'kanDefect' => [], |
@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | $violations[$name]++; |
125 | 125 | } |
126 | 126 | } |
127 | - $sum->violations = (object)$violations; |
|
127 | + $sum->violations = (object) $violations; |
|
128 | 128 | |
129 | 129 | |
130 | 130 | $this->avg = $avg; |