Skip to content

Commit 816ae14

Browse files
Fix styling
1 parent f1231f5 commit 816ae14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AcceptLegalDocumentListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function can_not_auto_accept_document_after_registration_if_request_is_em
112112
/** @test */
113113
public function ignore_event_if_not_have_user_setted()
114114
{
115-
$event = new class() {
115+
$event = new class () {
116116
};
117117

118118
$listener = new AcceptLegalDocumentListener();

0 commit comments

Comments
 (0)