@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace KleijnWeb\SwaggerBundle\Tests\Functional\PetStore\app; |
4 | 4 | |
@@ -31,6 +31,6 @@ discard block |
||
31 | 31 | */ |
32 | 32 | public function registerContainerConfiguration(LoaderInterface $loader) |
33 | 33 | { |
34 | - $loader->load(__DIR__ . '/config_' . $this->getEnvironment() . '.yml'); |
|
34 | + $loader->load(__DIR__.'/config_'.$this->getEnvironment().'.yml'); |
|
35 | 35 | } |
36 | 36 | } |