@@ -22,7 +22,7 @@ |
||
22 | 22 | $config = $this->processConfiguration($configuration, $configs); |
23 | 23 | $loader = new Loader\YamlFileLoader( |
24 | 24 | $container, |
25 | - new FileLocator(__DIR__ . '/../Resources/config') |
|
25 | + new FileLocator(__DIR__.'/../Resources/config') |
|
26 | 26 | ); |
27 | 27 | $loader->load('services.yml'); |
28 | 28 |
@@ -17,7 +17,7 @@ |
||
17 | 17 | { |
18 | 18 | $called = false; |
19 | 19 | $l = new LoggerListener( |
20 | - $m = $this->getMock(LoggerInterface::class) |
|
20 | + $m = $this->getMock(LoggerInterface::class) |
|
21 | 21 | ); |
22 | 22 | $m |
23 | 23 | ->method('info') |