Passed
Branch master (0be550)
by Philip
02:55
created
src/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 /**
20 20
  * Get value from POST variable or return default value.
21 21
  *
22
- * @param mixed $key     to look for, or value array
22
+ * @param string $key     to look for, or value array
23 23
  * @param mixed $default value to set if key does not exists
24 24
  *
25 25
  * @return mixed value from POST or the default value
Please login to merge, or discard this patch.
src/User/HTMLForm/UpdateForm.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 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)
Please login to merge, or discard this patch.
src/User/UserController.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@  discard block
 block discarded – undo
33 33
     /**
34 34
      * Description.
35 35
      *
36
-     * @param datatype $variable Description
37 36
      *
38 37
      * @throws Exception
39 38
      *
@@ -66,7 +65,6 @@  discard block
 block discarded – undo
66 65
     /**
67 66
      * Description.
68 67
      *
69
-     * @param datatype $variable Description
70 68
      *
71 69
      * @throws Exception
72 70
      *
@@ -95,7 +93,6 @@  discard block
 block discarded – undo
95 93
     /**
96 94
      * Description.
97 95
      *
98
-     * @param datatype $variable Description
99 96
      *
100 97
      * @throws Exception
101 98
      *
Please login to merge, or discard this patch.