@@ -15,7 +15,7 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | public function load(array $configs, ContainerBuilder $container) |
| 17 | 17 | { |
| 18 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 18 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 19 | 19 | $loader->load('services.xml'); |
| 20 | 20 | |
| 21 | 21 | $configuration = new Configuration(); |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | ->prototype('scalar')->end() |
| 40 | 40 | ->validate() |
| 41 | 41 | ->always() |
| 42 | - ->then(function ($v) use ($excludedPrefixes) { return array_unique(array_merge($excludedPrefixes, $v)); }) |
|
| 42 | + ->then(function($v) use ($excludedPrefixes) { return array_unique(array_merge($excludedPrefixes, $v)); }) |
|
| 43 | 43 | ->end() |
| 44 | 44 | ->defaultValue($excludedPrefixes) |
| 45 | 45 | ->end() |