@@ -18,14 +18,14 @@ |
||
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | foreach ($config as $key => $value) { |
| 21 | - $container[$prefix . $key] = $value; |
|
| 21 | + $container[$prefix.$key] = $value; |
|
| 22 | 22 | } |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | public function addServiceConfig($container, ServiceConfig $config) |
| 26 | 26 | { |
| 27 | 27 | foreach ($config as $definition) { |
| 28 | - $factory = function () use ($definition) { |
|
| 28 | + $factory = function() use ($definition) { |
|
| 29 | 29 | $reflection = new ReflectionClass($definition->getClass()); |
| 30 | 30 | |
| 31 | 31 | $instance = $reflection->newInstanceArgs($definition->getArguments()); |