Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  make data provider static
  • Loading branch information
derrabus committed Sep 26, 2024
2 parents 1fde06a + fddf7ac commit a0a2351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Normalizer/Features/ContextMetadataTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function testContextMetadataContextDenormalize(string $contextMetadataDum
self::assertEquals('2011-07-28', $dummy->date->format('Y-m-d'), 'a specific denormalization context is used for this group');
}

public function contextMetadataDummyProvider(): array
public static function contextMetadataDummyProvider(): array
{
return [
[ContextMetadataDummy::class],
Expand Down

0 comments on commit a0a2351

Please sign in to comment.