Skip to content

Commit fddf7ac

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 ------- 06d3ab94c2 make data provider static
2 parents 3aa3f0d + c860768 commit fddf7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)