Skip to content

Commit 3b4e4ac

Browse files
Fix merge
1 parent 5332035 commit 3b4e4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ public function hasMetadataFor($value): bool
573573
}
574574

575575
/**
576-
* @return array<array{0: mixed, 1: bool}>
576+
* @return iterable<array{0: mixed, 1: bool}>
577577
*/
578578
public static function provideInvalidDiscriminatorTypes(): iterable
579579
{

0 commit comments

Comments
 (0)