@@ -214,7 +214,7 @@ |
||
| 214 | 214 | $n_class = count($classes); |
| 215 | 215 | $totalError = 0; |
| 216 | 216 | |
| 217 | - $incrementError = function (bool $errorCondition, int $errorOrdinal) use (&$totalError) { |
|
| 217 | + $incrementError = function(bool $errorCondition, int $errorOrdinal) use (&$totalError) { |
|
| 218 | 218 | $totalError += $errorCondition ? $errorOrdinal : 0; |
| 219 | 219 | }; |
| 220 | 220 | |