Completed
Push — devel ( adbcf9...17c44c )
by Alex
03:43 queued 01:44
created
src/Serialization/Json/ObjectNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
         $className = get_class($object);
92 92
         $normalizedObject = [$this->classAnnotation => $className];
93 93
         if ($className === 'DateTime') {
94
-            $normalizedObject += (array) $object;
94
+            $normalizedObject += (array)$object;
95 95
         } else {
96 96
             $normalizedObject += array_map([$this, 'normalizeValue'], $this->extractObjectProperties($object));
97 97
         }
Please login to merge, or discard this patch.