From 5e030e685f7b6550fc41befe422981afd5dcbcfe Mon Sep 17 00:00:00 2001
From: Igor Biki <ibiki@uwaterloo.ca>
Date: Fri, 28 Feb 2025 10:54:45 -0500
Subject: [PATCH] ISTWCMS-7275: Refactor documentation for
 getPublicationReferenceRenderArray

Update method documentation to improve clarity and consistency. Minor changes to phrasing ensure better alignment with coding standards and readability. No functional code changes were made.
---
 src/Service/UwBlockAutoRender.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Service/UwBlockAutoRender.php b/src/Service/UwBlockAutoRender.php
index ede60072..955e9b9b 100644
--- a/src/Service/UwBlockAutoRender.php
+++ b/src/Service/UwBlockAutoRender.php
@@ -668,13 +668,13 @@ class UwBlockAutoRender {
   }
 
   /**
-   * Function to get render array for publication references.
+   * Function to get a render array for references.
    *
    * @param array $config
    *   The block config.
    *
    * @return array
-   *   Render array for profiles.
+   *   Render an array for profiles.
    */
   private function getPublicationReferenceRenderArray(array $config): array {
 
-- 
GitLab