diff --git a/src/Service/UWServiceInterface.php b/src/Service/UWServiceInterface.php
index f9e313c7a25ebb1822e4ba85b135467cbf46c134..56a786d5cbd2a9af8286a76246d597d6fc819d36 100644
--- a/src/Service/UWServiceInterface.php
+++ b/src/Service/UWServiceInterface.php
@@ -5,7 +5,6 @@ namespace Drupal\uw_cfg_common\Service;
 use Drupal\Core\Entity\EntityInterface;
 use Drupal\Core\Field\EntityReferenceFieldItemListInterface;
 use Drupal\node\Entity\Node;
-use Drupal\node\NodeInterface;
 
 /**
  * Interface UWServiceInterface.
@@ -32,7 +31,7 @@ interface UWServiceInterface {
   /**
    * Prepares teaser.
    *
-   * @param \Drupal\node\NodeInterface $node
+   * @param \Drupal\node\Node $node
    *   Node entity.
    * @param string $content_type
    *   The content type (i.e. news, event, blog, etc).
@@ -49,7 +48,7 @@ interface UWServiceInterface {
   /**
    * Gets teaser data.
    *
-   * @param \Drupal\node\NodeInterface $node
+   * @param \Drupal\node\Node $node
    *   Node entity.
    * @param string $content_type
    *   The content type (i.e. news, event, blog, etc).