diff --git a/core/modules/locale/lib/Drupal/locale/Form/TranslationStatusForm.php b/core/modules/locale/lib/Drupal/locale/Form/TranslationStatusForm.php index 8a9535e..2736f16 100644 --- a/core/modules/locale/lib/Drupal/locale/Form/TranslationStatusForm.php +++ b/core/modules/locale/lib/Drupal/locale/Form/TranslationStatusForm.php @@ -14,9 +14,10 @@ use Symfony\Component\DependencyInjection\ContainerInterface; /** - * {@inheritdoc} + * Provides a translation status form. */ class TranslationStatusForm extends FormBase { + /** * The module handler service. *