From 5f8c14f4dec7351b2e460c5b3a034f3395110cb6 Mon Sep 17 00:00:00 2001
From: Liam Morland <lkmorlan@uwaterloo.ca>
Date: Tue, 27 Jul 2021 10:50:37 -0400
Subject: [PATCH] Coding standards

---
 uw_cfg_common.install | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/uw_cfg_common.install b/uw_cfg_common.install
index 2e2bd791..7ade6e2f 100644
--- a/uw_cfg_common.install
+++ b/uw_cfg_common.install
@@ -243,6 +243,10 @@ function _uw_cfg_common_create_term($taxonomy_name, $vocab_machine_name, $weight
   return $new_term->id();
 }
 
+/**
+ * Implements hook_update_N().
+ */
+
 /**
  * Update listing blocks items per page when needed.
  *
-- 
GitLab