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 e4a63bb commit 83f494dCopy full SHA for 83f494d
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php
@@ -316,6 +316,8 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
316
* @param Gallery|null $mediaGalleryResource
317
*
318
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
319
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
320
+ * @SuppressWarnings(PHPMD.NPathComplexity)
321
*/
322
public function __construct(
323
\Magento\Framework\Data\Collection\EntityFactory $entityFactory,
0 commit comments