Skip to content

Commit 79be9c9

Browse files
committed
Update DataProviderDeclarationRuleTest.php
1 parent 37961cf commit 79be9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rules/PHPUnit/DataProviderDeclarationRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function testRulePhpUnit9orUnknown(?int $version): void
100100
]);
101101
}
102102

103-
public function provideVersion(): iterable
103+
static public function provideVersion(): iterable
104104
{
105105
yield [9];
106106
yield [null];

0 commit comments

Comments
 (0)