@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | $loader = new Loader\YamlFileLoader( |
| 26 | 26 | $container, |
| 27 | - new FileLocator(__DIR__.'/../Resources/config') |
|
| 27 | + new FileLocator(__DIR__ . '/../Resources/config') |
|
| 28 | 28 | ); |
| 29 | 29 | |
| 30 | 30 | $loader->load('services.yml'); |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | ->expects($this->once()) |
| 37 | 37 | ->method('dispatch') |
| 38 | 38 | ->with( |
| 39 | - 'DispatcherTest.'.get_class($event), |
|
| 39 | + 'DispatcherTest.' . get_class($event), |
|
| 40 | 40 | $this->isInstanceOf(SymfonyEvent::class) |
| 41 | 41 | ) |
| 42 | 42 | ; |