mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
PHPstan fixes.
This commit is contained in:
@@ -67,7 +67,7 @@ class ReportNewJournalsMail extends Mailable
|
||||
|
||||
return $this
|
||||
->markdown('emails.report-new-journals')
|
||||
->subject((string)trans_choice('email.new_journals_subject', $this->groups->count()));
|
||||
->subject(trans_choice('email.new_journals_subject', $this->groups->count()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user