Skip to content

Commit 53cc3bd

Browse files
Remove deprecated code paths
1 parent 5b4568a commit 53cc3bd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/InlineTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Yaml\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
1615
use Symfony\Component\Yaml\Exception\ParseException;
1716
use Symfony\Component\Yaml\Inline;
1817
use Symfony\Component\Yaml\Tag\TaggedValue;
@@ -21,8 +20,6 @@
2120

2221
class InlineTest extends TestCase
2322
{
24-
use ExpectDeprecationTrait;
25-
2623
protected function setUp(): void
2724
{
2825
Inline::initialize(0, 0);

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/deprecation-contracts": "^2.1|^3.0",
2120
"symfony/polyfill-ctype": "^1.8",
2221
"symfony/polyfill-php80": "^1.16",
2322
"symfony/polyfill-php81": "^1.22"

0 commit comments

Comments
 (0)