Skip to content

Commit cfb9d34

Browse files
committed
Make more data providers static
1 parent 520fc55 commit cfb9d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Attribute/AutowireTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function testCanUseParam()
7474
/**
7575
* @see testCanOnlySetOneParameter
7676
*/
77-
private static function provideMultipleParameters(): iterable
77+
public static function provideMultipleParameters(): iterable
7878
{
7979
yield [['service' => 'id', 'expression' => 'expr']];
8080

0 commit comments

Comments
 (0)