Completed
Pull Request — master (#342)
by Christian
03:40
created
Controller/Api/CommentController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
      *
61 61
      * @Route(requirements={"_format"="json|xml"})
62 62
      *
63
-     * @param Request $request
63
+     * @param integer $request
64 64
      * @param int     $id A comment identifier
65 65
      *
66 66
      * @return Comment
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      *
87 87
      * @Route(requirements={"_format"="json|xml"})
88 88
      *
89
-     * @param Request $request
89
+     * @param integer $request
90 90
      * @param int     $id A comment identifier
91 91
      *
92 92
      * @return View
Please login to merge, or discard this patch.