Completed
Pull Request — 2.x (#2227)
by
unknown
08:36
created
Serializer/JMSHandlerRegistry.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use JMS\Serializer\Handler\SubscribingHandlerInterface;
15 15
 use JMS\Serializer\Handler\HandlerRegistryInterface;
16
-use Symfony\Component\ErrorHandler\Exception\FlattenException;
17 16
 
18 17
 /**
19 18
  * Search in the class parents to find an adapted handler.
Please login to merge, or discard this patch.
Serializer/JMSHandlerRegistryV2.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use JMS\Serializer\Handler\SubscribingHandlerInterface;
15 15
 use JMS\Serializer\Handler\HandlerRegistryInterface;
16
-use Symfony\Component\ErrorHandler\Exception\FlattenException;
17 16
 
18 17
 /**
19 18
  * Search in the class parents to find an adapted handler.
Please login to merge, or discard this patch.