Skip to content

Commit 84b4068

Browse files
mvoriseklocalheinz
authored andcommitted
fix provider annotation for PHPUnit 10.x
1 parent 9170bb3 commit 84b4068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Unit/Version/SeriesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testCreateReturnsSeries(): void
3737
}
3838

3939
/**
40-
* @dataProvider \Ergebnis\DataProvider\StringProvider::arbitrary()
40+
* @dataProvider \Ergebnis\DataProvider\StringProvider::arbitrary
4141
* @dataProvider provideInvalidValue
4242
*/
4343
public function testFromStringRejectsInvalidValue(string $value): void

0 commit comments

Comments
 (0)