Skip to content

Commit 60c5434

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: removed unneeded use statements Prepend Child Bundle paths before the parent [Routing] add unit tests for Symfony\Component\Routing\RequestContext class Conflicts: src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php src/Symfony/Component/Validator/ConstraintValidatorFactory.php
2 parents bdd2310 + 8cdaaed commit 60c5434

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Encoder/ChainDecoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\Serializer\Encoder;
1313

14-
use Symfony\Component\Serializer\Encoder\DecoderInterface;
1514
use Symfony\Component\Serializer\Exception\RuntimeException;
1615

1716
/**

Encoder/ChainEncoder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Serializer\Encoder;
1313

14-
use Symfony\Component\Serializer\Encoder\EncoderInterface;
15-
use Symfony\Component\Serializer\Encoder\NormalizationAwareInterface;
1614
use Symfony\Component\Serializer\Exception\RuntimeException;
1715

1816
/**

SerializerAwareInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Serializer;
1313

14-
use Symfony\Component\Serializer\SerializerInterface;
15-
1614
/**
1715
* Defines the interface of encoders
1816
*

0 commit comments

Comments
 (0)