Completed
Push — master ( b99b30...8d1c67 )
by Łukasz
63:35 queued 38:55
created
eZ/Publish/Core/REST/Client/ContentTypeService.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -513,9 +513,9 @@  discard block
 block discarded – undo
513 513
      * ATTENTION: This is not an API method and only meant for internal use in
514 514
      * the REST Client implementation.
515 515
      *
516
-     * @param mixed $fieldDefinitionListReference
516
+     * @param string $fieldDefinitionListReference
517 517
      *
518
-     * @return \eZ\Publish\Core\REST\Client\Values\FieldDefinitionList
518
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
519 519
      */
520 520
     public function loadFieldDefinitionList($fieldDefinitionListReference)
521 521
     {
@@ -536,9 +536,9 @@  discard block
 block discarded – undo
536 536
      * ATTENTION: This is not an API method and only meant for internal use in
537 537
      * the REST Client implementation.
538 538
      *
539
-     * @param mixed $contentTypeGroupListReference
539
+     * @param string $contentTypeGroupListReference
540 540
      *
541
-     * @return \eZ\Publish\Core\REST\Client\Values\ContentTypeGroupRefList
541
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
542 542
      */
543 543
     public function loadContentTypeGroupList($contentTypeGroupListReference)
544 544
     {
@@ -856,7 +856,7 @@  discard block
 block discarded – undo
856 856
 
857 857
     /**
858 858
      * @param \eZ\Publish\API\Repository\Values\ContentType\ContentTypeDraft $contentTypeDraft
859
-     * @param string $languageCodes
859
+     * @param string $languageCode
860 860
      *
861 861
      * @return \eZ\Publish\API\Repository\Values\ContentType\ContentTypeDraft
862 862
      */
Please login to merge, or discard this patch.