Skip to content

Commit

Permalink
Update src/Serializer/InterfaceDenormalizer.php
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Langlet <VincentLanglet@users.noreply.github.com>
  • Loading branch information
Hanmac and VincentLanglet committed Aug 6, 2022
1 parent 49dd0e9 commit 2b3975c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Serializer/InterfaceDenormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ public function supportsDenormalization($data, $type, $format = null, array $con
return false;
}

/*
* because the interface doesn't have the context options yet.
/**
* The interface doesn't have the context options yet.
* @see https://github.com/symfony/Serializer/blob/6.1/Normalizer/DenormalizerInterface.php#L59
*
* @psalm-suppress TooManyArguments
* @phpstan-ignore-next-line
*/
Expand Down

0 comments on commit 2b3975c

Please sign in to comment.