@@ -24,7 +24,7 @@ |
||
24 | 24 | /** {@inheritdoc} */ |
25 | 25 | public function updateEntity($entity, $data) |
26 | 26 | { |
27 | - $newObject =$this->denormalizer->fromArray( |
|
27 | + $newObject = $this->denormalizer->fromArray( |
|
28 | 28 | $data, |
29 | 29 | get_class($entity), |
30 | 30 | JmsContextFactory::deserialization(['object_to_populate' => $entity]) |