Skip to content

Commit 184f67f

Browse files
committed
Add @SuppressWarnings(PHPMD.ExcessiveParameterList) for additional constructor parameter (#7557)
1 parent 19aa0fd commit 184f67f

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
@@ -93,6 +93,7 @@ class Menu extends \Magento\Backend\Block\Template
9393
* @param array $data
9494
* @param MenuItemChecker|null $menuItemChecker
9595
* @param AnchorRenderer|null $anchorRenderer
96+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
9697
*/
9798
public function __construct(
9899
\Magento\Backend\Block\Template\Context $context,

0 commit comments

Comments
 (0)