File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -656,7 +656,6 @@ public function testTheEmptyStringIsAValidMappingKey()
656656 }
657657
658658 /**
659- *
660659 * @dataProvider getNotPhpCompatibleMappingKeyData
661660 */
662661 public function testImplicitStringCastingOfMappingKeysIsDeprecated ($ yaml , $ expected )
Original file line number Diff line number Diff line change 1313
1414use PHPUnit \Framework \TestCase ;
1515use Symfony \Bridge \PhpUnit \ForwardCompatTestTrait ;
16- use Symfony \Component \Yaml \Exception \ParseException ;
1716use Symfony \Component \Yaml \Parser ;
1817use Symfony \Component \Yaml \Tag \TaggedValue ;
1918use Symfony \Component \Yaml \Yaml ;
@@ -786,7 +785,6 @@ public function testScalarInSequence()
786785 }
787786
788787 /**
789- *
790788 * > It is an error for two equal keys to appear in the same mapping node.
791789 * > In such a case the YAML processor may continue, ignoring the second
792790 * > "key: value" pair and issuing an appropriate warning. This strategy
You can’t perform that action at this time.
0 commit comments