diff --git a/core/modules/field/src/Entity/FieldConfig.php b/core/modules/field/src/Entity/FieldConfig.php index 9df0ce9a32..feb933cee9 100644 --- a/core/modules/field/src/Entity/FieldConfig.php +++ b/core/modules/field/src/Entity/FieldConfig.php @@ -369,7 +369,7 @@ public function getUniqueIdentifier() { * @param string $field_name * Name of the field. * - * @return Drupal\field\FieldConfigInterface|null + * @return \Drupal\Core\Field\FieldConfigInterface|null * The field config entity if one exists for the provided field * name, otherwise NULL. */