Completed
Push — master ( 825e20...0708d4 )
by Rafał
7s
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.