@@ -15,7 +15,6 @@ |
||
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 | */ |
@@ -15,7 +15,7 @@ discard block |
||
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 |
||
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 | { |
@@ -14,7 +14,7 @@ |
||
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 | { |
@@ -37,7 +37,7 @@ |
||
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 | { |