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 520fc55 commit cfb9d34Copy full SHA for cfb9d34
Tests/Attribute/AutowireTest.php
@@ -74,7 +74,7 @@ public function testCanUseParam()
74
/**
75
* @see testCanOnlySetOneParameter
76
*/
77
- private static function provideMultipleParameters(): iterable
+ public static function provideMultipleParameters(): iterable
78
{
79
yield [['service' => 'id', 'expression' => 'expr']];
80
0 commit comments