Skip to content

Commit

Permalink
Merge branch 'release/v1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Invis1ble committed Jun 3, 2024
2 parents f81c946 + 9f80225 commit 35096ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"name": "invis1ble/symfony-serializer-extension",
"type": "library",
"description": "Additional useful (de)normalizers for symfony/serializer .",
Expand Down
2 changes: 1 addition & 1 deletion src/Normalizer/UriNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function denormalize(
?string $format = null,
array $context = [],
): UriInterface {
return $this->uriFactory->createUri((string) $data);
return $this->uriFactory->createUri($data);
}

public function supportsDenormalization(
Expand Down

0 comments on commit 35096ec

Please sign in to comment.