From 4574ee406ffd52c4572efb448819bd69f7fc42fd Mon Sep 17 00:00:00 2001 From: mambax7 Date: Sat, 26 Dec 2020 15:58:36 -0500 Subject: [PATCH] remove array in PhpDocs --- class/Category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/Category.php b/class/Category.php index bde0cbe5..87b617fe 100644 --- a/class/Category.php +++ b/class/Category.php @@ -154,7 +154,7 @@ public function getTemplate($format = 'n') /** * @param bool $withAllLink * - * @return array|bool|string + * @return bool|string */ public function getCategoryPath($withAllLink = true) {