Skip to content

Commit

Permalink
Update src/Bridge/RamseyUuid/Serializer/UuidDenormalizer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 21, 2020
1 parent ffecc44 commit b248095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/RamseyUuid/Serializer/UuidDenormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Ramsey\Uuid\UuidInterface;
use Symfony\Component\Serializer\Normalizer\DenormalizerInterface;

class UuidDenormalizer implements DenormalizerInterface
final class UuidDenormalizer implements DenormalizerInterface
{
public function denormalize($data, string $type, string $format = null, array $context = [])
{
Expand Down

0 comments on commit b248095

Please sign in to comment.