Skip to content

Commit 3eb9982

Browse files
author
Igor Melnikov
committed
MAGETWO-67871: Requesting autogenerated classes that are not in constructor cause fatal errors in production mode
- fix annotation
1 parent e9ab585 commit 3eb9982

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Helper
9191
* @param \Magento\Catalog\Api\Data\ProductLinkInterfaceFactory|null $productLinkFactory
9292
* @param \Magento\Catalog\Api\ProductRepositoryInterface|null $productRepository
9393
* @param \Magento\Catalog\Model\Product\LinkTypeProvider|null $linkTypeProvider
94-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
94+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
9595
*/
9696
public function __construct(
9797
\Magento\Framework\App\RequestInterface $request,

0 commit comments

Comments
 (0)