Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 21, 2023
1 parent aa55d10 commit f1e553e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework/core/src/User/EmailConfirmationMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ public function handle(EmailChangeRequested $event): void
$subject = $this->translator->trans('core.email.confirm_email.subject');

$this->queue->push(new SendInformationalEmailJob(
email: $email,
subject:$subject,
body: $body,
forumTitle: Arr::get($data, 'forum'),
email: $email,
subject:$subject,
body: $body,
forumTitle: Arr::get($data, 'forum'),
displayName: Arr::get($data, 'username')
));
}
Expand Down

0 comments on commit f1e553e

Please sign in to comment.