@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | */ |
| 50 | 50 | public function load(array $configs, ContainerBuilder $container) |
| 51 | 51 | { |
| 52 | - $locator = new FileLocator(__DIR__ . implode(DIRECTORY_SEPARATOR, ['', '..', 'Resources'])); |
|
| 52 | + $locator = new FileLocator(__DIR__.implode(DIRECTORY_SEPARATOR, ['', '..', 'Resources'])); |
|
| 53 | 53 | $loader = new YamlFileLoader($container, $locator); |
| 54 | 54 | |
| 55 | 55 | $configFiles = [ |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | ]; |
| 64 | 64 | |
| 65 | 65 | foreach ($configFiles as $configFile) { |
| 66 | - $loader->load('config' . DIRECTORY_SEPARATOR . $configFile); |
|
| 66 | + $loader->load('config'.DIRECTORY_SEPARATOR.$configFile); |
|
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | $configuration = new Configuration(); |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | */ |
| 50 | 50 | public function load(array $configs, ContainerBuilder $container) |
| 51 | 51 | { |
| 52 | - $locator = new FileLocator(__DIR__ . implode(DIRECTORY_SEPARATOR, ['', '..', 'Resources'])); |
|
| 52 | + $locator = new FileLocator(__DIR__.implode(DIRECTORY_SEPARATOR, ['', '..', 'Resources'])); |
|
| 53 | 53 | $loader = new YamlFileLoader($container, $locator); |
| 54 | 54 | |
| 55 | 55 | $configFiles = [ |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | ]; |
| 64 | 64 | |
| 65 | 65 | foreach ($configFiles as $configFile) { |
| 66 | - $loader->load('config' . DIRECTORY_SEPARATOR . $configFile); |
|
| 66 | + $loader->load('config'.DIRECTORY_SEPARATOR.$configFile); |
|
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | $configuration = new Configuration(); |