diff --git a/core/modules/workflows/src/WorkflowTypeInterface.php b/core/modules/workflows/src/WorkflowTypeInterface.php
index 17fddec..f9997d2 100644
--- a/core/modules/workflows/src/WorkflowTypeInterface.php
+++ b/core/modules/workflows/src/WorkflowTypeInterface.php
@@ -62,6 +62,7 @@ public function deleteState($state_id);
 
   /**
    * Decorates transitions so the WorkflowType can add additional information.
+   *
    * @param \Drupal\workflows\TransitionInterface $transition
    *   The transition object to decorate.
    *
