Completed
Push — master ( f4f0f1...326302 )
by Alex
09:07
created
Tests/PdoCrudMock.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
76 76
      */
77 77
     public function delete($tableName, $where, $limit = 10000000)
78 78
     {
79
-        $this->deleteWasCalledCounter ++;
79
+        $this->deleteWasCalledCounter++;
80 80
     }
81 81
 }
Please login to merge, or discard this patch.