diff --git a/src/Plugin/Filter/EmptyParagraphKiller.php b/src/Plugin/Filter/EmptyParagraphKiller.php
index 37e49aefe2e1ba7db31f82ba252fc00b6f5755ab..854be94ee1329206099546fc02b747917f729ce2 100644
--- a/src/Plugin/Filter/EmptyParagraphKiller.php
+++ b/src/Plugin/Filter/EmptyParagraphKiller.php
@@ -10,7 +10,7 @@ use Drupal\filter\Plugin\FilterBase;
  *   id = "emptyparagraphkiller",
  *   title = @Translation("Empty Paragraph filter"),
  *   description = @Translation("When entering more than one carriage return, only the first will be honored."),
- *   type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE,
+ *   type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_REVERSIBLE,
  * )
  */
 class EmptyParagraphKiller extends FilterBase {