From d01cdc4ef5dc38579ed7a0dca08168ccd3addd42 Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Tue, 8 Dec 2020 15:22:34 -0500
Subject: [PATCH] ISTWCMS-4212: coding standards

---
 src/Service/UWService.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Service/UWService.php b/src/Service/UWService.php
index 94d06d24..bd60fac5 100644
--- a/src/Service/UWService.php
+++ b/src/Service/UWService.php
@@ -122,9 +122,9 @@ class UWService implements UWServiceInterface {
           }
           else {
 
-            // Set the date variable, once returned to the calling function, they
-            // can change the date format as required (i.e. change it to long-date
-            // or date-time).
+            // Set the date variable, once returned to the calling function,
+            // they can change the date format as required (i.e. change it
+            // to long-date or date-time).
             $variables['date'] = $node->$field_name->getString();
           }
 
-- 
GitLab