@@ -80,7 +80,7 @@ public function __construct(
80
80
private readonly EntityPrintPluginManagerInterface $ entityPrintPluginManager ,
81
81
private readonly DigitalPostHelper $ digitalPostHelper ,
82
82
private readonly LoggerChannelInterface $ logger ,
83
- private readonly LoggerChannelInterface $ submissionLogger
83
+ private readonly LoggerChannelInterface $ submissionLogger,
84
84
) {
85
85
$ this ->config = $ configFactory ->get (SettingsForm::SETTINGS );
86
86
$ this ->webformSubmissionStorage = $ entityTypeManager ->getStorage ('webform_submission ' );
@@ -148,7 +148,7 @@ private function handleSubmissionNotification(
148
148
string $ notificationType ,
149
149
WebformSubmissionInterface $ submission ,
150
150
array $ templateTask ,
151
- int $ maestroQueueID
151
+ int $ maestroQueueID,
152
152
): ?Job {
153
153
$ context = [
154
154
'webform_submission ' => $ submission ,
@@ -225,7 +225,7 @@ private function sendNotification(
225
225
string $ notificationType ,
226
226
WebformSubmissionInterface $ submission ,
227
227
array $ templateTask ,
228
- int $ maestroQueueID
228
+ int $ maestroQueueID,
229
229
) {
230
230
$ context = [
231
231
'webform_submission ' => $ submission ,
@@ -309,7 +309,7 @@ private function sendNotificationEmail(
309
309
string $ subject ,
310
310
string $ body ,
311
311
WebformSubmissionInterface $ submission ,
312
- string $ notificationType
312
+ string $ notificationType,
313
313
): void {
314
314
try {
315
315
$ message = [
@@ -376,7 +376,7 @@ private function sendNotificationDigitalPost(
376
376
string $ taskUrl ,
377
377
string $ actionLabel ,
378
378
WebformSubmissionInterface $ submission ,
379
- string $ notificationType
379
+ string $ notificationType,
380
380
): void {
381
381
try {
382
382
$ document = new Document (
@@ -593,7 +593,7 @@ private function renderHtml(
593
593
array $ content ,
594
594
string $ taskUrl ,
595
595
string $ actionLabel ,
596
- WebformSubmissionInterface $ submission
596
+ WebformSubmissionInterface $ submission,
597
597
): string |MarkupInterface {
598
598
$ template = $ this ->config ->get ('templates ' )['notification_ ' . $ type ] ?? NULL ;
599
599
if (file_exists ($ template )) {
0 commit comments