Passed
Pull Request — 2.6 (#6997)
by
unknown
10:09
created
tests/Doctrine/Tests/ORM/Persisters/ManyToManyPersisterTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $lastUpdate = array_pop($updates);
56 56
 
57 57
         $this->assertEquals('DELETE FROM parent_child WHERE child_id1 = ? AND child_id2 = ?', $lastUpdate['query']);
58
-        $this->assertEquals([1,42], $lastUpdate['params']);
58
+        $this->assertEquals([1, 42], $lastUpdate['params']);
59 59
 
60 60
     }
61 61
 
Please login to merge, or discard this patch.