From e1e5e9bf4338f2087f1f19567cad7528eff559b2 Mon Sep 17 00:00:00 2001 From: Sven Reichel Date: Mon, 26 Aug 2024 14:38:40 +0200 Subject: [PATCH] Updated docblock - have to keep array from parent method --- app/code/core/Mage/Tag/Model/Api/V2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/core/Mage/Tag/Model/Api/V2.php b/app/code/core/Mage/Tag/Model/Api/V2.php index 2f79e05d22e..0684d77772a 100644 --- a/app/code/core/Mage/Tag/Model/Api/V2.php +++ b/app/code/core/Mage/Tag/Model/Api/V2.php @@ -59,7 +59,7 @@ public function add($data) * * @param int $tagId * @param string|int $store - * @return array + * @return object|array */ public function info($tagId, $store) {