8000 revert missing empty line · symfony/symfony@609b7c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 609b7c1

Browse files
committed
revert missing empty line
1 parent ed803b6 commit 609b7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Serializer/Serializer.php

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public function normalize(mixed $data, ?string $format = null, array $context =
151151
if ($normalizer = $this->getNormalizer($data, $format, $context)) {
152152
return $normalizer->normalize($data, $format, $context);
153153
}
154+
154155
if (null === $data || \is_scalar($data)) {
155156
return $data;
156157
}

0 commit comments

Comments
 (0)
0