Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Mutate remaining data providers to static ones
  • Loading branch information
derrabus committed Sep 20, 2024
2 parents 24c9ab1 + 4f3d91f commit 5037c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public static function provideDistinguishedChoices()
];
}

public function provideSameKeyChoices()
public static function provideSameKeyChoices()
{
// Only test types here that can be used as array keys
return [
Expand All @@ -588,7 +588,7 @@ public function provideSameKeyChoices()
];
}

public function provideDistinguishedKeyChoices()
public static function provideDistinguishedKeyChoices()
{
// Only test types here that can be used as array keys
return [
Expand Down

0 comments on commit 5037c00

Please sign in to comment.