@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param string $fieldDefIdentifier |
| 45 | 45 | * @param string $languageCode |
| 46 | 46 | * |
| 47 | - * @return mixed a primitive type or a field type Value object depending on the field type. |
|
| 47 | + * @return \eZ\Publish\SPI\FieldType\Value|null a primitive type or a field type Value object depending on the field type. |
|
| 48 | 48 | */ |
| 49 | 49 | public function getFieldValue($fieldDefIdentifier, $languageCode = null) |
| 50 | 50 | { |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param string $fieldDefIdentifier |
| 45 | 45 | * @param string $languageCode |
| 46 | 46 | * |
| 47 | - * @return mixed a primitive type or a field type Value object depending on the field type. |
|
| 47 | + * @return \eZ\Publish\SPI\FieldType\Value|null a primitive type or a field type Value object depending on the field type. |
|
| 48 | 48 | */ |
| 49 | 49 | public function getFieldValue($fieldDefIdentifier, $languageCode = null) |
| 50 | 50 | { |