@@ -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 | ; |
@@ -116,7 +116,6 @@ |
||
116 | 116 | * Get the url of an entity based on the 'get_entity' route pattern. |
117 | 117 | * |
118 | 118 | * @param $resource |
119 | - * @param \ReflectionClass $reflectionClass |
|
120 | 119 | * |
121 | 120 | * @return array|null |
122 | 121 | */ |