Completed
Pull Request — master (#2151)
by Christian
02:26 queued 43s
created
DependencyInjection/FOSRestExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace FOS\RestBundle\DependencyInjection;
13 13
 
14
-use FOS\RestBundle\EventListener\LegacyExceptionListener;
15 14
 use FOS\RestBundle\View\ViewHandler;
16 15
 use Symfony\Component\Config\FileLocator;
17 16
 use Symfony\Component\DependencyInjection\Alias;
Please login to merge, or discard this patch.
EventListener/ExceptionListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace FOS\RestBundle\EventListener;
13 13
 
14 14
 use FOS\RestBundle\FOSRestBundle;
15
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
16 15
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
17 16
 use Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent;
18 17
 use Symfony\Component\HttpKernel\Event\ExceptionEvent;
Please login to merge, or discard this patch.