Skip to content

Commit 38465f9

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Make more data providers static fix merge Mutate remaining data providers to static ones
2 parents d1c65ef + cfb9d34 commit 38465f9

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)