DI\object(AttachedFileReportEmailGenerator::class) ->constructorParameter('attachedFileExtension', '.pdf') ->constructorParameter('attachedFileMimeType', 'application/pdf'), ReportEmailGenerator::class . '.csv' => DI\object(AttachedFileReportEmailGenerator::class) ->constructorParameter('attachedFileExtension', '.csv') ->constructorParameter('attachedFileMimeType', 'application/csv'), ReportEmailGenerator::class . '.html' => DI\object(HtmlReportEmailGenerator::class), ];