From f375b643d0ea679ba7d5bd5ce635e08574ba08aa Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Fri, 18 Jun 2021 15:53:34 -0400
Subject: [PATCH] ISTWCMS-4704: coding standards

---
 src/Service/UWServiceInterface.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Service/UWServiceInterface.php b/src/Service/UWServiceInterface.php
index 702d9edb..b24c820a 100644
--- a/src/Service/UWServiceInterface.php
+++ b/src/Service/UWServiceInterface.php
@@ -63,6 +63,7 @@ interface UWServiceInterface {
    *
    * @param string $type
    *   The type of preprocess (node, teaser, featured_image, etc).
+   *
    * @return array
    *   Array of content types that has featured images.
    */
-- 
GitLab