Completed
Pull Request — master (#22)
by Pavel
17:16
created
Adaptors/JmsSerializer/JmsSerializerProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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])
Please login to merge, or discard this patch.