@@ -360,7 +360,7 @@ |
||
360 | 360 | * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation |
361 | 361 | * @param mixed $mainLocation |
362 | 362 | * @param mixed $contentId |
363 | - * @param mixed $contentVersionNo |
|
363 | + * @param null|integer $contentVersionNo |
|
364 | 364 | * |
365 | 365 | * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct |
366 | 366 | */ |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private static $contentId = 42; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return mixed |
|
16 | + * @return integer |
|
17 | 17 | */ |
18 | 18 | public static function getContentId() |
19 | 19 | { |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | * |
28 | 28 | * @param \eZ\Publish\SPI\Search\Field $field |
29 | 29 | * |
30 | - * @return mixed |
|
30 | + * @return boolean |
|
31 | 31 | */ |
32 | 32 | public function canMap(Field $field) |
33 | 33 | { |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | * |
40 | 40 | * @param \eZ\Publish\SPI\Search\Field $field |
41 | 41 | * |
42 | - * @return mixed |
|
42 | + * @return string |
|
43 | 43 | */ |
44 | 44 | public function map(Field $field) |
45 | 45 | { |