@@ -54,7 +54,7 @@ |
||
| 54 | 54 | * @param string $fieldDefIdentifier |
| 55 | 55 | * @param string $languageCode |
| 56 | 56 | * |
| 57 | - * @return mixed a primitive type or a field type Value object depending on the field type. |
|
| 57 | + * @return Value|null a primitive type or a field type Value object depending on the field type. |
|
| 58 | 58 | */ |
| 59 | 59 | public function getFieldValue(string $fieldDefIdentifier, ?string $languageCode = null): ?Value |
| 60 | 60 | { |
@@ -53,7 +53,7 @@ |
||
| 53 | 53 | * @param string $fieldDefIdentifier |
| 54 | 54 | * @param string|null $languageCode |
| 55 | 55 | * |
| 56 | - * @return mixed a primitive type or a field type Value object depending on the field type. |
|
| 56 | + * @return Value|null a primitive type or a field type Value object depending on the field type. |
|
| 57 | 57 | */ |
| 58 | 58 | public function getFieldValue(string $fieldDefIdentifier, ?string $languageCode = null): ?Value |
| 59 | 59 | { |