Test Setup Failed
Branch main (36598e)
by Pieter
02:59
created
Category
src/Normalizers/ValueObjectNormalizer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
      * @param array $context
18 18
      * @return ValueObjectInterface
19 19
      */
20
-    public function denormalize($data, $class, $format = null, array $context = [])
20
+    public function denormalize($data, $class, $format = null, array $context = [ ])
21 21
     {
22 22
         return $class::fromNative($data);
23 23
     }
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      * @param array $context
40 40
      * @return mixed
41 41
      */
42
-    public function normalize($object, $format = null, array $context = [])
42
+    public function normalize($object, $format = null, array $context = [ ])
43 43
     {
44 44
         return $object->toNative();
45 45
     }
Please login to merge, or discard this patch.