@@ -258,9 +258,9 @@ public function supportsDenormalization(mixed $data, string $type, string $forma
258
258
/**
259
259
* Returns a matching normalizer.
260
260
*
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
264
264
*/
265
265
private function getNormalizer (mixed $ data , ?string $ format , array $ context ): ?NormalizerInterface
266
266
{
@@ -310,10 +310,10 @@ private function supportsNormalizationWrapper(NormalizerInterface $normalizer, m
310
310
/**
311
311
* Returns a matching denormalizer.
312
312
*
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
317
317
*/
318
318
private function getDenormalizer (mixed $ data , string $ class , ?string $ format , array $ context ): ?DenormalizerInterface
319
319
{
0 commit comments