Completed
Pull Request — master (#2)
by
unknown
26:13 queued 11:24
created
Controller/ActivityLogController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @param Request $request
40 40
      *
41
-     * @return mixed
41
+     * @return Response
42 42
      */
43 43
     public function getFieldsAction(Request $request)
44 44
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Sulu\Component\Rest\Exception\EntityNotFoundException;
20 20
 use Sulu\Component\Rest\ListBuilder\FieldDescriptor;
21 21
 use Sulu\Component\Rest\ListBuilder\ListRepresentation;
22
-use Sulu\Component\Rest\ListBuilder\ListRestHelper;
23 22
 use Symfony\Component\HttpFoundation\Request;
24 23
 use Symfony\Component\HttpFoundation\Response;
25 24
 use Symfony\Component\HttpFoundation\ResponseHeaderBag;
Please login to merge, or discard this patch.