Skip to content

Commit 83f494d

Browse files
committed
AC-711::Fixed Static Tests Issue
1 parent e4a63bb commit 83f494d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
316316
* @param Gallery|null $mediaGalleryResource
317317
*
318318
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
319+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
320+
* @SuppressWarnings(PHPMD.NPathComplexity)
319321
*/
320322
public function __construct(
321323
\Magento\Framework\Data\Collection\EntityFactory $entityFactory,

0 commit comments

Comments
 (0)