Skip to content

Commit

Permalink
Remove unnecessary subtype.
Browse files Browse the repository at this point in the history
  • Loading branch information
Invis1ble committed Jun 5, 2024
1 parent 7eda841 commit 317ce78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Normalizer/UriNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public function supportsNormalization(
public function getSupportedTypes(?string $format): array
{
return [
Uri::class => true,
UriInterface::class => true,
];
}
Expand Down

0 comments on commit 317ce78

Please sign in to comment.