From 046f9dc13b410f903a304b0507949f104ec97aab Mon Sep 17 00:00:00 2001 From: Petr Svamberg Date: Tue, 4 May 2021 13:37:23 +0200 Subject: [PATCH] fix documentation updateAttributeGroup() --- app/code/core/Mage/Eav/Model/Entity/Setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/core/Mage/Eav/Model/Entity/Setup.php b/app/code/core/Mage/Eav/Model/Entity/Setup.php index eb6de803ec3..c270c3a9ac2 100644 --- a/app/code/core/Mage/Eav/Model/Entity/Setup.php +++ b/app/code/core/Mage/Eav/Model/Entity/Setup.php @@ -489,7 +489,7 @@ public function addAttributeGroup($entityTypeId, $setId, $name, $sortOrder = nul * @param mixed $entityTypeId * @param mixed $setId * @param mixed $id - * @param string $field + * @param array|string $field * @param mixed $value * @return $this */