Skip to content

Commit c5d4e1c

Browse files
committed
[TASK] - Suppressed phpmd warnings
1 parent 16246e3 commit c5d4e1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Model/ProductRepository.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
/**
3737
* @inheritdoc
3838
*
39+
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
3940
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
4041
* @SuppressWarnings(PHPMD.TooManyFields)
4142
*/
@@ -522,6 +523,7 @@ protected function processMediaGallery(ProductInterface $product, $mediaGalleryE
522523
* @inheritdoc
523524
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
524525
* @SuppressWarnings(PHPMD.NPathComplexity)
526+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
525527
*/
526528
public function save(ProductInterface $product, $saveOptions = false)
527529
{

0 commit comments

Comments
 (0)