From 4f0968fd9967ce85523228dac542646370cd9e59 Mon Sep 17 00:00:00 2001 From: SteelWagstaff Date: Fri, 14 Jan 2022 18:05:01 -0800 Subject: [PATCH] Add parameter comment --- inc/helpers/namespace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/helpers/namespace.php b/inc/helpers/namespace.php index 8e52930..8b74d33 100644 --- a/inc/helpers/namespace.php +++ b/inc/helpers/namespace.php @@ -165,7 +165,7 @@ function get_institutions(): array { * Get institutions currently in use. * * @param array $catalog_data Catalog data - * @param array $institutions + * @param array $institutions Institutions * * @return array */