Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ interface DenormalizerInterface
* @param string $type
* @param string|null $format
* @param array<mixed> $context
* @return object|array<mixed>
* @return mixed
*/
public function denormalize($data, $type, $format = null, array $context = []);

0 comments on commit 4bdffcf

Please sign in to comment.