@@ -39,7 +39,7 @@ |
||
39 | 39 | { |
40 | 40 | $this->serializerBuilder |
41 | 41 | ->addDefaultListeners() |
42 | - ->configureListeners(function (EventDispatcherInterface $dispatcher) { |
|
42 | + ->configureListeners(function(EventDispatcherInterface $dispatcher) { |
|
43 | 43 | $dispatcher->addSubscriber(new JsonEventSubscriber($this->relationFactory)); |
44 | 44 | }) |
45 | 45 | ; |