Completed
Branch master (394d12)
by Nate
02:28
created
Category
src/Adapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     {
74 74
         return [
75 75
             'class' => Transport::class,
76
-            'constructArgs' => [$this->token]
76
+            'constructArgs' => [ $this->token ]
77 77
         ];
78 78
     }
79 79
 
Please login to merge, or discard this patch.
src/Plugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,8 @@
 block discarded – undo
30 30
         Event::on(
31 31
             MailerHelper::class,
32 32
             MailerHelper::EVENT_REGISTER_MAILER_TRANSPORT_TYPES,
33
-            function (RegisterComponentTypesEvent $event) {
34
-                $event->types[] = Adapter::class;
33
+            function(RegisterComponentTypesEvent $event) {
34
+                $event->types[ ] = Adapter::class;
35 35
             }
36 36
         );
37 37
 
Please login to merge, or discard this patch.