Skip to content

Commit 315d69e

Browse files
committed
undo docs change
1 parent e825c0d commit 315d69e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Symfony/Component/Serializer/Serializer.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ public function supportsDenormalization(mixed $data, string $type, string $forma
258258
/**
259259
* Returns a matching normalizer.
260260
*
261-
* @param mixed $data Data to get the serializer for
262-
* @param ?string $format Format name, present to give the option to normalizers to act differently based on formats
263-
* @param array $context Options available to the normalizer
261+
* @param mixed $data Data to get the serializer for
262+
* @param string $format Format name, present to give the option to normalizers to act differently based on formats
263+
* @param array $context Options available to the normalizer
264264
*/
265265
private function getNormalizer(mixed $data, ?string $format, array $context): ?NormalizerInterface
266266
{
@@ -310,10 +310,10 @@ private function supportsNormalizationWrapper(NormalizerInterface $normalizer, m
310310
/**
311311
* Returns a matching denormalizer.
312312
*
313-
* @param mixed $data Data to restore
314-
* @param string $class The expected class to instantiate
315-
* @param ?string $format Format name, present to give the option to normalizers to act differently based on formats
316-
* @param array $context Options available to the denormalizer
313+
* @param mixed $data Data to restore
314+
* @param string $class The expected class to instantiate
315+
* @param string $format Format name, present to give the option to normalizers to act differently based on formats
316+
* @param array $context Options available to the denormalizer
317317
*/
318318
private function getDenormalizer(mixed $data, string $class, ?string $format, array $context): ?DenormalizerInterface
319319
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy