Skip to content

Commit

Permalink
fixup! EZP-31103: Introduced strict types for ContentTypeService
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Nov 8, 2019
1 parent 15bd08e commit e0081b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eZ/Publish/API/Repository/ContentTypeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function createContentType(ContentTypeCreateStruct $contentTypeCreateStru
*
* @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If a content type with the given id and status DEFINED can not be found
*
* @param mixed $contentTypeId
* @param int $contentTypeId
* @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object.
*
* @return \eZ\Publish\API\Repository\Values\ContentType\ContentType
Expand Down Expand Up @@ -166,7 +166,7 @@ public function loadContentTypeDraft(int $contentTypeId, bool $ignoreOwnership =
*
* @since 7.3
*
* @param mixed[] $contentTypeIds
* @param int[] $contentTypeIds
* @param string[] $prioritizedLanguages Used as prioritized language code on translated properties of returned object.
*
* @return \eZ\Publish\API\Repository\Values\ContentType\ContentType[]|iterable
Expand Down

0 comments on commit e0081b0

Please sign in to comment.