Skip to content

Commit

Permalink
MAGETWO-84804: Fixed invalid parameter type in phpdoc block in Topmen…
Browse files Browse the repository at this point in the history
…u class #12495

 - Merge Pull Request #12495 from vovayatsyuk/magento2:fix-phpdoc-topmenu
 - Merged commits:
   1. fe3033e
   2. 80520c5
  • Loading branch information
dmanners committed Nov 30, 2017
2 parents e6e275b + 80520c5 commit 593780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Theme/Block/Html/Topmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ protected function _getMenuItemClasses(\Magento\Framework\Data\Tree\Node $item)
/**
* Add identity
*
* @param array $identity
* @param string|array $identity
* @return void
*/
public function addIdentity($identity)
Expand Down

0 comments on commit 593780d

Please sign in to comment.