Skip to content

Commit feaf385

Browse files
committed
make data provider static
1 parent 54005e3 commit feaf385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ public function testCanForceQuotesOnValues(array $input, string $expected)
918918
$this->assertSame($expected, $this->dumper->dump($input, 0, 0, Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES));
919919
}
920920

921-
public function getForceQuotesOnValuesData(): iterable
921+
public static function getForceQuotesOnValuesData(): iterable
922922
{
923923
yield 'empty string' => [
924924
['foo' => ''],

0 commit comments

Comments
 (0)