Completed
Push — feature-EZP-25696 ( e6bbe9...ee56c6 )
by André
22:46
created
eZ/Publish/Core/REST/Server/Controller/ContentType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
      *
193 193
      * @param $contentTypeId
194 194
      *
195
-     * @return \eZ\Publish\Core\REST\Server\Values\RestContentType
195
+     * @return Values\CachedValue
196 196
      */
197 197
     public function loadContentType($contentTypeId)
198 198
     {
@@ -615,7 +615,7 @@  discard block
 block discarded – undo
615 615
      * @throws \eZ\Publish\Core\REST\Server\Exceptions\ForbiddenException
616 616
      * @throws \eZ\Publish\Core\REST\Common\Exceptions\NotFoundException
617 617
      *
618
-     * @return \eZ\Publish\Core\REST\Server\Values\FieldDefinitionList
618
+     * @return Values\RestFieldDefinition
619 619
      */
620 620
     public function updateContentTypeDraftFieldDefinition($contentTypeId, $fieldDefinitionId, Request $request)
621 621
     {
Please login to merge, or discard this patch.