From 1661b1e8f224a34425b1ea0e761be781fbbc261b Mon Sep 17 00:00:00 2001 From: Sunny Side Up Date: Mon, 7 Oct 2024 09:50:51 +1300 Subject: [PATCH] DOC: fix small docblock details --- src/Traits/TaxonomyTrait.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Traits/TaxonomyTrait.php b/src/Traits/TaxonomyTrait.php index f9500fd..8c639fe 100644 --- a/src/Traits/TaxonomyTrait.php +++ b/src/Traits/TaxonomyTrait.php @@ -12,7 +12,7 @@ trait TaxonomyTrait /** * Helper to find a taxonomy type either by ID or name * - * @param int|String $type + * @param int|string $type * @return TaxonomyType */ public static function findTaxonomyType($type) @@ -28,7 +28,7 @@ public static function findTaxonomyType($type) * Return taxonomy terms for a type specified as a string * * @param string $type - * @return DataList + * @return DataList|ArrayList */ public static function getTermsForType($type) {