From 4462f745f2bc0bd78a6871bd52242ab3ef6a730a Mon Sep 17 00:00:00 2001
From: kpaxman <kpaxman@uwaterloo.ca>
Date: Sat, 8 May 2021 18:02:43 -0400
Subject: [PATCH] ISTWCMS-4799: code standards

---
 uw_base_profile.profile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/uw_base_profile.profile b/uw_base_profile.profile
index b168d8fbe..d9100ddd5 100644
--- a/uw_base_profile.profile
+++ b/uw_base_profile.profile
@@ -53,7 +53,8 @@ function uw_base_profile_conditional_installs() {
   if ($config->get('mail') == 'admin@example.com') {
     $config->set('mail', 'wcmsadmi@uwaterloo.ca')->save();
   }
-  // Enforce wcmsadmi@uwaterloo.ca as the wcmsadmin user email if the default was used.
+  // Enforce wcmsadmi@uwaterloo.ca as the wcmsadmin user email if the default
+  // was used.
   $user = user_load_by_name('wcmsadmin');
   if ($user && $user->getEmail() == 'admin@example.com') {
     $user->setEmail('wcmsadmi@uwaterloo.ca');
-- 
GitLab