@@ -37,10 +37,10 @@ |
||
| 37 | 37 | $this->container = new ContainerBuilder(); |
| 38 | 38 | $loader = new YamlFileLoader( |
| 39 | 39 | $this->container, |
| 40 | - new FileLocator(dirname(__DIR__, 2) . '/config'), |
|
| 40 | + new FileLocator(dirname(__DIR__, 2).'/config'), |
|
| 41 | 41 | ); |
| 42 | 42 | |
| 43 | - $loader->load(match ($this->environment) { |
|
| 43 | + $loader->load(match($this->environment) { |
|
| 44 | 44 | 'test' => 'services_test.yaml', |
| 45 | 45 | 'prod' => 'services.yaml', |
| 46 | 46 | default => throw GameKernelException::unknownEnvironment($this->environment), |