@@ -71,7 +71,8 @@ |
||
| 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 |