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 a337263 commit 4f3d91fCopy full SHA for 4f3d91f
Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php
@@ -586,7 +586,7 @@ public static function provideDistinguishedChoices()
586
];
587
}
588
589
- public function provideSameKeyChoices()
+ public static function provideSameKeyChoices()
590
{
591
// Only test types here that can be used as array keys
592
return [
@@ -597,7 +597,7 @@ public function provideSameKeyChoices()
597
598
599
600
- public function provideDistinguishedKeyChoices()
+ public static function provideDistinguishedKeyChoices()
601
602
603
0 commit comments