Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed May 15, 2024
1 parent 6a71fbf commit 13707b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EventListener/AdminEmailTokenSubscriberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private function mockFrameworkWithAdminEmail(string|null $adminEmail = null): Co
$stringUtilAdapter
->method('splitFriendlyEmail')
->willReturnCallback(
static fn(string $email): array => match ($email) {
static fn (string $email): array => match ($email) {
'Lorem Ipsum [[email protected]]' => ['Lorem Ipsum', '[email protected]'],
'Dolor Sitamet [[email protected]]' => ['Dolor Sitamet', '[email protected]'],
default => ['', $email],
Expand Down

0 comments on commit 13707b0

Please sign in to comment.