From c20a9722de4d67fcb4055d4a0c8672a75b312f8b Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Thu, 6 Jul 2023 16:01:02 -0400 Subject: [PATCH] chore(YALB-1233): More linting fixes --- .../modules/custom/ys_views_basic/src/ViewsBasicManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/ViewsBasicManager.php b/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/ViewsBasicManager.php index 64329f848d..47389e8ec5 100644 --- a/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/ViewsBasicManager.php +++ b/web/profiles/custom/yalesites_profile/modules/custom/ys_views_basic/src/ViewsBasicManager.php @@ -382,7 +382,6 @@ private function getVocabulary($term) : string { * * @param mixed $term * The taxonomy term. - * * @param string $vocabulary * The vocabulary class to load from. *