Skip to content

Commit cea40a4

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: make data provider static
2 parents feaf385 + 0feafff commit cea40a4

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
@@ -1804,7 +1804,7 @@ public function testParseMultiLineUnquotedStringWithTrailingComment(string $yaml
18041804
$this->assertSame($expected, $this->parser->parse($yaml));
18051805
}
18061806

1807-
public function unquotedStringWithTrailingComment()
1807+
public static function unquotedStringWithTrailingComment()
18081808
{
18091809
return [
18101810
'comment after comma' => [

0 commit comments

Comments
 (0)