Skip to content

Commit

Permalink
[Serializer] Fix @method annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Nov 7, 2023
1 parent 1197823 commit b3ad151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Normalizer/DenormalizerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @method getSupportedTypes(?string $format): array
* @method array getSupportedTypes(?string $format)
*/
interface DenormalizerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Normalizer/NormalizerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @method getSupportedTypes(?string $format): array
* @method array getSupportedTypes(?string $format)
*/
interface NormalizerInterface
{
Expand Down

0 comments on commit b3ad151

Please sign in to comment.