Skip to content

Commit 85daa07

Browse files
author
Oleksii Korshenko
authored
MAGETWO-84804: Fixed invalid parameter type in phpdoc block in Topmenu class #12495
2 parents 24e11b9 + 593780d commit 85daa07

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 array $identity
334+
* @param string|array $identity
335335
* @return void
336336
*/
337337
public function addIdentity($identity)

0 commit comments

Comments
 (0)