We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ae9c1 commit c860768Copy full SHA for c860768
Tests/Normalizer/Features/ContextMetadataTestTrait.php
@@ -77,7 +77,7 @@ public function testContextMetadataContextDenormalize(string $contextMetadataDum
77
self::assertEquals('2011-07-28', $dummy->date->format('Y-m-d'), 'a specific denormalization context is used for this group');
78
}
79
80
- public function contextMetadataDummyProvider(): array
+ public static function contextMetadataDummyProvider(): array
81
{
82
return [
83
[ContextMetadataDummy::class],
0 commit comments