diff --git a/core/lib/Drupal/Core/Entity/EntityDeleteForm.php b/core/lib/Drupal/Core/Entity/EntityDeleteForm.php
index a353ab86d0ebf2f198aeee04fb5c3ea00de1a066..54ce0830be22fde3dc976ce2d3f8481d633c15d3 100644
--- a/core/lib/Drupal/Core/Entity/EntityDeleteForm.php
+++ b/core/lib/Drupal/Core/Entity/EntityDeleteForm.php
@@ -9,8 +9,6 @@
  * Provides a generic base class for an entity deletion form.
  *
  * @ingroup entity_api
- *
- * @internal
  */
 class EntityDeleteForm extends EntityConfirmFormBase {