Passed
Pull Request — 2.7 (#7940)
by Benjamin
07:46
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH7864Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 
50 50
         $user->tweets->removeElement($tweet);
51 51
 
52
-        $tweets = $user->tweets->map(static function (GH7864Tweet $tweet) {
52
+        $tweets = $user->tweets->map(static function(GH7864Tweet $tweet) {
53 53
             return $tweet->content;
54 54
         });
55 55
 
Please login to merge, or discard this patch.