@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | * Builds a Content domain object from value object returned from persistence. |
102 | 102 | * |
103 | 103 | * @param \eZ\Publish\SPI\Persistence\Content $spiContent |
104 | - * @param ContentType|SPIType $contentType |
|
104 | + * @param ContentType $contentType |
|
105 | 105 | * @param array|null $fieldLanguages Language codes to filter fields on |
106 | 106 | * @param string|null $fieldAlwaysAvailableLanguage Language code fallback if a given field is not found in $fieldLanguages |
107 | 107 | * |
@@ -495,7 +495,7 @@ discard block |
||
495 | 495 | * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation |
496 | 496 | * @param mixed $mainLocation |
497 | 497 | * @param mixed $contentId |
498 | - * @param mixed $contentVersionNo |
|
498 | + * @param null|integer $contentVersionNo |
|
499 | 499 | * |
500 | 500 | * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct |
501 | 501 | */ |