@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | * |
| 156 | 156 | * @throws NotFoundHttpException |
| 157 | 157 | * |
| 158 | - * @return Post |
|
| 158 | + * @return FormInterface |
|
| 159 | 159 | */ |
| 160 | 160 | public function postPostAction(Request $request) |
| 161 | 161 | { |
@@ -185,7 +185,7 @@ discard block |
||
| 185 | 185 | * |
| 186 | 186 | * @throws NotFoundHttpException |
| 187 | 187 | * |
| 188 | - * @return Post |
|
| 188 | + * @return FormInterface |
|
| 189 | 189 | */ |
| 190 | 190 | public function putPostAction($id, Request $request) |
| 191 | 191 | { |