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 e02ce06 commit 8474baaCopy full SHA for 8474baa
app/code/Magento/Catalog/Model/ProductRepository/MediaGalleryProcessor.php
@@ -82,6 +82,7 @@ public function __construct(
82
* @throws InputException
83
* @throws StateException
84
* @throws LocalizedException
85
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
86
*/
87
public function processMediaGallery(ProductInterface $product, array $mediaGalleryEntries) :void
88
{
0 commit comments