Completed
Pull Request — master (#1324)
by Guilh
10:03 queued 06:40
created
Routing/Loader/Reader/RestActionReader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Doctrine\Common\Annotations\Reader;
15 15
 use FOS\RestBundle\Controller\Annotations\Route as RouteAnnotation;
16 16
 use FOS\RestBundle\Inflector\InflectorInterface;
17
-use FOS\RestBundle\Request\ParamReader;
18 17
 use FOS\RestBundle\Routing\RestRouteCollection;
19 18
 use Symfony\Component\Routing\Route;
20 19
 use FOS\RestBundle\Request\ParamReaderInterface;
Please login to merge, or discard this patch.
Controller/ExceptionController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use FOS\RestBundle\Util\StopFormatListenerException;
18 18
 use FOS\RestBundle\View\ExceptionWrapperHandlerInterface;
19 19
 use FOS\RestBundle\View\View;
20
-use FOS\RestBundle\View\ViewHandler;
21 20
 use FOS\RestBundle\View\ViewHandlerInterface;
22 21
 use Symfony\Bundle\FrameworkBundle\Templating\TemplateReference;
23 22
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
Please login to merge, or discard this patch.