10000 minor #58356 [Serializer] make data provider static (xabbuh) · symfony/symfony@ae0cec0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae0cec0

Browse files
committed
minor #58356 [Serializer] make data provider static (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Serializer] make data provider static | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 06d3ab9 make data provider static
2 parents 35c4e72 + 06d3ab9 commit ae0cec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/Features/ContextMetadataTestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function testContextMetadataContextDenormalize(string $contextMetadataDum
7777
self::assertEquals('2011-07-28', $dummy->date->format('Y-m-d'), 'a specific denormalization context is used for this group');
7878
}
7979

80-
public function contextMetadataDummyProvider(): array
80+
public static function contextMetadataDummyProvider(): array
8181
{
8282
return [
8383
[ContextMetadataDummy::class],

0 commit comments

Comments
 (0)
0