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.
2 parents 24c9ab1 + 4f3d91f commit 5037c00Copy full SHA for 5037c00
Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php
@@ -577,7 +577,7 @@ public static function provideDistinguishedChoices()
577
];
578
}
579
580
- public function provideSameKeyChoices()
+ public static function provideSameKeyChoices()
581
{
582
// Only test types here that can be used as array keys
583
return [
@@ -588,7 +588,7 @@ public function provideSameKeyChoices()
588
589
590
591
- public function provideDistinguishedKeyChoices()
+ public static function provideDistinguishedKeyChoices()
592
593
594
0 commit comments