Move to PHPStan level 4

This commit is contained in:
Yassine Guedidi
2025-04-05 17:34:00 +02:00
parent 31e1be4191
commit b4483023e6
22 changed files with 116 additions and 104 deletions

View File

@ -52,7 +52,7 @@ class AuthCodeMailer implements AuthCodeMailerInterface
]);
$email = (new Email())
->from(new Address($this->senderEmail, $this->senderName ?? $this->senderEmail))
->from(new Address($this->senderEmail, $this->senderName ?: $this->senderEmail))
->to($user->getEmailAuthRecipient())
->subject($subject)
->text($bodyText)