From 39a65c725ce852b1543c059be349a7fb46ff7f52 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 13 Jan 2022 21:21:26 +0000 Subject: [PATCH] style: move closing bracket --- tests/FakeEventRepositoryTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();