From 3b71a49b1a51deb8d2c42f63d0ef56320e6d34d1 Mon Sep 17 00:00:00 2001
From: Igor Biki <ibiki@uwaterloo.ca>
Date: Fri, 28 Feb 2025 11:23:56 -0500
Subject: [PATCH] ISTWCMS-7275: Update method docstring for clarity in
 UwBlockAutoGetConfig

Simplify the method docstring by renaming "publication references" to "references." This change improves clarity and aligns with the intended functionality of the method.
---
 src/Service/UwBlockAutoGetConfig.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Service/UwBlockAutoGetConfig.php b/src/Service/UwBlockAutoGetConfig.php
index abb6d32b..a8360d9d 100644
--- a/src/Service/UwBlockAutoGetConfig.php
+++ b/src/Service/UwBlockAutoGetConfig.php
@@ -285,7 +285,7 @@ class UwBlockAutoGetConfig {
   }
 
   /**
-   * Get the config for publication references.
+   * Get the config for references.
    *
    * @param array $values
    *   The array for form state values.
-- 
GitLab