Test Failed
Push — master ( 72a473...678733 )
by Gunvor
01:37
created
src/Comments/HTMLForm/UpdateCommForm.php 1 patch
Doc Comments   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
     /**
15 15
      * Constructor injects with DI container and the id to update.
16 16
      *
17
-     * @param Anax\DI\DIInterface $di a service container
17
+     * @param DIInterface $di a service container
18 18
      * @param integer             $id to update
19 19
      */
20 20
     public function __construct(DIInterface $di, $id, $sessid)
@@ -30,8 +30,8 @@  discard block
 block discarded – undo
30 30
     /**
31 31
     * Converts json-string back to variables
32 32
     *
33
-    * @param json $fromjson the jsoncode
34
-    * @return the extracted comment-text
33
+    * @param string $fromjson the jsoncode
34
+    * @return string extracted comment-text
35 35
     */
36 36
     public function decode($fromjson)
37 37
     {
@@ -45,6 +45,9 @@  discard block
 block discarded – undo
45 45
     /**
46 46
      * Create the form.
47 47
      *
48
+     * @param integer $id
49
+     * @param Comm $comm
50
+     * @param string $comt
48 51
      */
49 52
     public function aForm($id, $sessid, $comm, $comt)
50 53
     {
Please login to merge, or discard this patch.