Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 609b7c1

Browse filesBrowse files
committed
revert missing empty line
1 parent ed803b6 commit 609b7c1
Copy full SHA for 609b7c1

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/Serializer/Serializer.php

Copy file name to clipboardExpand all lines: 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.