Skip to content

Commit 8cdaaed

Browse files
committed
removed unneeded use statements
1 parent 2d60946 commit 8cdaaed

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)