We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6f88a commit b65b268Copy full SHA for b65b268
Tests/CI/GithubActionReporterTest.php
@@ -34,7 +34,7 @@ public function testIsGithubActionEnvironment()
34
/**
35
* @dataProvider annotationsFormatProvider
36
*/
37
- public function testAnnotationsFormat(string $type, string $message, string $file = null, int $line = null, int $col = null, string $expected)
+ public function testAnnotationsFormat(string $type, string $message, ?string $file, ?int $line, ?int $col, string $expected)
38
{
39
$reporter = new GithubActionReporter($buffer = new BufferedOutput());
40
0 commit comments