Completed
Pull Request — 3.x (#317)
by Jordi Sala
08:20
created
src/Controller/Api/MessageController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,13 +11,10 @@
 block discarded – undo
11 11
 
12 12
 namespace Sonata\NotificationBundle\Controller\Api;
13 13
 
14
-use FOS\RestBundle\Context\Context;
15 14
 use FOS\RestBundle\Controller\Annotations\QueryParam;
16 15
 use FOS\RestBundle\Controller\Annotations\Route;
17 16
 use FOS\RestBundle\Controller\Annotations\View;
18 17
 use FOS\RestBundle\Request\ParamFetcherInterface;
19
-use FOS\RestBundle\View\View as FOSRestView;
20
-use JMS\Serializer\SerializationContext;
21 18
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
22 19
 use Sonata\DatagridBundle\Pager\PagerInterface;
23 20
 use Sonata\NotificationBundle\Model\MessageInterface;
Please login to merge, or discard this patch.