From 9ec7dc022fdad797b8745494d6bf6960cab9eb2a Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Wed, 2 Jun 2021 21:29:15 -0400 Subject: [PATCH] ISTWCMS-4704: coding standards --- src/Service/UWServiceInterface.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Service/UWServiceInterface.php b/src/Service/UWServiceInterface.php index 8ef04ad1..ec3a1b6c 100644 --- a/src/Service/UWServiceInterface.php +++ b/src/Service/UWServiceInterface.php @@ -171,7 +171,7 @@ interface UWServiceInterface { /** * A function to get the header data for a node/content type. * - * @param Node $node + * @param \Drupal\node\Entity\Node $node * The node object. * * @return array @@ -182,7 +182,7 @@ interface UWServiceInterface { /** * A function to get the footer data for a node/content type. * - * @param Node $node + * @param \Drupal\node\Entity\Node $node * The node object. * * @return array @@ -202,4 +202,5 @@ interface UWServiceInterface { * An array of terms with name and link. */ public function uwGetTerms(array $tids, string $type = NULL): array; + } -- GitLab