@@ -105,7 +105,7 @@ |
||
| 105 | 105 | // Ref #65: For some reason, throwing an exception finds its way into both exception + non-exception |
| 106 | 106 | // conditions below. |
| 107 | 107 | if ($isException) { |
| 108 | - static::$counter ++; |
|
| 108 | + static::$counter++; |
|
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | $record = array_merge($record->toArray(), [ |