Skip to content
Snippets Groups Projects
Commit 5e030e68 authored by Igor Biki's avatar Igor Biki Committed by Kevin Paxman
Browse files

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.
parent 06ece650
No related branches found
No related tags found
No related merge requests found
...@@ -668,13 +668,13 @@ class UwBlockAutoRender { ...@@ -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 * @param array $config
* The block config. * The block config.
* *
* @return array * @return array
* Render array for profiles. * Render an array for profiles.
*/ */
private function getPublicationReferenceRenderArray(array $config): array { private function getPublicationReferenceRenderArray(array $config): array {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment