Completed
Pull Request — master (#5)
by Mischa
02:19
created
Category
DependencyInjection/SWPBridgeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
                 $container->setParameter($this->getAlias() . '.auth.username', $config['auth']['username']);
56 56
             }
57 57
             if (!empty($config['auth']['password'])) {
58
-                $container->setParameter($this->getAlias(). '.auth.password', $config['auth']['password']);
58
+                $container->setParameter($this->getAlias() . '.auth.password', $config['auth']['password']);
59 59
             }
60 60
         }
61 61
 
Please login to merge, or discard this patch.