Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodallavia authored and github-actions[bot] committed Jan 12, 2023
1 parent f1231f5 commit 816ae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AcceptLegalDocumentListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function can_not_auto_accept_document_after_registration_if_request_is_em
/** @test */
public function ignore_event_if_not_have_user_setted()
{
$event = new class() {
$event = new class () {
};

$listener = new AcceptLegalDocumentListener();
Expand Down

0 comments on commit 816ae14

Please sign in to comment.