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()
656
656
}
657
657
658
658
/**
659
- *
660
659
* @dataProvider getNotPhpCompatibleMappingKeyData
661
660
*/
662
661
public function testImplicitStringCastingOfMappingKeysIsDeprecated ($ yaml , $ expected )
Original file line number Diff line number Diff line change 13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Symfony \Bridge \PhpUnit \ForwardCompatTestTrait ;
16
- use Symfony \Component \Yaml \Exception \ParseException ;
17
16
use Symfony \Component \Yaml \Parser ;
18
17
use Symfony \Component \Yaml \Tag \TaggedValue ;
19
18
use Symfony \Component \Yaml \Yaml ;
@@ -786,7 +785,6 @@ public function testScalarInSequence()
786
785
}
787
786
788
787
/**
789
- *
790
788
* > It is an error for two equal keys to appear in the same mapping node.
791
789
* > In such a case the YAML processor may continue, ignoring the second
792
790
* > "key: value" pair and issuing an appropriate warning. This strategy
You can’t perform that action at this time.
0 commit comments