@@ -323,7 +323,7 @@ discard block |
||
323 | 323 | * @param \eZ\Publish\SPI\Persistence\Content\Location $spiLocation |
324 | 324 | * @param \eZ\Publish\SPI\Persistence\Content\ContentInfo $spiContentInfo pre-loaded Content Info |
325 | 325 | * |
326 | - * @return \eZ\Publish\API\Repository\Values\Content\Location |
|
326 | + * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
327 | 327 | * |
328 | 328 | * @throws \eZ\Publish\Core\Base\Exceptions\InvalidArgumentException In case if the given Content does not belong to the given Location |
329 | 329 | */ |
@@ -394,7 +394,7 @@ discard block |
||
394 | 394 | * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation |
395 | 395 | * @param mixed $mainLocation |
396 | 396 | * @param mixed $contentId |
397 | - * @param mixed $contentVersionNo |
|
397 | + * @param null|integer $contentVersionNo |
|
398 | 398 | * |
399 | 399 | * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct |
400 | 400 | */ |
@@ -3585,7 +3585,7 @@ |
||
3585 | 3585 | } |
3586 | 3586 | |
3587 | 3587 | /** |
3588 | - * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\Repository\Helper\NameSchemaService |
|
3588 | + * @return \eZ\Publish\Core\Repository\Helper\NameSchemaService |
|
3589 | 3589 | */ |
3590 | 3590 | protected function getNameSchemaServiceMock() |
3591 | 3591 | { |