diff --git a/tests/FakeEventRepositoryTest.php b/tests/FakeEventRepositoryTest.php index 24d1483..0950e02 100644 --- a/tests/FakeEventRepositoryTest.php +++ b/tests/FakeEventRepositoryTest.php @@ -17,7 +17,8 @@ final class FakeEventRepositoryTest extends KernelTestCase } /** @test */ - public function should_only_return_attendees_with_a_yes_rsvp(): void { + public function should_only_return_attendees_with_a_yes_rsvp(): void + { $attendees = $this->repository->getConfirmedAttendees();