From ee565074dd6aaae88c7a18c6fdd538c1b62be865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vamberg?= <54709445+petrsvamberg@users.noreply.github.com> Date: Sun, 16 May 2021 11:19:50 +0200 Subject: [PATCH] fix documentation updateAttributeGroup() (#1593) --- 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 */