Skip to content

Commit 9c611eb

Browse files
committed
[Serializer] Fix @method annotation
1 parent c752607 commit 9c611eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* @author Jordi Boggiano <j.boggiano@seld.be>
2424
*
25-
* @method getSupportedTypes(?string $format): array
25+
* @method array getSupportedTypes(?string $format)
2626
*/
2727
interface DenormalizerInterface
2828
{

src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @author Jordi Boggiano <j.boggiano@seld.be>
2121
*
22-
* @method getSupportedTypes(?string $format): array
22+
* @method array getSupportedTypes(?string $format)
2323
*/
2424
interface NormalizerInterface
2525
{

0 commit comments

Comments
 (0)