@@ -153,7 +153,7 @@ discard block |
||
153 | 153 | } |
154 | 154 | |
155 | 155 | /** |
156 | - * @return \eZ\Publish\API\Repository\Values\Content\Field[] |
|
156 | + * @return Field[] |
|
157 | 157 | */ |
158 | 158 | protected function getFields() |
159 | 159 | { |
@@ -204,7 +204,7 @@ discard block |
||
204 | 204 | } |
205 | 205 | |
206 | 206 | /** |
207 | - * @return \eZ\Publish\Core\Repository\Values\ContentType\FieldDefinition[] |
|
207 | + * @return FieldDefinition[] |
|
208 | 208 | */ |
209 | 209 | protected function getFieldDefinitions() |
210 | 210 | { |
@@ -504,6 +504,11 @@ |
||
504 | 504 | ); |
505 | 505 | } |
506 | 506 | |
507 | + /** |
|
508 | + * @param integer $id |
|
509 | + * @param null|integer $fieldDefinitionId |
|
510 | + * @param integer $contentId |
|
511 | + */ |
|
507 | 512 | protected function getStubbedRelation($id, $type, $fieldDefinitionId, $contentId) |
508 | 513 | { |
509 | 514 | return new \eZ\Publish\Core\Repository\Values\Content\Relation( |
@@ -110,7 +110,7 @@ |
||
110 | 110 | * |
111 | 111 | * @param \eZ\Publish\API\Repository\Values\Content\Location $location |
112 | 112 | * |
113 | - * @return null|\eZ\Publish\API\Repository\Values\Content\TrashItem null if location was deleted, otherwise TrashItem |
|
113 | + * @return TrashItem|null null if location was deleted, otherwise TrashItem |
|
114 | 114 | */ |
115 | 115 | public function trash(Location $location) |
116 | 116 | { |
@@ -502,7 +502,7 @@ |
||
502 | 502 | * |
503 | 503 | * @param mixed $userId |
504 | 504 | * |
505 | - * @return \eZ\Publish\API\Repository\Values\User\User |
|
505 | + * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
506 | 506 | * |
507 | 507 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException if a user with the given id was not found |
508 | 508 | */ |
@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | * Returns the fallback default value of field type when no such default |
155 | 155 | * value is provided in the field definition in content types. |
156 | 156 | * |
157 | - * @return mixed |
|
157 | + * @return Value |
|
158 | 158 | */ |
159 | 159 | public function getEmptyValue() |
160 | 160 | { |
@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | * |
185 | 185 | * @param mixed $hash |
186 | 186 | * |
187 | - * @return mixed |
|
187 | + * @return Value |
|
188 | 188 | */ |
189 | 189 | public function fromHash($hash) |
190 | 190 | { |
@@ -42,7 +42,7 @@ |
||
42 | 42 | * @param array $data |
43 | 43 | * @param \eZ\Publish\Core\REST\Common\Input\ParsingDispatcher $parsingDispatcher |
44 | 44 | * |
45 | - * @return \eZ\Publish\API\Repository\Values\Relation\Version |
|
45 | + * @return Values\Content\Relation |
|
46 | 46 | * |
47 | 47 | * @todo Error handling |
48 | 48 | * @todo Should the related ContentInfo structs really be loaded here or do |
@@ -52,7 +52,7 @@ |
||
52 | 52 | * |
53 | 53 | * @todo Error handling |
54 | 54 | * |
55 | - * @return \eZ\Publish\API\Repository\Values\User\Role |
|
55 | + * @return Values\UserSession |
|
56 | 56 | */ |
57 | 57 | public function parse(array $data, ParsingDispatcher $parsingDispatcher) |
58 | 58 | { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | * @param \eZ\Publish\Core\REST\Common\Input\Dispatcher $inputDispatcher |
55 | 55 | * @param \eZ\Publish\Core\REST\Common\Output\Visitor $outputVisitor |
56 | 56 | * @param \eZ\Publish\SPI\FieldType\FieldType[] $fieldTypes |
57 | - * @param \eZ\Publish\Core\REST\Client\HttpClient\Authentication\IntegrationTestAuthentication $authenticator |
|
57 | + * @param IntegrationTestAuthenticator $authenticator |
|
58 | 58 | */ |
59 | 59 | public function __construct(HttpClient $client, Dispatcher $inputDispatcher, Visitor $outputVisitor, RequestParser $requestParser, array $fieldTypes, IntegrationTestAuthenticator $authenticator) |
60 | 60 | { |
@@ -128,7 +128,7 @@ |
||
128 | 128 | * |
129 | 129 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException |
130 | 130 | * |
131 | - * @param string $binaryFileid |
|
131 | + * @param string $binaryFileId |
|
132 | 132 | * |
133 | 133 | * @return \eZ\Publish\Core\IO\Values\BinaryFile |
134 | 134 | */ |