Failed Conditions
Pull Request — 2.7 (#7940)
by Benjamin
06:29
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH7864Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
         $user->tweets->removeElement($tweet);
40 40
 
41
-        $tweets = $user->tweets->map(function (Tweet $tweet) { return $tweet->content; });
41
+        $tweets = $user->tweets->map(function(Tweet $tweet) { return $tweet->content; });
42 42
 
43 43
         $this->assertEquals(['Goodbye, and thanks for all the fish'], array_values($tweets->toArray()));
44 44
     }
Please login to merge, or discard this patch.