@@ -677,7 +677,7 @@ discard block |
||
677 | 677 | * |
678 | 678 | * @deprecated Since platform 1.0. Forwards the request to the new /views location, but returns a 301. |
679 | 679 | * |
680 | - * @return \eZ\Publish\Core\REST\Server\Values\RestExecutedView |
|
680 | + * @return \Symfony\Component\HttpFoundation\Response |
|
681 | 681 | */ |
682 | 682 | public function createView() |
683 | 683 | { |
@@ -706,7 +706,7 @@ discard block |
||
706 | 706 | /** |
707 | 707 | * @param \Symfony\Component\HttpFoundation\Request $request |
708 | 708 | * |
709 | - * @return mixed |
|
709 | + * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
710 | 710 | */ |
711 | 711 | protected function parseCreateContentRequest(Request $request) |
712 | 712 | { |