Completed
Push — feature-EZP-25696 ( ab4954...fb76ba )
by André
330:59 queued 300:10
created
eZ/Publish/Core/REST/Server/Controller/Content.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -721,7 +721,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Controller/ContentType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -612,7 +612,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.