@@ -233,7 +233,7 @@ discard block |
||
233 | 233 | * @throws InvalidArgumentType On invalid $contentType |
234 | 234 | * |
235 | 235 | * @param \eZ\Publish\SPI\Persistence\Content\Field[] $spiFields |
236 | - * @param ContentType|SPIType $contentType |
|
236 | + * @param ContentType $contentType |
|
237 | 237 | * @param array $prioritizedLanguages A language priority, filters returned fields and is used as prioritized language code on |
238 | 238 | * returned value object. If not given all languages are returned. |
239 | 239 | * @param string|null $alwaysAvailableLanguage Language code fallback if a given field is not found in $prioritizedLanguages |
@@ -640,7 +640,7 @@ discard block |
||
640 | 640 | * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation |
641 | 641 | * @param mixed $mainLocation |
642 | 642 | * @param mixed $contentId |
643 | - * @param mixed $contentVersionNo |
|
643 | + * @param null|integer $contentVersionNo |
|
644 | 644 | * |
645 | 645 | * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct |
646 | 646 | */ |