Skip to content

Commit dbdf6ad

Browse files
Fix implicitly-required parameters
1 parent de9a8d9 commit dbdf6ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Tests/CI/GithubActionReporterTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testIsGithubActionEnvironment()
3434
/**
3535
* @dataProvider annotationsFormatProvider
3636
*/
37-
publicfunctiontestAnnotationsFormat(string$type, string$message, ?string$file = null, ?int$line = null, ?int$col = null, string$expected)
37+
publicfunctiontestAnnotationsFormat(string$type, string$message, ?string$file, ?int$line, ?int$col, string$expected)
3838
{
3939
$reporter = newGithubActionReporter($buffer = newBufferedOutput());
4040

0 commit comments

Comments
 (0)