Skip to content

Commit

Permalink
accepting array or string
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekiphp committed Apr 9, 2021
1 parent a04c1b2 commit 92d8a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Eav/Model/Entity/Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public function addAttributeSet($entityTypeId, $name, $sortOrder = null)
*
* @param mixed $entityTypeId
* @param int $id
* @param string $field
* @param array|string $field
* @param mixed $value
* @return $this
*/
Expand Down

0 comments on commit 92d8a02

Please sign in to comment.