Passed
Push — master ( 1c4d45...ded2e9 )
by Martin
01:29
created
src/Comment/CommentController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
     /**
41 41
      * Get ONE comment from an article.
42 42
      *
43
-     * @param string $key for the article
44 43
      * @param int    $id for the comment id
45 44
      *
46 45
      * @return void
Please login to merge, or discard this patch.
src/Comment/CommentModel.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * Get ALL comments from session
55 55
      *
56
-     * @param string $key for data subset.
57 56
      *
58 57
      * @return object with the dataset
59 58
      */
@@ -72,7 +71,6 @@  discard block
 block discarded – undo
72 71
     /**
73 72
      * Get ONE comment from session
74 73
      *
75
-     * @param string $key for dataset.
76 74
      * @param int    $id for comment.
77 75
      *
78 76
      * @return array with the comment, name, email, id, or null if not exists
Please login to merge, or discard this patch.