fisharebest/webtrees

View on GitHub
app/Services/EmailService.php

Summary

Maintainability
A
1 hr
Test Coverage

Method send has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function send(UserInterface $from, UserInterface $to, UserInterface $reply_to, string $subject, string $message_text, string $message_html): bool
Severity: Minor
Found in app/Services/EmailService.php - About 45 mins to fix

    Method message has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        protected function message(UserInterface $from, UserInterface $to, UserInterface $reply_to, string $subject, string $message_text, string $message_html): Message
    Severity: Minor
    Found in app/Services/EmailService.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status