Skip to content

Commit 0feafff

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: make data provider static
2 parents 4c4b6f4 + f01987f commit 0feafff

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
@@ -1777,7 +1777,7 @@ public function testParseMultiLineUnquotedStringWithTrailingComment(string $yaml
17771777
$this->assertSame($expected, $this->parser->parse($yaml));
17781778
}
17791779

1780-
public function unquotedStringWithTrailingComment()
1780+
public static function unquotedStringWithTrailingComment()
17811781
{
17821782
return [
17831783
'comment after comma' => [

0 commit comments

Comments
 (0)