| 1 | <?php |
||
| 11 | class SymfonyMailerReporter extends AbstractMailReporter |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var MailerInterface |
||
| 15 | */ |
||
| 16 | private $mailer; |
||
| 17 | |||
| 18 | public function __construct(MailerInterface $mailer, array $recipients, string $sender, string $subject, bool $sendOnWarning = true) |
||
| 24 | |||
| 25 | protected function sendEmail(ResultsCollection $results): void |
||
| 48 | } |
||
| 49 |