8000 make data provider static · symfony/symfony@06d3ab9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06d3ab9

Browse files
committed
make data provider static
1 parent eb88eb3 commit 06d3ab9

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