Passed
Push — master ( 326302...0f8412 )
by Alex
02:09
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): int
55 55
     {
56
-        $this->updateWasCalledCounter ++;
56
+        $this->updateWasCalledCounter++;
57 57
 
58 58
         return 1;
59 59
     }
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
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
     }
Please login to merge, or discard this patch.