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