Skip to content

Commit 17445a3

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: make data provider static
2 parents ee1d4ca + bf4b195 commit 17445a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Tests/ParserTest.php

+1-1
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)