style: move closing bracket
This commit is contained in:
parent
0ac6c0f947
commit
39a65c725c
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue