From 3e5d0e4339bf58e9803757265accb2189c3ebca3 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Fri, 14 Oct 2022 16:35:27 -0400
Subject: [PATCH] ISTWCMS-5880: coding standards

---
 uw_cfg_common.module | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index a34618a2..457e9425 100644
--- a/uw_cfg_common.module
+++ b/uw_cfg_common.module
@@ -1079,7 +1079,7 @@ function _uw_cfg_common_banner_validate(array &$form, FormStateInterface $form_s
 
           // If there is no selection on the media, then there is no image,
           // so set the error.
-          // @TO-DO: fix so that inline errors show.
+          // @todo: fix so that inline errors show.
           if (!isset($value['subform']['field_uw_ban_image']['selection'])) {
 
             // Set the error that an image is missing.
@@ -1105,7 +1105,6 @@ function uw_cfg_common_field_widget_entity_reference_paragraphs_form_alter(&$ele
   }
 }
 
-
 /**
  * Implements hook_field_widget_WIDGET_TYPE_form_alter().
  */
-- 
GitLab