Skip to content
This repository was archived by the owner on May 20, 2019. It is now read-only.

Commit a0dfb6d

Browse files
committed
Add @SuppressWarnings(PHPMD.ExcessiveParameterList) for additional constructor parameter (#7557)
1 parent 2662dfa commit a0dfb6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Backend/Block/Menu.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class Menu extends \Magento\Backend\Block\Template
9191
* @param array $data
9292
* @param MenuItemChecker|null $menuItemChecker
9393
* @param AnchorRenderer|null $anchorRenderer
94+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
9495
*/
9596
public function __construct(
9697
\Magento\Backend\Block\Template\Context $context,

0 commit comments

Comments
 (0)