Completed
Push — 6.13 ( ad14d6...97a276 )
by André
114:47 queued 90:23
created
eZ/Publish/Core/REST/Server/Controller/Content.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -677,7 +677,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.