@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | $configData->setMailRecipients($mailRecipients); |
88 | 88 | $configData->setMailEvents( |
89 | 89 | $this->request->analyzeArray('mail_events', |
90 | - function ($items) { |
|
90 | + function($items) { |
|
91 | 91 | return ConfigUtil::eventsAdapter($items); |
92 | 92 | }, []) |
93 | 93 | ); |
@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | return $this->saveConfig( |
118 | 118 | $configData, |
119 | 119 | $this->config, |
120 | - function () use ($eventMessage) { |
|
120 | + function() use ($eventMessage) { |
|
121 | 121 | $this->eventDispatcher->notifyEvent( |
122 | 122 | 'save.config.mail', |
123 | 123 | new Event($this, $eventMessage) |