Skip to content

Commit

Permalink
[FIX] Make phpcsfixer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Jan 25, 2024
1 parent 3731b4a commit 7f9665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/NewsletterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function testMailAjax(ServerRequestInterface $request): ResponseInterface
$responseData = [
'status' => $status ?? $event->getStatus(),
];
if ($event->isTestMailIsSendExternal()){
if ($event->isTestMailIsSendExternal()) {
$responseData = array_merge(
$responseData,
[
Expand Down

0 comments on commit 7f9665f

Please sign in to comment.