Completed
Push — 7.5 ( 1d1f32...42fee3 )
by Łukasz
20:08
created
eZ/Publish/Core/Repository/Helper/DomainMapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
      * @throws InvalidArgumentType On invalid $contentType
240 240
      *
241 241
      * @param \eZ\Publish\SPI\Persistence\Content\Field[] $spiFields
242
-     * @param \eZ\Publish\API\Repository\Values\ContentType\ContentType|\eZ\Publish\SPI\Persistence\Content\Type $contentType
242
+     * @param ContentType $contentType
243 243
      * @param array $prioritizedLanguages A language priority, filters returned fields and is used as prioritized language code on
244 244
      *                         returned value object. If not given all languages are returned.
245 245
      * @param string|null $alwaysAvailableLanguage Language code fallback if a given field is not found in $prioritizedLanguages
@@ -682,7 +682,7 @@  discard block
 block discarded – undo
682 682
      * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation
683 683
      * @param mixed $mainLocation
684 684
      * @param mixed $contentId
685
-     * @param mixed $contentVersionNo
685
+     * @param null|integer $contentVersionNo
686 686
      * @param bool $isContentHidden
687 687
      *
688 688
      * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct
Please login to merge, or discard this patch.