Completed
Pull Request — master (#2)
by
unknown
23:43
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
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use FOS\RestBundle\Routing\ClassResourceInterface;
18 18
 use Sulu\Bundle\ActivityLogBundle\Compatibility\FieldDescriptor;
19 19
 use Sulu\Component\ActivityLog\ActivityLogger;
20
-use Sulu\Component\ActivityLog\ActivityLoggerInterface;
21 20
 use Sulu\Component\Rest\Exception\EntityNotFoundException;
22 21
 use Sulu\Component\Rest\ListBuilder\ListRepresentation;
23 22
 use Sulu\Component\Rest\ListBuilder\ListRestHelper;
Please login to merge, or discard this patch.