Passed
Push — master ( 0f723a...b5e9a2 )
by Nicklas
03:09
created
src/Comment/ProfileController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
     /**
16 16
      * Get details on item to load form with.
17 17
      *
18
-     * @param integer $id get details on item with id.
19 18
      *
20 19
      * @return object true if okey, false if something went wrong.
21 20
      */
Please login to merge, or discard this patch.
src/Comment/HTMLForm/Comment/EditCommentForm.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     /**
16 16
      * Constructor injects with DI container and the id to update.
17 17
      *
18
-     * @param Anax\DI\DIInterface $di a service container
18
+     * @param DIInterface $di a service container
19 19
      * @param integer             $id to update
20 20
      */
21 21
     public function __construct(DIInterface $di, $id)
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * Callback for submit-button which should return true if it could
55 55
      * carry out its work and false if something failed.
56 56
      *
57
-     * @return void
57
+     * @return boolean
58 58
      */
59 59
     public function callbackSubmit()
60 60
     {
Please login to merge, or discard this patch.
src/Comment/HTMLForm/Comment/EditPostForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * Constructor injects with DI container.
16 16
      *
17
-     * @param Anax\DI\DIInterface $di a service container
17
+     * @param DIInterface $di a service container
18 18
      */
19 19
     public function __construct(DIInterface $di, $id)
20 20
     {
Please login to merge, or discard this patch.
src/Comment/QuestionController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * View specific question and create answer form
39 39
      *
40
-     * @return void
40
+     * @return boolean
41 41
      */
42 42
     public function getPostQuestionAnswer($id, $sort = null)
43 43
     {
Please login to merge, or discard this patch.