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 e9ab585 commit 3eb9982Copy full SHA for 3eb9982
app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php
@@ -91,7 +91,7 @@ class Helper
91
* @param \Magento\Catalog\Api\Data\ProductLinkInterfaceFactory|null $productLinkFactory
92
* @param \Magento\Catalog\Api\ProductRepositoryInterface|null $productRepository
93
* @param \Magento\Catalog\Model\Product\LinkTypeProvider|null $linkTypeProvider
94
- * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
95
*/
96
public function __construct(
97
\Magento\Framework\App\RequestInterface $request,
0 commit comments