Skip to content

Commit f01987f

Browse files
committed
make data provider static
1 parent 28ee818 commit f01987f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@ public function testParseMultiLineUnquotedStringWithTrailingComment(string $yaml
17591759
$this->assertSame($expected, $this->parser->parse($yaml));
17601760
}
17611761

1762-
public function unquotedStringWithTrailingComment()
1762+
public static function unquotedStringWithTrailingComment()
17631763
{
17641764
return [
17651765
'comment after comma' => [

0 commit comments

Comments
 (0)