Passed
Push — master ( 4f3bb7...6aa36d )
by Rubén
04:05
created
app/modules/web/Controllers/ConfigMailController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.