Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vormkracht10/filament-mails
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 15, 2024
2 parents 5b6773c + ac0ba92 commit a0f6bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/MailResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@ private static function formatMailState(array $emails, bool $mailOnly = false):
->map(fn ($value, $key) => $mailOnly ? $key : ($value === null ? $key : "$value <$key>"))

Check failure on line 407 in src/Resources/MailResource.php

View workflow job for this annotation

GitHub Actions / phpstan

Strict comparison using === between mixed and null will always evaluate to false.
->implode(', ');
}
}
}

0 comments on commit a0f6bd2

Please sign in to comment.