@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | /** |
97 | 97 | * Get initial field data for valid object creation. |
98 | 98 | * |
99 | - * @return mixed |
|
99 | + * @return KeywordValue |
|
100 | 100 | */ |
101 | 101 | public function getValidCreationFieldData() |
102 | 102 | { |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | /** |
173 | 173 | * Get update field externals data. |
174 | 174 | * |
175 | - * @return array |
|
175 | + * @return KeywordValue |
|
176 | 176 | */ |
177 | 177 | public function getValidUpdateFieldData() |
178 | 178 | { |
@@ -352,6 +352,8 @@ discard block |
||
352 | 352 | |
353 | 353 | /** |
354 | 354 | * {@inheritdoc} |
355 | + * @param KeywordValue $fieldData |
|
356 | + * @param \eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType |
|
355 | 357 | */ |
356 | 358 | protected function createContent($fieldData, $contentType = null) |
357 | 359 | { |