@@ -517,7 +517,7 @@ |
||
517 | 517 | /** |
518 | 518 | * Get the field type parser mock object. |
519 | 519 | * |
520 | - * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser; |
|
520 | + * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser |
|
521 | 521 | */ |
522 | 522 | private function getFieldTypeParserMock() |
523 | 523 | { |
@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Gets the exception. |
39 | 39 | * |
40 | - * @return \Exception |
|
40 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
41 | 41 | */ |
42 | 42 | protected function getException() |
43 | 43 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | * |
37 | 37 | * @param \eZ\Publish\SPI\Search\Field $field |
38 | 38 | * |
39 | - * @return mixed |
|
39 | + * @return boolean |
|
40 | 40 | */ |
41 | 41 | public function map(Field $field) |
42 | 42 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | * |
35 | 35 | * @param \eZ\Publish\SPI\Search\Field $field |
36 | 36 | * |
37 | - * @return mixed |
|
37 | + * @return integer |
|
38 | 38 | */ |
39 | 39 | public function map(Field $field) |
40 | 40 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | * |
37 | 37 | * @param \eZ\Publish\SPI\Search\Field $field |
38 | 38 | * |
39 | - * @return mixed |
|
39 | + * @return double |
|
40 | 40 | */ |
41 | 41 | public function map(Field $field) |
42 | 42 | { |
@@ -79,7 +79,7 @@ |
||
79 | 79 | * @param \eZ\Publish\API\Repository\Values\Content\Query\SortClause $sortClause |
80 | 80 | * @param int $number |
81 | 81 | * |
82 | - * @return string |
|
82 | + * @return string[] |
|
83 | 83 | */ |
84 | 84 | public function applySelect(SelectQuery $query, SortClause $sortClause, $number) |
85 | 85 | { |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * Triggers the cache purge $locationIds. |
32 | 32 | * |
33 | - * @param mixed $locationIds Cache resource(s) to purge (e.g. array of URI to purge in a reverse proxy) |
|
33 | + * @param integer[] $locationIds Cache resource(s) to purge (e.g. array of URI to purge in a reverse proxy) |
|
34 | 34 | */ |
35 | 35 | public function purge($locationIds) |
36 | 36 | { |
@@ -117,6 +117,7 @@ discard block |
||
117 | 117 | * @depends testCreateRole |
118 | 118 | * Covers POST /user/roles/{roleId} |
119 | 119 | * |
120 | + * @param string $roleHref |
|
120 | 121 | * @return string The created role draft href |
121 | 122 | */ |
122 | 123 | public function testCreateRoleDraft($roleHref) |
@@ -410,7 +411,6 @@ discard block |
||
410 | 411 | /** |
411 | 412 | * @covers \POST /user/users/{userId}/roles |
412 | 413 | * |
413 | - * @param string $roleHref |
|
414 | 414 | * @param array $limitation |
415 | 415 | * |
416 | 416 | * @return string assigned role href |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * |
27 | 27 | * Note: Class should instead be configured as service if it gains dependencies. |
28 | 28 | * |
29 | - * @return float |
|
29 | + * @return FloatConverter |
|
30 | 30 | */ |
31 | 31 | public static function create() |
32 | 32 | { |