Skip to content

Commit 3fba26c

Browse files
Merge branch '3.4' into 4.3
* 3.4: Adopt `@PHPUnit55Migration:risky` rule of php-cs-fixer
2 parents 47b855b + c90e14e commit 3fba26c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Tests/InlineTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ public function testTheEmptyStringIsAValidMappingKey()
656656
}
657657

658658
/**
659-
*
660659
* @dataProvider getNotPhpCompatibleMappingKeyData
661660
*/
662661
public function testImplicitStringCastingOfMappingKeysIsDeprecated($yaml, $expected)

Tests/ParserTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
16-
use Symfony\Component\Yaml\Exception\ParseException;
1716
use Symfony\Component\Yaml\Parser;
1817
use Symfony\Component\Yaml\Tag\TaggedValue;
1918
use 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

0 commit comments

Comments
 (0)