@@ -49,7 +49,7 @@ |
||
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 |