@@ -53,7 +53,7 @@ discard block |
||
| 53 | 53 | */ |
| 54 | 54 | public function update(string $tableName, array $record, string $where, int $limit = 10000000): int |
| 55 | 55 | { |
| 56 | - $this->updateWasCalledCounter ++; |
|
| 56 | + $this->updateWasCalledCounter++; |
|
| 57 | 57 | |
| 58 | 58 | return 1; |
| 59 | 59 | } |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | */ |
| 79 | 79 | public function delete($tableName, $where, $limit = 10000000): int |
| 80 | 80 | { |
| 81 | - $this->deleteWasCalledCounter ++; |
|
| 81 | + $this->deleteWasCalledCounter++; |
|
| 82 | 82 | |
| 83 | 83 | return 1; |
| 84 | 84 | } |