Passed
Pull Request — master (#855)
by Alexander
06:24
created
src/SendIt/src/Bootloader/MailerBootloader.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,8 @@
 block discarded – undo
71 71
 
72 72
     public function initTransport(MailerConfig $config, ContainerInterface $container): TransportInterface
73 73
     {
74
-        if ($config->getTransportFactories()) {
74
+        if ($config->getTransportFactories())
75
+        {
75 76
             $transport = new Transport(
76 77
                 array_map(
77 78
                 // create factory with DI
Please login to merge, or discard this patch.