Skip to content

Commit

Permalink
Fix DenormalizableInterface::denormalize() return type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten authored Jun 2, 2021
1 parent 78c38a0 commit 0cd5b0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface DenormalizableInterface
* @param string|null $format
* @param array<mixed> $context
*
* @return object|object[]
* @return void
*/
public function denormalize($denormalizer, $data, $format = null, array $context = []);
}

0 comments on commit 0cd5b0d

Please sign in to comment.