diff --git a/core/modules/language/src/Form/LanguageFormBase.php b/core/modules/language/src/Form/LanguageFormBase.php index f463270..c18a526 100644 --- a/core/modules/language/src/Form/LanguageFormBase.php +++ b/core/modules/language/src/Form/LanguageFormBase.php @@ -49,7 +49,7 @@ public static function create(ContainerInterface $container) { * Common elements of the language addition and editing form. */ public function commonForm(array &$form) { - /** @var $language \Drupal\language\Entity\ConfigurableLanguage */ + /** @var \Drupal\language\ConfigurableLanguageInterface $language*/ $language = $this->entity; if ($language->id()) { $form['langcode_view'] = array(