@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | /** |
| 19 | 19 | * View specific question and create answer form |
| 20 | 20 | * |
| 21 | - * @return void |
|
| 21 | + * @return boolean |
|
| 22 | 22 | */ |
| 23 | 23 | public function postComment($id) |
| 24 | 24 | { |
@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | /** |
| 40 | 40 | * View specific question and create answer form |
| 41 | 41 | * |
| 42 | - * @return void |
|
| 42 | + * @return boolean |
|
| 43 | 43 | */ |
| 44 | 44 | public function postVote() |
| 45 | 45 | { |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | /** |
| 65 | 65 | * View specific question and create answer form |
| 66 | 66 | * |
| 67 | - * @return void |
|
| 67 | + * @return boolean |
|
| 68 | 68 | */ |
| 69 | 69 | public function postAcceptedAnswer($id) |
| 70 | 70 | { |