@@ -76,7 +76,7 @@ |
||
| 76 | 76 | */ |
| 77 | 77 | public function normalize($object, $format = null, array $context = array()) |
| 78 | 78 | { |
| 79 | - $this->setCircularReferenceHandler(function ($object) { |
|
| 79 | + $this->setCircularReferenceHandler(function($object) { |
|
| 80 | 80 | return []; |
| 81 | 81 | }); |
| 82 | 82 | |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | (array_key_exists('jsonapi', $config) ? $config['jsonapi'] : null) |
| 28 | 28 | ); |
| 29 | 29 | |
| 30 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 30 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 31 | 31 | $loader->load('services.yml'); |
| 32 | 32 | } |
| 33 | 33 | } |