From 31739170863d6fd1e7522eec3341d8b97175254f Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Tue, 8 Jun 2021 13:08:12 -0400
Subject: [PATCH] ISTWCMS-4619: coding standards

---
 src/Service/UWServiceInterface.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/Service/UWServiceInterface.php b/src/Service/UWServiceInterface.php
index f9e313c7..56a786d5 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).
-- 
GitLab