We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2662dfa commit a0dfb6dCopy full SHA for a0dfb6d
app/code/Magento/Backend/Block/Menu.php
@@ -91,6 +91,7 @@ class Menu extends \Magento\Backend\Block\Template
91
* @param array $data
92
* @param MenuItemChecker|null $menuItemChecker
93
* @param AnchorRenderer|null $anchorRenderer
94
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
95
*/
96
public function __construct(
97
\Magento\Backend\Block\Template\Context $context,
0 commit comments