@@ -344,7 +344,7 @@ discard block |
||
344 | 344 | * @param \eZ\Publish\SPI\Persistence\Content\Location $spiLocation |
345 | 345 | * @param \eZ\Publish\SPI\Persistence\Content\ContentInfo $spiContentInfo pre-loaded Content Info |
346 | 346 | * |
347 | - * @return \eZ\Publish\API\Repository\Values\Content\Location |
|
347 | + * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
348 | 348 | * |
349 | 349 | * @throws \eZ\Publish\Core\Base\Exceptions\InvalidArgumentException In case if the given Content does not belong to the given Location |
350 | 350 | */ |
@@ -415,7 +415,7 @@ discard block |
||
415 | 415 | * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation |
416 | 416 | * @param mixed $mainLocation |
417 | 417 | * @param mixed $contentId |
418 | - * @param mixed $contentVersionNo |
|
418 | + * @param integer $contentVersionNo |
|
419 | 419 | * |
420 | 420 | * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct |
421 | 421 | */ |
@@ -723,7 +723,7 @@ |
||
723 | 723 | * Instantiates a new location create class. |
724 | 724 | * |
725 | 725 | * @param mixed $parentLocationId the parent under which the new location should be created |
726 | - * @param eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType |
|
726 | + * @param null|ContentType $contentType |
|
727 | 727 | * |
728 | 728 | * @return \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct |
729 | 729 | */ |