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