@@ -19,7 +19,7 @@ |
||
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 |
@@ -14,7 +14,7 @@ |
||
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) |
@@ -33,7 +33,6 @@ discard block |
||
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 |
||
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 |
||
95 | 93 | /** |
96 | 94 | * Description. |
97 | 95 | * |
98 | - * @param datatype $variable Description |
|
99 | 96 | * |
100 | 97 | * @throws Exception |
101 | 98 | * |