@@ -38,7 +38,7 @@ |
||
| 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 | } |