Skip to content

Commit 593780d

Browse files
committed
MAGETWO-84804: Fixed invalid parameter type in phpdoc block in Topmenu class #12495
- Merge Pull Request #12495 from vovayatsyuk/magento2:fix-phpdoc-topmenu - Merged commits: 1. fe3033e 2. 80520c5
2 parents e6e275b + 80520c5 commit 593780d

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)