Completed
Pull Request — master (#7)
by
unknown
12:52
created
DependencyInjection/SWPBridgeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,6 +49,6 @@
 block discarded – undo
49 49
         if (isset($config['options']) && is_array($config['options'])) {
50 50
             $defaultOptions = $config['options'];
51 51
         }
52
-        $container->setParameter($this->getAlias() . '.options', $defaultOptions);
52
+        $container->setParameter($this->getAlias().'.options', $defaultOptions);
53 53
     }
54 54
 }
Please login to merge, or discard this patch.