@@ -721,7 +721,7 @@ |
||
721 | 721 | * |
722 | 722 | * @deprecated Since platform 1.0. Forwards the request to the new /views location, but returns a 301. |
723 | 723 | * |
724 | - * @return \eZ\Publish\Core\REST\Server\Values\RestExecutedView |
|
724 | + * @return \Symfony\Component\HttpFoundation\Response |
|
725 | 725 | */ |
726 | 726 | public function createView() |
727 | 727 | { |
@@ -612,7 +612,7 @@ |
||
612 | 612 | * @throws \eZ\Publish\Core\REST\Server\Exceptions\ForbiddenException |
613 | 613 | * @throws \eZ\Publish\Core\REST\Common\Exceptions\NotFoundException |
614 | 614 | * |
615 | - * @return \eZ\Publish\Core\REST\Server\Values\FieldDefinitionList |
|
615 | + * @return Values\RestFieldDefinition |
|
616 | 616 | */ |
617 | 617 | public function updateContentTypeDraftFieldDefinition($contentTypeId, $fieldDefinitionId, Request $request) |
618 | 618 | { |