1 | <?php |
||
13 | class SymfonyMailerReporter extends AbstractMailReporter |
||
14 | { |
||
15 | /** |
||
16 | * @var MailerInterface |
||
17 | */ |
||
18 | private $mailer; |
||
19 | |||
20 | public function __construct(MailerInterface $mailer, array $recipients, string $sender, string $subject, bool $sendOnWarning = true) |
||
26 | |||
27 | protected function sendEmail(ResultsCollection $results): void |
||
50 | } |
||
51 |