@@ -148,7 +148,7 @@ |
||
| 148 | 148 | |
| 149 | 149 | $totalError = 0; |
| 150 | 150 | |
| 151 | - $incrementError = function (bool $errorCondition, int $errorOrdinal) use (&$totalError) { |
|
| 151 | + $incrementError = function(bool $errorCondition, int $errorOrdinal) use (&$totalError) { |
|
| 152 | 152 | $totalError += $errorCondition ? $errorOrdinal : 0; |
| 153 | 153 | }; |
| 154 | 154 | |