Test Setup Failed
Branch develop (c7e3c5)
by Daniel
02:33
created
Category
src/Service/MailTransportFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
   public function createService(ServiceLocatorInterface $serviceLocator)
35 35
   {
36 36
 
37
-    $config  = $serviceLocator->get('config');
37
+    $config = $serviceLocator->get('config');
38 38
 
39 39
     if ($config instanceof Traversable) {
40 40
       $config = ArrayUtils::iteratorToArray($config);
Please login to merge, or discard this patch.