style: move closing bracket

This commit is contained in:
Oliver Davies 2022-01-13 21:21:26 +00:00
parent 0ac6c0f947
commit 39a65c725c

View file

@ -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();