Skip to content

Commit 80520c5

Browse files
authored
Add array type, as it is allowed to use too
1 parent fe3033e commit 80520c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Block/Html/Topmenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ protected function _getMenuItemClasses(\Magento\Framework\Data\Tree\Node $item)
331331
/**
332332
* Add identity
333333
*
334-
* @param string $identity
334+
* @param string|array $identity
335335
* @return void
336336
*/
337337
public function addIdentity($identity)

0 commit comments

Comments
 (0)