@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | */ |
| 32 | 32 | public function getXsdValidationBasePath() |
| 33 | 33 | { |
| 34 | - return __DIR__ . '/../Resources/config/schema'; |
|
| 34 | + return __DIR__.'/../Resources/config/schema'; |
|
| 35 | 35 | } |
| 36 | 36 | |
| 37 | 37 | /** |
@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | } |
| 58 | 58 | $container->setParameter('goaop.options', $normalizedOptions); |
| 59 | 59 | |
| 60 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 60 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 61 | 61 | $loader->load('services.xml'); |
| 62 | 62 | |
| 63 | 63 | if ($config['cache_warmer']) { |