Failed Conditions
Pull Request — 2.6 (#7544)
by Luís
08:16
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH7534Test.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         assert($person instanceof GH7534Person);
51 51
 
52 52
         $criteria = Criteria::create()->where(Criteria::expr()->eq('type', 1))
53
-                                      ->orWhere(Criteria::expr()->eq('type', 2));
53
+                                        ->orWhere(Criteria::expr()->eq('type', 2));
54 54
 
55 55
         $phoneNumbers = $person->phoneNumbers->matching($criteria);
56 56
 
Please login to merge, or discard this patch.