10000 [Serializer] Fix DenormalizableInterface::denormalize() return type d… · symfony/symfony@00c90ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 00c90ae

Browse files
authored
[Serializer] Fix DenormalizableInterface::denormalize() return type declaration in docblock
1 parent 54acc19 commit 00c90ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ interface DenormalizableInterface
3333
* @param string|null $format The format is optionally given to be able to denormalize
3434
* differently based on different input formats
3535
* @param array $context Options for denormalizing
36-
*
37-
* @return object|object[]
3836
*/
3937
public function denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = []);
4038
}

0 commit comments

Comments
 (0)
0